egroupware/admin/inc
2008-02-29 13:06:52 +00:00
..
class.admin_cmd_account_app.inc.php added draft of an exception class for eGW, plus a global exception handler and replaced the fatal errors in the db-class plus the application rights check in the egw object with exceptions, modified the exceptions in admin_cmd* to use egw_excpetion*, instead just Exception 2007-12-06 08:00:41 +00:00
class.admin_cmd_change_account_id.inc.php added draft of an exception class for eGW, plus a global exception handler and replaced the fatal errors in the db-class plus the application rights check in the egw object with exceptions, modified the exceptions in admin_cmd* to use egw_excpetion*, instead just Exception 2007-12-06 08:00:41 +00:00
class.admin_cmd_change_pw.inc.php added draft of an exception class for eGW, plus a global exception handler and replaced the fatal errors in the db-class plus the application rights check in the egw object with exceptions, modified the exceptions in admin_cmd* to use egw_excpetion*, instead just Exception 2007-12-06 08:00:41 +00:00
class.admin_cmd_check_acl.inc.php next step: all admin-cli commands are implemented now in the new structure, exist codes need to be reworked 2007-11-27 03:20:28 +00:00
class.admin_cmd_delete_account.inc.php added draft of an exception class for eGW, plus a global exception handler and replaced the fatal errors in the db-class plus the application rights check in the egw object with exceptions, modified the exceptions in admin_cmd* to use egw_excpetion*, instead just Exception 2007-12-06 08:00:41 +00:00
class.admin_cmd_edit_group.inc.php added draft of an exception class for eGW, plus a global exception handler and replaced the fatal errors in the db-class plus the application rights check in the egw object with exceptions, modified the exceptions in admin_cmd* to use egw_excpetion*, instead just Exception 2007-12-06 08:00:41 +00:00
class.admin_cmd_edit_user.inc.php added draft of an exception class for eGW, plus a global exception handler and replaced the fatal errors in the db-class plus the application rights check in the egw object with exceptions, modified the exceptions in admin_cmd* to use egw_excpetion*, instead just Exception 2007-12-06 08:00:41 +00:00
class.admin_cmd.inc.php allow to queue command objects, to be fetched by the client 2008-01-09 02:04:30 +00:00
class.admin_cmds.inc.php first version of a setup command that can run via admins remote command execution 2007-12-05 02:27:49 +00:00
class.admin_db_backup.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
class.admin_prefs_sidebox_hooks.inc.php resolving of problems regarding 2 classes responsible for the admin prefs_sidebox (admin_prefs_sidebox_hooks + hook_admin) 2008-02-29 13:05:22 +00:00
class.boaccess_history.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
class.boaccounts.inc.php "bugfix: group-name (account_lid) could not be changed" 2007-05-04 14:18:47 +00:00
class.boaclmanager.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
class.boapplications.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
class.bocategories.inc.php The formated_list function in phpgwapi/inc/class.categories.inc.php was 2007-11-27 17:14:54 +00:00
class.boconfig.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
class.bocurrentsessions.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
class.boldap_mgr.inc.php remove superfluous globals, format 2005-11-26 14:04:40 +00:00
class.bolog.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
class.boserver.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
class.customfields.inc.php new private custom fields visible only to certain users/groups, only used in addressbook at the moment, easy to add for other apps, only requires to modify the storage method to only save the available cfs, to not delete the hidden ones 2008-01-19 05:32:51 +00:00
class.html_tables.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
class.soaccess_history.inc.php phpgw_access_log --> egw_access_log 2005-11-13 09:47:05 +00:00
class.soaccounts.inc.php Updated to have all posts and gets go to the ui class. Bo class functions now take direct arguments and respond with true, false, or array of errors (for now). 2007-03-09 12:07:15 +00:00
class.soapplications.inc.php modernized and documented the hooks-class, phpgw_hooks --> egw_hooks 2005-11-13 06:58:38 +00:00
class.soldap_mgr.inc.php remove superfluous globals, format 2005-11-26 14:04:40 +00:00
class.solog.inc.php changed the following table-names: 2005-11-02 11:45:52 +00:00
class.soserver.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
class.uiaccess_history.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
class.uiaccounts.inc.php A very first step to remodel our current admin backend: 2007-11-22 00:57:12 +00:00
class.uiaclmanager.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
class.uiapplications.inc.php invalidate session cache on changes in egw_info 2006-04-06 07:53:44 +00:00
class.uiasyncservice.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
class.uicategories.inc.php fixed problems pointed out by enricomilanese-AT-gmail.com 2007-09-16 06:51:13 +00:00
class.uiconfig.inc.php fix for bug #221: config (admin.uiconfig) is not saved properly, if magic_quotes_gpc is on 2006-12-29 07:08:47 +00:00
class.uicurrentsessions.inc.php fix for register globals off, nextmatch was not working on egroupware.org 2006-04-25 19:10:39 +00:00
class.uildap_mgr.inc.php remove superfluous globals, format 2005-11-26 14:04:40 +00:00
class.uilog.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
class.uimainscreen.inc.php login- and home-message dealed wrongly with some special chars like: \ ' " < 2006-04-06 07:51:23 +00:00
class.uimenuclass.inc.php first version / step to the new 1.4 addressbook: 2006-04-23 14:40:31 +00:00
class.uiserver.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
hook_acl_manager.inc.php finished DB backup and restore for eGW: 2004-10-15 23:06:34 +00:00
hook_add_def_pref.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
hook_after_navbar.inc.php implement topmenu hook 2007-01-23 23:35:12 +00:00
hook_config.inc.php phpgw --> egw 2005-10-14 17:03:16 +00:00
hook_deleteaccount.inc.php changed the following table-names: 2005-11-02 11:45:52 +00:00
hook_sidebox_menu.inc.php add check to prevent compile error in translation tools 2007-11-12 00:47:59 +00:00
hook_topmenu_info.inc.php implement topmenu hook 2007-01-23 23:35:12 +00:00