.. |
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
|
* EMailAdmin/Setup: fixed wrong created default profile, user profiles and signatures were ot allowed, due to changed default parameter -1 --> false
|
2012-04-24 17:45:46 +00:00 |
class.setup_cmd_database.inc.php
|
- setting set_defaults also with values containing (now replaced) replacements like $domain
|
2010-08-25 12:24:11 +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 not working account migration: need to invalidate cache: otherwise no migration takes place, if cached results says account already exists
|
2012-10-12 12:55:40 +00:00 |
class.setup_cmd_showheader.inc.php
|
|
|
class.setup_cmd_update.inc.php
|
setup-cli / post_install command to install/update a single (non-default) app
|
2011-06-18 10:44:56 +00:00 |
class.setup_cmd.inc.php
|
a little more sophisticated test if we have a functioning database, before trying to store a setup_cmd object, otherwise it stalls the update
|
2012-08-13 12:14:56 +00:00 |
class.setup_detection.inc.php
|
fix bug on failed install of new instances
|
2011-05-04 13:45:01 +00:00 |
class.setup_header.inc.php
|
using new check_load_extension function
|
2009-04-20 12:43:44 +00:00 |
class.setup_html.inc.php
|
Add link to find and register all application hooks
|
2011-03-23 16:19:32 +00:00 |
class.setup_process.inc.php
|
fixed not working new trunk installs
|
2011-06-07 08:02:06 +00:00 |
class.setup_translation.inc.php
|
setup-cli / post_install command to install/update a single (non-default) app
|
2011-06-18 10:44:56 +00:00 |
class.setup.inc.php
|
setting recommended php version to 5.3, not sure why we havnt done that already
|
2012-03-11 09:38:13 +00:00 |
functions.inc.php
|
disable PHP 5.4 E_STRICT warnings in setup, as already done inside EGroupware
|
2012-09-14 16:38:51 +00:00 |
hook_config_validate.inc.php
|
* emailadmin: restored capability of storing setup mail server settings to first default emailadmin profile (no app, no group, no user)
|
2011-06-20 09:56:39 +00:00 |
hook_config.inc.php
|
* EMailAdmin allow to specify smtp auth credentials for alarms/notifications only, otherwise credentials of current user are used
|
2011-10-06 10:14:13 +00:00 |