[cvs] commit: rakim/scripts chatMonitor.php horde/lib Identity.php
Prefs.php Registry.php Share.php horde/lib/Prefs ldap.php
session.php sql.php
Chuck Hagenbuch
chuck at horde.org
Mon Sep 8 14:44:34 PDT 2003
chuck 2003/09/08 14:44:34 PDT
Modified files:
scripts chatMonitor.php
lib Identity.php Prefs.php Registry.php
Share.php
lib/Prefs ldap.php session.php sql.php
Log:
Clean up preferences a bit:
- setDefaults() is now a private method (_setDefaults()), and only called by
the Prefs constructor.
- Everything we need gets stored in the session prefs cache. Therefore, we
only need to read in the prefs.php files once per session.
- clean up retrieve() a bit; we *never* pass it a list of explicit preferences, so
simplify by always loading all prefs per current scope.
Revision Changes Path
1.33 +2 -4 horde/lib/Identity.php
1.114 +205 -218 horde/lib/Prefs.php
1.72 +18 -30 horde/lib/Prefs/ldap.php
1.24 +7 -13 horde/lib/Prefs/session.php
1.69 +13 -22 horde/lib/Prefs/sql.php
1.165 +2 -6 horde/lib/Registry.php
1.50 +3 -5 horde/lib/Share.php
1.5 +2 -7 rakim/scripts/chatMonitor.php
Chora Links:
http://cvs.horde.org/diff.php/horde/lib/Identity.php?r1=1.32&r2=1.33&ty=u
http://cvs.horde.org/diff.php/horde/lib/Prefs.php?r1=1.113&r2=1.114&ty=u
http://cvs.horde.org/diff.php/horde/lib/Prefs/ldap.php?r1=1.71&r2=1.72&ty=u
http://cvs.horde.org/diff.php/horde/lib/Prefs/session.php?r1=1.23&r2=1.24&ty=u
http://cvs.horde.org/diff.php/horde/lib/Prefs/sql.php?r1=1.68&r2=1.69&ty=u
http://cvs.horde.org/diff.php/horde/lib/Registry.php?r1=1.164&r2=1.165&ty=u
http://cvs.horde.org/diff.php/horde/lib/Share.php?r1=1.49&r2=1.50&ty=u
http://cvs.horde.org/diff.php/rakim/scripts/chatMonitor.php?r1=1.4&r2=1.5&ty=u
More information about the cvs
mailing list