.. |
class.setup_cmd_admin.inc.php
|
- new admin-cli command --add-user like --edit-user, but runs addaccount hook for existing accounts too
|
2010-08-20 20:28:59 +00:00 |
class.setup_cmd_config.inc.php
|
need to consider caching when applying setup operations
|
2014-04-16 17:58:12 +00:00 |
class.setup_cmd_database.inc.php
|
need to replace - and . with _ in database-name
|
2014-04-16 20:14:49 +00:00 |
class.setup_cmd_header.inc.php
|
"only delete header, if it does exist and is NOT writable (otherwise the header is owned by the user running the script)"
|
2009-06-21 12:34:02 +00:00 |
class.setup_cmd_hooks.inc.php
|
new setup command (object) to register all hooks and adding it to setup-cli.php
|
2011-06-29 08:40:24 +00:00 |
class.setup_cmd_install.inc.php
|
Fix backup->restore() as discussed on the devel list:
|
2010-01-22 21:39:19 +00:00 |
class.setup_cmd_ldap.inc.php
|
fixed setup-cmd-ldap copy2ad to fix samba-tool clasicupgrade wrong set never expiring accounts to correct value
|
2013-07-09 15:28:26 +00:00 |
class.setup_cmd_showheader.inc.php
|
allow to call command objects via setup-cli
|
2008-01-14 05:44:32 +00:00 |
class.setup_cmd_update.inc.php
|
* Debian/RPM: fixed "PHP Fatal error: Call to a member function drop_add_all_langs() on a non-object" on install/update of a non-default package
|
2013-06-28 14:14:53 +00:00 |
class.setup_cmd.inc.php
|
need to consider caching when applying setup operations
|
2014-04-16 17:58:12 +00:00 |
class.setup_detection.inc.php
|
setup uses now sessions too and password-hashes in header.inc.php use most secure hashing type
|
2013-09-11 11:36:24 +00:00 |
class.setup_header.inc.php
|
setup uses now sessions too and password-hashes in header.inc.php use most secure hashing type
|
2013-09-11 11:36:24 +00:00 |
class.setup_html.inc.php
|
* Setup/API: translations are no longer installed in database, but loaded directly from lang-files into tree-level cache
|
2012-11-15 19:12:15 +00:00 |
class.setup_process.inc.php
|
* Setup: fixed fatal error when updating from 1.8
|
2014-07-15 11:09:31 +00:00 |
class.setup_translation.inc.php
|
* Setup/API: translations are no longer installed in database, but loaded directly from lang-files into tree-level cache
|
2012-11-15 19:12:15 +00:00 |
class.setup.inc.php
|
backport of r47147 from 1.8, thought 11.1 or trunk seems not to initialise session
|
2014-06-03 12:10:05 +00:00 |
functions.inc.php
|
move defining of (deprecated) SEP constant to common functions, as there are cases where it gets used before defined
|
2014-12-13 10:12:01 +00:00 |
hook_config_validate.inc.php
|
* Setup: always try to use a TLS connection for mail auth
|
2014-05-19 17:36:40 +00:00 |
hook_config.inc.php
|
setup uses now sessions too and password-hashes in header.inc.php use most secure hashing type
|
2013-09-11 11:36:24 +00:00 |