The branch "master" has been updated. The following is a summary of the commits.
from: 16d5e3e1648abd42dfeadc8ff7fa7755e8aa8ce9 bfc0521 Remove in-memory cache if prune() is called 8f4d546 This object is not used enough to warrant storage in the session (especially since it can be very large) 2fbcce2 documentation fix 2edbd14 [mms] Don't store preference UI elements in the session cache storage. Summary: http://github.com/horde/horde/compare/16d5e3e1648abd42dfeadc8ff7fa7755e8aa8ce9...2edbd14cdd49d0432eb1a8f7f13addb3a36f1bf8 ----------------------------------------------------------------------- commit bfc0521fa5932babf091e4b70bfe1db3a5924a29 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 25 16:13:13 2014 -0600 Remove in-memory cache if prune() is called framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/bfc0521fa5932babf091e4b70bfe1db3a5924a29 ----------------------------------------------------------------------- commit 8f4d546a1942768479853f188c5e2c64e409ce78 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 25 16:39:28 2014 -0600 This object is not used enough to warrant storage in the session (especially since it can be very large) Better to just load on-demand (block list is not even used on main portal page) framework/Core/lib/Horde/Core/Block/Collection.php | 63 ++++++++++--- framework/Core/lib/Horde/Core/Factory/BlockCollection.php | 10 +-- 2 files changed, 54 insertions(+), 19 deletions(-) http://github.com/horde/horde/commit/8f4d546a1942768479853f188c5e2c64e409ce78 ----------------------------------------------------------------------- commit 2fbcce2fcba0f705c3b72da1235ad6475b1652be Author: Michael M Slusarz <[email protected]> Date: Tue Mar 25 17:22:47 2014 -0600 documentation fix horde/config/prefs.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/2fbcce2fcba0f705c3b72da1235ad6475b1652be ----------------------------------------------------------------------- commit 2edbd14cdd49d0432eb1a8f7f13addb3a36f1bf8 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 25 17:25:02 2014 -0600 [mms] Don't store preference UI elements in the session cache storage. framework/Core/lib/Horde/Core/Prefs/Storage/Configuration.php | 5 ++++- framework/Core/package.xml | 2 ++ 2 files changed, 6 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/2edbd14cdd49d0432eb1a8f7f13addb3a36f1bf8 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
