egroupware_official/setup/inc
Ralf Becker 5408924afb All EGroupware apps can now set default and forced preferences on
installation time --> nice user experience and cleaner look (by hiding
exotic prefs by focing them to a usual value):
- settings returned from settings hook can contain values for keys
  'default' or 'forced'
- if settings hook require part of api or application, which are not
  available during installation time: use a method hook (instead of
  an old $app/inc/hook_settings.inc.php file), and check if
  $hook_param['setup'] is true
- default prefs created so far in setup/admin_account.php got removed
- common prefs in preferences_hooks::settings() got reworked to set
  default and forced prefs
- calendar prefs in calendar_hooks::settings() got reworked to set
  default and forced prefs
--> I will rework prefs of all our (default) applications according to a
best practice list of Stylite consultants
2009-10-18 12:57:30 +00:00
..
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 added email as mail Login Type 2009-09-10 12:16:29 +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 patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.setup_cmd_ldap.inc.php allow to call command objects via setup-cli 2008-01-14 05:44:32 +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 get exit codes for setup-cli working again (was broken in 1.6) 2009-05-31 08:15:11 +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 patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
class.setup_process.inc.php All EGroupware apps can now set default and forced preferences on 2009-10-18 12:57:30 +00:00
class.setup_translation.inc.php - making all methods of translation class static 2009-04-20 11:59:39 +00:00
class.setup.inc.php All EGroupware apps can now set default and forced preferences on 2009-10-18 12:57:30 +00:00
functions.inc.php patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6). 2009-06-08 16:21:14 +00:00
hook_config_validate.inc.php Only check for smtp server. As Klaus is going to create an emailadmin 2008-10-14 14:34:41 +00:00
hook_config.inc.php Allow to change the where VFS stores the content of files: 2008-10-02 15:30:44 +00:00