Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
Ralf Becker 6aa95316ba using a static var as cache, which is a reference to the session:
a) automatic shared between all instances of accounts class
b) no need to have a shutdown function storing it to the session
--> cleaner code
2009-12-07 17:56:31 +00:00
addressbook Recover history from rev 28543 2009-12-02 19:22:01 +00:00
admin call hooks with a proper hook array 2009-12-07 13:12:23 +00:00
calendar "fixed several small problems in new invitation and category acl" 2009-12-07 13:31:51 +00:00
doc advanced mailserver config 2009-12-06 10:28:49 +00:00
etemplate patch to hide the sub-type select box, if it is empty, there may be room for improvement by nathan, as he introduced that feature in the first place 2009-12-07 15:48:50 +00:00
filemanager Recover history from rev 28556 2009-12-02 19:43:37 +00:00
home Recover history for home 2009-12-02 06:58:03 +00:00
importexport Recover history from rev 28562 2009-12-02 19:47:02 +00:00
infolog Fix infolog category issue again 2009-12-07 09:08:51 +00:00
notifications Recover history from rev 28586 2009-12-02 19:56:11 +00:00
phpgwapi using a static var as cache, which is a reference to the session: 2009-12-07 17:56:31 +00:00
preferences fixed some typos and added german translations 2009-12-07 12:28:35 +00:00
resources Recover history from rev 28595 2009-12-02 20:12:18 +00:00
setup "using isset($GLOBALS['egw']->accounts) instead of is_object, as egw object always instanciates accounts object (with wrong config) if is_object() is used" 2009-12-07 17:47:57 +00:00
timesheet Recover history from rev 28598 2009-12-02 20:19:38 +00:00
.htaccess "upps, .htaccess seems not to allow to use php_admin_value, which is required for newer php to set mbstring.func_overload (leaving the old php_value)" 2009-10-02 09:18:18 +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 "fix for bug in kde4.2, which seems to have a problem with a 401 without a body" 2009-10-04 07:29:33 +00:00
header.inc.php.template "dont switch on output_buffering (ob_start) for groupdav too, as we cant switch it off saveling and PROPFIND can get really big" 2009-10-16 07:57:09 +00:00
index.php "missing commit from tz selection" 2009-10-16 09:55:12 +00:00
login.php remove additional blanks/whitespace before and after username supplied by user at logintime (refer to Tracker#2234 2009-10-06 11:07:30 +00:00
logout.php changing the call of get_sessionid to retrieve the egw_session not only the basic_auth session, this fixes the problem, that sessions where not destroyed at logout 2009-10-02 08:33:13 +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 redirection via go, by rebuilding the query string; suggested by zorg; seems to work without sideeffects in my enviroment; please give feedback to the '[eGroupWare-developers] bug with notification,felamimail and redirect' entry 2009-06-19 08:28:03 +00:00
rpc.php switching output compression off, as it makes problems with synthesis client 2009-12-02 22:22:54 +00:00
set_box.php Implement close button for homepage boxes. Still needs a little work to hide the close icon when the box is forced by admin. 2009-09-21 21:29:39 +00:00
soap.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
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 "webdav is stateless: we dont need to keep the session open, it only blocks other calls to same basic-auth session" 2009-11-29 10:53:25 +00:00
xajax.php "PHP5.3 fix: call_user_func_array($callback,null) 2. parameter has to be array 2009-08-22 16:42:11 +00:00
xmlrpc.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