egroupware/setup
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
..
doc removed outdated docs, thanks to Thomas Koch 2006-12-12 10:55:17 +00:00
inc All EGroupware apps can now set default and forced preferences on 2009-10-18 12:57:30 +00:00
lang added email as mail Login Type 2009-09-10 12:16:29 +00:00
templates/default adding email as authtype to setuptemplate 2009-09-15 15:18:03 +00:00
account_migration.php phpDoc headers 2008-08-20 06:04:28 +00:00
admin_account.php All EGroupware apps can now set default and forced preferences on 2009-10-18 12:57:30 +00:00
applications.php - updated documentation 2009-05-28 11:33:30 +00:00
applist.php removed copy of Template object in setup, using the one in the api 2007-12-09 08:03:56 +00:00
check_install.php "- using realpath('..') to give user pathes in filesystem (in errors) 2009-10-01 09:51:28 +00:00
config.php datetime --> egw_datetime 2008-10-21 14:22:27 +00:00
db_backup.php Call-time pass-by-reference has been deprecated Stuff. 2009-08-28 11:46:07 +00:00
fix_mysql_charset.php phpDoc headers 2008-08-20 06:04:28 +00:00
index.php "fix for bug ##1815 - typo in database creation instructions for mysql" 2008-11-03 09:58:59 +00:00
lang.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
manageheader.php Make delete instance / domain checkbox actually remove the domain. DB still needs to be dropped manually. 2009-07-06 22:20:57 +00:00
schematoy.php removed copy of Template object in setup, using the one in the api 2007-12-09 08:03:56 +00:00
setup-cli.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
sqltoarray.php removed copy of Template object in setup, using the one in the api 2007-12-09 08:03:56 +00:00