egroupware/phpgwapi
Ralf Becker f99f2ef4e8 1) eGW enviroment (egw_info-array and egw-object) can now be stored in a php-session and restored from there. It is no longer necessary to create it on every page-request.
At the moment you need to log out to activate any changes in the config, preferences or the apps enabled for a user. This can be changed easily by invalidating the cache.
2) New way to create an anoymous session: you can specify a callback function, which gets called if the session could not be verified. The callback can use the DB or instanciate a config object to get the account-date, which it returns. A new session get then created.
2005-07-17 21:00:49 +00:00
..
cron 1) $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}'] 2005-03-06 21:44:31 +00:00
doc Set HTML document type to XHTML 1.0 Transitional everywhere (almost). 2005-07-07 20:09:52 +00:00
images This is the image ContactCenter uses for dJSWin instantiation... 2004-11-05 22:49:59 +00:00
inc 1) eGW enviroment (egw_info-array and egw-object) can now be stored in a php-session and restored from there. It is no longer necessary to create it on every page-request. 2005-07-17 21:00:49 +00:00
js fix cvs keyword 2005-07-01 13:29:35 +00:00
setup update to automatic install the new home app 2005-07-10 10:00:37 +00:00
templates fixed not working onchange attribute for a single account-selection (multiple==0) 2005-07-14 06:29:55 +00:00
tests added checks for updates of text and blob columns 2004-09-19 10:38:11 +00:00
themes removed this not longer (if ever) used files 2005-02-17 10:33:12 +00:00
addressbook.php changed currentapp to addressbook, to not allow access without run-rights for addressbook 2004-08-29 19:08:50 +00:00