mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
5408924afb
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 |
||
---|---|---|
.. | ||
class.setup_cmd_admin.inc.php | ||
class.setup_cmd_config.inc.php | ||
class.setup_cmd_database.inc.php | ||
class.setup_cmd_header.inc.php | ||
class.setup_cmd_install.inc.php | ||
class.setup_cmd_ldap.inc.php | ||
class.setup_cmd_showheader.inc.php | ||
class.setup_cmd_update.inc.php | ||
class.setup_cmd.inc.php | ||
class.setup_detection.inc.php | ||
class.setup_header.inc.php | ||
class.setup_html.inc.php | ||
class.setup_process.inc.php | ||
class.setup_translation.inc.php | ||
class.setup.inc.php | ||
functions.inc.php | ||
hook_config_validate.inc.php | ||
hook_config.inc.php |