egroupware_official/preferences/inc
Patrick Bihan-Faou 73c2841457 Remove the reference to the deprecated formated_list() functions for categories.
Replaced them with the correct name: formatted_list().
2007-11-27 17:23:40 +00:00
..
class.ajaxpreferences.inc.php new ajax server method for storing prefs 2007-01-04 16:36:33 +00:00
class.bocategories.inc.php Remove the reference to the deprecated formated_list() functions for categories. 2007-11-27 17:23:40 +00:00
class.bopassword.inc.php calling the changepassword hook when password are changed by the user 2006-06-09 00:09:05 +00:00
class.bosettings.inc.php make preferences called via sidebox menu of an app, to behave like a part of that app 2005-11-08 09:42:42 +00:00
class.uiaclprefs.inc.php worked around stupid php5.2 empty haystack warnings 2007-04-29 15:07:11 +00:00
class.uicategories.inc.php Remove the reference to the deprecated formated_list() functions for categories. 2007-11-27 17:23:40 +00:00
class.uipassword.inc.php reversed password change ACL from changepassword to nopassword change, to allow eGW users created in LDAP to be full users, without the need to change/add something in the ACL table 2006-06-23 01:27:56 +00:00
class.uisettings.inc.php fixed not working preferences tab in manage users 2006-04-14 18:48:58 +00:00
hook_deleteaccount.inc.php fix for bug [ 1361782 ] missing sql tables: hook code accessing the prefs-table is moved to the prefs class 2005-11-20 07:32:51 +00:00
hook_preferences.inc.php reversed password change ACL from changepassword to nopassword change, to allow eGW users created in LDAP to be full users, without the need to change/add something in the ACL table 2006-06-23 01:27:56 +00:00
hook_settings.inc.php CSV Export for all eTemplate applications using the nextmatch widget to list their entries. The column names, labels and types can be set by the application or get autodetected by eTemplate. Admins can configure an export limit (max. number of entries to export) or disable the functionality completly for non-admins. The charset for the csv export can be configured in the common prefs. Applications can and have to turn the export explicitly off by setting ['nm']['csv_fields']=false. I only made a column-definition for InfoLog, which includes translated column-names. 2007-09-22 15:03:03 +00:00