Revert "Stop expanding diag_result and fix template-end links"

This reverts commit d1203d3d23.
tags/0.1.2
Daniel Berteaud 13 years ago
parent d1203d3d23
commit 97a9fe267b
  1. 2
      createlinks
  2. 4
      smeserver-ajaxplorer.spec

@ -3,10 +3,10 @@
use esmith::Build::CreateLinks qw(:all); use esmith::Build::CreateLinks qw(:all);
templates2events("/etc/ajaxplorer/bootstrap_plugins.php", qw(webapps-update bootstrap-console-save)); templates2events("/etc/ajaxplorer/bootstrap_plugins.php", qw(webapps-update bootstrap-console-save));
templates2events("/var/cache/ajaxplorer/diag_result.php", qw(webapps-update bootstrap-console-save));
templates2events("/etc/ajaxplorer/bootstrap_repositories.php", qw(webapps-update bootstrap-console-save share-create share-delete share-modify share-modify-servers)); templates2events("/etc/ajaxplorer/bootstrap_repositories.php", qw(webapps-update bootstrap-console-save share-create share-delete share-modify share-modify-servers));
templates2events("/var/lib/ajaxplorer/plugins/auth.serial/roles.ser", qw(webapps-update bootstrap-console-save share-create share-delete share-modify share-modify-servers)); templates2events("/var/lib/ajaxplorer/plugins/auth.serial/roles.ser", qw(webapps-update bootstrap-console-save share-create share-delete share-modify share-modify-servers));
templates2events("/var/lib/ajaxplorer/plugins/auth.serial/users.ser", qw(webapps-update bootstrap-console-save user-create user-delete)); templates2events("/var/lib/ajaxplorer/plugins/auth.serial/users.ser", qw(webapps-update bootstrap-console-save user-create user-delete));
templates2events("/etc/ajaxplorer/diag_result.php", qw(webapps-update bootstrap-console-save));
templates2events("/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser", qw(webapps-update bootstrap-console-save)); templates2events("/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser", qw(webapps-update bootstrap-console-save));
safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/etc/ajaxplorer/bootstrap_plugins.php/template-begin"); safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/etc/ajaxplorer/bootstrap_plugins.php/template-begin");

@ -3,7 +3,7 @@
%define name smeserver-ajaxplorer %define name smeserver-ajaxplorer
%define version 0.1.1 %define version 0.1.1
%define release 1.beta0 %define release 1
Summary: sme server integration of ajaxplorer Summary: sme server integration of ajaxplorer
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
@ -32,7 +32,7 @@ This contrib works with the smeserver-shared-folders addon
* Fri Apr 06 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.1-1 * Fri Apr 06 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.1-1
- Migrate to GIT - Migrate to GIT
- make all shares accessible with open_basedir - make all shares accessible with open_basedir
- Remove obsolete tempaltes expansion for diag_result - Fix diag_result templates expansion
* Sat Feb 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-11 * Sat Feb 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1-11
- Support user level ACL - Support user level ACL

Loading…
Cancel
Save