egroupware_official/phpgwapi
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
..
cron "Fixed not working async wrapper under SUSE ($_ENV is NOT set)" 2009-06-03 08:28:22 +00:00
doc removed outdated docu 2008-10-15 05:57:00 +00:00
images This is the image ContactCenter uses for dJSWin instantiation... 2004-11-05 22:49:59 +00:00
inc fixing a few more PHP5.3 problems, caused by PHP5.3 behavior to NOT 2009-08-22 19:38:45 +00:00
js removed not used javascript files 2009-07-07 12:55:11 +00:00
ntlm 1. NTLM Single Sign ON 2008-07-16 09:29:13 +00:00
setup Fix for bug #2074 + #2075: Postgres update error to 1.6 2009-07-18 12:55:21 +00:00
templates "removed css to capitalize first letter of sidebox menu items 2009-06-10 12:53:21 +00:00
templatesSavant2/default Replace <?= with <?php echo 2007-05-13 17:50:52 +00:00
tests added checks for updates of text and blob columns 2004-09-19 10:38:11 +00:00
addressbook.php new email-address-selection popup for felamimail 2006-06-16 04:45:55 +00:00