.. |
class.setup_cmd_admin.inc.php
|
allow to set language via setup-cli
|
2008-11-23 16:46:32 +00:00 |
class.setup_cmd_config.inc.php
|
remove pop3/pop3s from setup_cmd_config, as it is not supported anymore
|
2010-05-20 12:59:49 +00:00 |
class.setup_cmd_database.inc.php
|
"new sub-command to drop database and user"
|
2009-05-21 22:16:09 +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_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
|
allow setup-cli to install ldap based right away
|
2009-12-05 17:42:18 +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
|
"do NOT run an update, if none necessary"
|
2009-05-25 07:44:03 +00:00 |
class.setup_cmd.inc.php
|
"do not count \"deleted\" apps (apps without sources) as to upgrade"
|
2009-10-28 21:08:23 +00:00 |
class.setup_detection.inc.php
|
backup housekeeping feature from H.J.Tappe together with a feature to backup egroupware the files - tree from Christian Fueller; The File-backup feature is testet against relatively small eGroupware Instances; It requires ZipArchive (If you dont have that, the backup should run, but without backup of files); AND if you enable it backup takes a) more time to run and restore b) way more space, so you should enable housekeeping
|
2009-08-27 12:46:12 +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
|
fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com>
|
2010-02-13 02:57:22 +00:00 |
class.setup_process.inc.php
|
Do NOT store "System/Localtime" as server_timezone, as it is no valid timezone
|
2010-03-15 07:51:38 +00:00 |
class.setup_translation.inc.php
|
"do NOT mark untranslated phrases with an asterisk (as EGw does it by default since some versions)"
|
2010-03-16 16:18:41 +00:00 |
class.setup.inc.php
|
setup->setup_account_object() need to load config to $GLOBALS[egw_info][server] too, as eg. auth::encyrpt_password needs the encryption type
|
2010-05-15 07:56:58 +00:00 |
functions.inc.php
|
fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com>
|
2010-02-13 02:57:22 +00:00 |
hook_config_validate.inc.php
|
fix for Debian Bug#569677: egroupware-core: base configuration fails with php error if egroupware-emailadmin is not installed
|
2010-02-15 02:58:58 +00:00 |
hook_config.inc.php
|
using since php<=5.0 available raw_output=true parameter for md5 and sha1 instead of deprecated and in newer distros no longer available mhash extension
|
2010-05-13 10:39:48 +00:00 |