Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
Ralf Becker 31cb95989e "allow static get_rows callbacks, eg. 'app_ui::get_rows':
- on php5.3+ they get directly called via a variable: $callback($query,$rows,$readonlys)
- on php < 5.3 we instancate the class, an call the method non-static: $obj->$method($query,$rows,$readonlys)
--> allows application code to be prepared for static callbacks
Note:
- we can not use call_user_func, as it does NOT support passing by reverence, which is required for $rows and $readonlys parameter
- static callbacks allow to NOT instanciate the class again for the callback (without current dirty methods like placing the object in $GLOBALS[$class])"
2009-05-14 10:22:13 +00:00
addressbook calling translation class static and remove (unnecessary) extra utf-8 charset 2009-05-11 08:11:08 +00:00
admin configurable favicon, configurable vfs image store for images, logos, icons 2009-05-13 14:33:36 +00:00
calendar calling translation class static and remove (unnecessary) extra utf-8 charset 2009-05-11 08:11:08 +00:00
doc newest version from openSUSE build service 2009-04-26 05:55:31 +00:00
etemplate "allow static get_rows callbacks, eg. 'app_ui::get_rows': 2009-05-14 10:22:13 +00:00
filemanager "ignore hidden files" 2009-05-11 20:58:53 +00:00
home tracker #1774, added estonian translation 2008-11-02 14:23:56 +00:00
importexport Using static translation methods 2009-04-28 16:05:04 +00:00
infolog used&planned time or used,planned&replanned time incl. icons 2009-05-11 09:19:16 +00:00
notifications "explicit require bofelamimail, 'til it get a autoloading conform name" 2009-04-28 20:24:05 +00:00
phpgwapi "- docu update 2009-05-14 07:59:51 +00:00
preferences fix for bug #2060 - Passive Security bug: InformationLeakage 2009-04-29 06:27:54 +00:00
resources skipping unnecessary redirect by directly displaying index-method link in navbar 2009-03-30 08:48:59 +00:00
setup "- error_reporting E_ALL 2009-04-28 19:25:35 +00:00
timesheet "only add total automatically, if $only_keys === false or show_sums" 2009-05-06 08:12:51 +00:00
.htaccess Revert accidentally commited changes. 2008-08-21 20:59:02 +00:00
about.php new about page from Sebastian Ebeling 2007-05-26 19:06:12 +00:00
anon_wrapper.php Formatting cleanup; Removed stray whitespace, especially from the end of some files; Convert api arrays to egw/egw_info 2005-07-08 05:00:14 +00:00
groupdav.php using a session for basic auth (not session aware) clients for WebDAV 2009-04-04 08:38:56 +00:00
header.inc.php.template reworked manageheader: 2008-10-09 16:22:42 +00:00
index.php "forward for not existing or empty header to setup" 2009-04-28 16:06:18 +00:00
login.php CAS (Central Authentication Service) login for eGroupware 2008-11-15 10:54:39 +00:00
logout.php CAS (Central Authentication Service) login for eGroupware 2008-11-15 10:54:39 +00:00
notify_simple.php update headers 2007-02-28 03:40:03 +00:00
notify.php Ensure inclusion of header from the top-level directory 2006-11-22 23:06:05 +00:00
notifyxml.php Ensure inclusion of the top-level header.inc.php 2006-11-22 23:07:19 +00:00
redirect.php Add function from php.net manual page for php < 4.3.0 2004-01-10 19:19:53 +00:00
rpc.php 1. NTLM Single Sign ON 2008-07-16 09:29:13 +00:00
set_box.php Ensure inclusion of header from the top-level directory 2006-11-22 23:06:05 +00:00
soap.php New header.inc.php template 2008-08-21 06:21:32 +00:00
svn-helper.php small svn-helper script to deal easier with our wired svn-structure, without arguments it reveals it's secrects ;-) 2007-06-04 06:44:32 +00:00
webdav.php new ajax_submit() function with submitts the whole form via ajax to a given callback 2009-04-29 14:15:19 +00:00
xajax.php "fixed not working xajax call, if no handler given and PHP runs with error_reporting E_ALL (undefined index ...)" 2009-03-20 11:59:18 +00:00
xmlrpc.php New header.inc.php template 2008-08-21 06:21:32 +00:00