.. |
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:19 +00:00 |
class.setup_cmd_database.inc.php
|
prefering mysqli for new installs
|
2013-05-26 09:43:10 +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
|
offer to delete all existing accounts from SQL tables, before migration to it
|
2013-05-23 14:33:14 +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
|
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:37 +00:00 |
class.setup_detection.inc.php
|
* Setup/API: improved diagnostics about db connection problem and not installed EGroupware
|
2013-03-05 10:50:43 +00:00 |
class.setup_header.inc.php
|
* MySQL: got mysqli extension working and make it default for EGroupware, as mysql is now officially deprecated, existing installs need to be switched manually in header.inc.php or Setup >> Manage header
|
2013-05-26 09:32:41 +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-05 12:18:22 +00:00 |
class.setup_process.inc.php
|
Fix historylog, links & categories sticking around if app is deleted
|
2013-01-14 20:25:37 +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-05 12:18:22 +00:00 |
class.setup.inc.php
|
* API: full support of active directory as account storage, tested so far with Samba4
|
2013-05-22 17:22:20 +00:00 |
functions.inc.php
|
setting and checking required PHP version of 5.3
|
2012-10-26 08:50:07 +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
|
more work regarding the implementation of the new feature that allows to specify smtp auth credentials for alarms/notifications only (otherwise credentials of corrent user are used)
|
2011-10-06 09:13:48 +00:00 |