.. |
class.setup_cmd_admin.inc.php
|
do not run admin-cli.php --add-user for Stylite package install
|
2014-09-09 18:07:39 +00:00 |
class.setup_cmd_config.inc.php
|
some more setup fix, 16.1 updates now 1.8, 14.x and installs itself new
|
2016-04-05 16:51:43 +00:00 |
class.setup_cmd_database.inc.php
|
need to replace - and . with _ in database-name
|
2014-04-16 20:14:19 +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
|
move hooks class to api and only cache hooks in instance cache (instead of database: filesystem scan takes ~4ms, cache ~0.2ms)
|
2016-04-02 14:16:20 +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
|
fixed setup-cli --update and setup_cmd_update to install apps marked as "autoinstall"
|
2014-07-08 16:50:54 +00:00 |
class.setup_cmd.inc.php
|
using exception / exit code 92 for "Domain XXX does NOT exist !!!"
|
2015-05-12 14:57:29 +00:00 |
class.setup_detection.inc.php
|
move all tables to new api and update api to 16.1
|
2016-04-02 19:55:08 +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:35:20 +00:00 |
class.setup_html.inc.php
|
show api version instead of phpgwapi
|
2016-04-02 20:25:01 +00:00 |
class.setup_process.inc.php
|
move all tables to new api and update api to 16.1
|
2016-04-02 19:55:08 +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
|
some more setup fix, 16.1 updates now 1.8, 14.x and installs itself new
|
2016-04-05 16:51:43 +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 09:53:18 +00:00 |
hook_config_validate.inc.php
|
* Setup: support mail authentication without PHP imap extension
|
2015-06-10 15:44:01 +00:00 |
hook_config.inc.php
|
fix typo in smtp plugin name and stay on selected accounts plugin, even if it is inaccessible due to open_basedir, as we otherwise would store default "sql"
|
2014-11-06 19:21:56 +00:00 |