egroupware_official/phpgwapi
Ralf Becker 07c02d6f91 "fixed problem reported on the german list: memberships get not set if a new user gets creted in ldap
It turned out to be a caching problem, as the cache of the accounts-class still contained a failed id2name resolution for the new account.
This was caused by the session-restore with stored the cache in the global accounts object ($GLOBALS[egw]->accounts) too.
Now the global cache is in the global account-object and all other account objects use just a reference to that cache. It get stored from common::egw_final by calling $GLOBALS[egw]->accounts->save_session_cache() in the session."
2007-07-27 07:48:51 +00:00
..
cron fixed not working semaphore in asyncservice (we are not supporting table locks anymore / since 1.2) 2007-07-26 09:23:10 +00:00
doc added note about newer openLDAP with hardcoded uid/gidNumber attribute 2007-06-21 08:59:53 +00:00
images This is the image ContactCenter uses for dJSWin instantiation... 2004-11-05 22:49:59 +00:00
inc "fixed problem reported on the german list: memberships get not set if a new user gets creted in ldap 2007-07-27 07:48:51 +00:00
js the splitting with a complex regex for the parseDate does not work with old javascript. reworked it so splitting is done possible (date) delimiter by delimiter 2007-06-15 13:36:23 +00:00
setup fixed now working wiki after update from 1.0.0 2007-06-12 15:39:26 +00:00
templates removed background under app-header on printing 2007-07-08 10:27:23 +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