Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
Ralf Becker bf712c89b0 fixing a few more PHP5.3 problems, caused by PHP5.3 behavior to NOT
register cookies in $_REQUEST any more by default (there's now a php.ini
variable 'request_order' to controll that, but we want to work with a
default configuraltion):
- session restore was not working, as only $_REQUEST[sessionid] was
  checked
- multi domain installs not working, as domain cookie was not checked
- encrypted session were not working, because kp3 cookie was not checked
--> there's now a static method egw_session::get_request($name), which
checks $_REQUEST[$name], $_COOKIE[$name] and for that Safari bug also
$_COOKIE[ucfirst($name)]
2009-08-22 19:38:45 +00:00
addressbook Patch from Jean-Charles Passard <jcharles(at)provectio.org>: allows to use either uid or id to retrieve contacts 2009-08-22 07:58:53 +00:00
admin PHP5.3 fix, which is already in trunk, but forgotten to backport to stable 2009-08-22 15:59:21 +00:00
calendar "No quoted printables for GroupDAV" 2009-08-07 07:02:09 +00:00
doc "requiring if ctype extension for suse (HTMLpurifier), rh contains it in php-comon" 2009-08-14 09:54:07 +00:00
egw-pear tackle problems with )( in Filenames 2009-07-30 12:52:59 +00:00
emailadmin cyrusimap: make sure the username is converted to lowercase, when creating the mailboxstring 2009-08-12 09:52:39 +00:00
etemplate if app changes while displaying content, be aware of that (as of addressbook infolog view) 2009-08-20 14:28:27 +00:00
felamimail announce vacation message active status for by_date too 2009-07-14 08:10:20 +00:00
filemanager some precaution to never allow to (recursivly) remove /, /apps or /home 2009-08-12 09:55:41 +00:00
home Merged German translations from Stefan: r27035-7 and r27050-65 2009-05-21 08:21:48 +00:00
importexport preparing to sync current lang files before branching for 1.6. One more commit 2008-11-22 11:05:43 +00:00
infolog "fixed not savable empty site configuration 'responsible_edit', once a value was set before" 2009-08-19 15:00:50 +00:00
notifications removed debugging into my home folder. sorry I forgot that ! 2009-01-25 18:20:53 +00:00
phpgwapi fixing a few more PHP5.3 problems, caused by PHP5.3 behavior to NOT 2009-08-22 19:38:45 +00:00
preferences "flatten values first (some selectbox values are given multi-dimensional), causing eg. default for notifications not being displayed" 2009-06-07 15:25:16 +00:00
resources fixed old calendar method name in booking multiple ressources, thanks to Moe from the German list 2008-11-12 07:59:47 +00:00
setup "added error if ctype extension is missing (HTMLpurifier)" 2009-08-14 09:52:55 +00:00
timesheet Merged German translations from Stefan: r27035-7 and r27050-65 2009-05-21 08:21:48 +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 Backported r26747 to 1.6: 2009-04-09 07:49:17 +00:00
header.inc.php.template reworked manageheader: 2008-10-09 16:22:42 +00:00
index.php added an array of replacement names to ease the transition to the new class naming scheme: app_class 2008-10-07 08:51:14 +00:00
login.php "Fix for bug #1891: CAS auth seems to fail" 2009-07-18 12:22:48 +00:00
logout.php fixing a few more PHP5.3 problems, caused by PHP5.3 behavior to NOT 2009-08-22 19:38:45 +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 "reverting my inition comit to switch output buffering off in webdav.php, as it makes problems on system with do automatic output compression, eg. debian5 2009-06-25 10:34:14 +00:00
xajax.php "PHP5.3 fix: call_user_func_array($callback,null) 2. parameter has to be array 2009-08-22 16:42:59 +00:00
xmlrpc.php New header.inc.php template 2008-08-21 06:21:32 +00:00