[commits] Horde branch master updated. 27bd896e7b07de019aa8c59565ec0ed89f28f5f9
Michael M Slusarz
slusarz at horde.org
Fri Dec 17 20:49:51 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 844be82b89fc9f13cb61c3f40fdd4406aa2b75c4
ad4d06b Don't cache config data in registry.
2bb8df2 Not used
d48f5b4 API calls should no longer be throwing PEAR_Errors in H4
27bd896 Cleanup registry caching.
-----------------------------------------------------------------------
commit ad4d06baad252ea1d127d064481ed420ceaf9f14
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Dec 17 12:09:31 2010 -0700
Don't cache config data in registry.
Our config files generally do not contain much (if any) conditional
code, so caching doesn't provide much/any benefit.
framework/Core/lib/Horde/Registry.php | 33 ++++++++++++++++++++-------------
1 files changed, 20 insertions(+), 13 deletions(-)
http://git.horde.org/horde-git/-/commit/ad4d06baad252ea1d127d064481ed420ceaf9f14
-----------------------------------------------------------------------
commit 2bb8df23bd0176042615ecab7dceb95cd5dc60a4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Dec 17 12:36:38 2010 -0700
Not used
framework/Core/lib/Horde/Registry.php | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/2bb8df23bd0176042615ecab7dceb95cd5dc60a4
-----------------------------------------------------------------------
commit d48f5b4547eddd1f2014c715b1d70d7dd5303922
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Dec 17 13:06:12 2010 -0700
API calls should no longer be throwing PEAR_Errors in H4
framework/Core/lib/Horde/Registry.php | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/d48f5b4547eddd1f2014c715b1d70d7dd5303922
-----------------------------------------------------------------------
commit 27bd896e7b07de019aa8c59565ec0ed89f28f5f9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Dec 17 13:45:00 2010 -0700
Cleanup registry caching.
No need to wait until shutdown to write cache.
clearCache() -> rebuild() which does better job of regenerating
necessary data elements.
When switching languages, don't rebuild registry information until AFTER
we switch the language.
Possibly fixes Bug #9424 (?)
framework/Core/lib/Horde/Registry.php | 273 ++++++++++++++++++---------------
horde/admin/config/config.php | 2 +-
horde/admin/config/index.php | 4 +-
horde/admin/config/scripts.php | 2 +-
4 files changed, 151 insertions(+), 130 deletions(-)
http://git.horde.org/horde-git/-/commit/27bd896e7b07de019aa8c59565ec0ed89f28f5f9
More information about the commits
mailing list