The branch "master" has been updated. The following is a summary of the commits.
from: 2ec2a6337dbcbfdf6b3a1f36fa809af3676fba53 c4d2791 Use globals 5e4fb14 [mms] Add Horde_Prefs#changeScope(). 59ab64d Load prefs on-demand. 84b2004 Use cached session language value f78bc95 [mms] Add Horde_Cache based cache driver. 7dabe4a Use local injector in factory 0d75208 [mms] Add Horde_Prefs#getCache(). c089d7d [mms] Add Horde_Registry#getAuthInfo() and Horde_Registry#getAuthApps(). Summary: http://github.com/horde/horde/compare/2ec2a6337dbcbfdf6b3a1f36fa809af3676fba53...c089d7db57fd0e0d6ed1d9088e6e93aa548e6f62 ----------------------------------------------------------------------- commit c4d279190d472b7c0bfa913424e5f6d082a3604c Author: Michael M Slusarz <[email protected]> Date: Tue Apr 15 17:30:04 2014 -0600 Use globals framework/Core/lib/Horde/Core/Prefs/Ui.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/c4d279190d472b7c0bfa913424e5f6d082a3604c ----------------------------------------------------------------------- commit 5e4fb1488aa0e042c5d997e132eaa4fb187d1481 Author: Michael M Slusarz <[email protected]> Date: Sun Apr 13 17:47:41 2014 -0600 [mms] Add Horde_Prefs#changeScope(). [mms] Pref scopes are now loaded on-demand. framework/Prefs/lib/Horde/Prefs.php | 35 ++++++++++++++++++++++------------- framework/Prefs/package.xml | 14 ++++++++------ 2 files changed, 30 insertions(+), 19 deletions(-) http://github.com/horde/horde/commit/5e4fb1488aa0e042c5d997e132eaa4fb187d1481 ----------------------------------------------------------------------- commit 59ab64d1f1008e9b8d41da7db2a3c56caf0c941d Author: Michael M Slusarz <[email protected]> Date: Tue Apr 15 22:28:14 2014 -0600 Load prefs on-demand. framework/Core/lib/Horde/Core/Factory/Identity.php | 1 - framework/Core/lib/Horde/Core/Factory/Prefs.php | 2 +- framework/Core/lib/Horde/Registry.php | 2 +- framework/Core/package.xml | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/59ab64d1f1008e9b8d41da7db2a3c56caf0c941d ----------------------------------------------------------------------- commit 84b2004b9ebf85e01e78f7fad9b52de53833c612 Author: Michael M Slusarz <[email protected]> Date: Tue Apr 15 22:55:14 2014 -0600 Use cached session language value framework/Core/lib/Horde/Registry.php | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/84b2004b9ebf85e01e78f7fad9b52de53833c612 ----------------------------------------------------------------------- commit f78bc95982881d880ff9f40b59d6293f7fa757ad Author: Michael M Slusarz <[email protected]> Date: Tue Apr 15 23:54:28 2014 -0600 [mms] Add Horde_Cache based cache driver. framework/Prefs/lib/Horde/Prefs/Cache/HordeCache.php | 87 ++++++++++++++++++ framework/Prefs/package.xml | 17 +++- 2 files changed, 102 insertions(+), 2 deletions(-) create mode 100644 framework/Prefs/lib/Horde/Prefs/Cache/HordeCache.php http://github.com/horde/horde/commit/f78bc95982881d880ff9f40b59d6293f7fa757ad ----------------------------------------------------------------------- commit 7dabe4af17f5f344a8b6b27a98e38093b90cc847 Author: Michael M Slusarz <[email protected]> Date: Tue Apr 15 23:55:08 2014 -0600 Use local injector in factory framework/Core/lib/Horde/Core/Factory/Prefs.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/7dabe4af17f5f344a8b6b27a98e38093b90cc847 ----------------------------------------------------------------------- commit 0d752088a3069bd6931ac3bec41db76f9c0262ba Author: Michael M Slusarz <[email protected]> Date: Tue Apr 15 23:57:48 2014 -0600 [mms] Add Horde_Prefs#getCache(). framework/Prefs/lib/Horde/Prefs.php | 12 ++++++++++++ framework/Prefs/package.xml | 2 ++ 2 files changed, 14 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/0d752088a3069bd6931ac3bec41db76f9c0262ba ----------------------------------------------------------------------- commit c089d7db57fd0e0d6ed1d9088e6e93aa548e6f62 Author: Michael M Slusarz <[email protected]> Date: Wed Apr 16 00:13:18 2014 -0600 [mms] Add Horde_Registry#getAuthInfo() and Horde_Registry#getAuthApps(). framework/Core/lib/Horde/Core/Factory/SessionHandler.php | 6 +- framework/Core/lib/Horde/Registry.php | 62 ++++++++++---- framework/Core/package.xml | 2 + 3 files changed, 49 insertions(+), 21 deletions(-) http://github.com/horde/horde/commit/c089d7db57fd0e0d6ed1d9088e6e93aa548e6f62 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
