The branch "master" has been updated. The following is a summary of the commits.
from: 11c4e1ae48ba4ac8f207fccdbc94a391c56c0eaa ff5984a On second thought, completely remove this check. 394e36a [mms] Ensure persistently stored data is not overwritten by another session. 5fe2f8f [mms] Ensure that search/POP3 mailbox listings are saved even if there is an issue with the underlying cache backend. d7d0213 Released Horde_Core-2.13.1 48a2c92 Development mode for Horde_Core-2.13.2 Summary: http://github.com/horde/horde/compare/11c4e1ae48ba4ac8f207fccdbc94a391c56c0eaa...48a2c928f016cab93bf1915a93d436b281f02596 ----------------------------------------------------------------------- commit ff5984aae5ed9194fa2b4c5f83c6c5bed495ff0f Author: Michael M Slusarz <[email protected]> Date: Thu Aug 21 16:36:12 2014 -0600 On second thought, completely remove this check. If the admin (unwisely) is not caching, that's their prerogative. That shouldn't change where large items should be stored though (if cache driver is null, they simply won't be cached). framework/Core/lib/Horde/Core/Cache/Session.php | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) http://github.com/horde/horde/commit/ff5984aae5ed9194fa2b4c5f83c6c5bed495ff0f ----------------------------------------------------------------------- commit 394e36ab3152b14626e2e26865b46cab7b62fe69 Author: Michael M Slusarz <[email protected]> Date: Thu Aug 21 16:51:21 2014 -0600 [mms] Ensure persistently stored data is not overwritten by another session. Key needs to be unique to the current session, or else a user with multiple active sessions may overwrite the stored data. framework/Core/lib/Horde/Core/HashTable/PersistentSession.php | 7 ++++++- framework/Core/package.xml | 2 ++ 2 files changed, 8 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/394e36ab3152b14626e2e26865b46cab7b62fe69 ----------------------------------------------------------------------- commit 5fe2f8f15b9f83719cec4159b073e90299811a4f Author: Michael M Slusarz <[email protected]> Date: Thu Aug 21 17:13:14 2014 -0600 [mms] Ensure that search/POP3 mailbox listings are saved even if there is an issue with the underlying cache backend. See Ticket #13264 imp/docs/CHANGES | 2 + imp/lib/Factory/MailboxList.php | 78 ++++++++++++++++++++++++++++----------- imp/package.xml | 1 + 3 files changed, 59 insertions(+), 22 deletions(-) http://github.com/horde/horde/commit/5fe2f8f15b9f83719cec4159b073e90299811a4f ----------------------------------------------------------------------- commit d7d0213e43172a5e86dffd64c868af79bb52b651 Author: Michael M Slusarz <[email protected]> Date: Thu Aug 21 17:31:16 2014 -0600 Released Horde_Core-2.13.1 framework/Core/composer.json | 6 +++--- framework/Core/package.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/d7d0213e43172a5e86dffd64c868af79bb52b651 ----------------------------------------------------------------------- commit 48a2c928f016cab93bf1915a93d436b281f02596 Author: Michael M Slusarz <[email protected]> Date: Thu Aug 21 17:31:16 2014 -0600 Development mode for Horde_Core-2.13.2 framework/Core/package.xml | 24 +++++++++++++++--------- 1 files changed, 15 insertions(+), 9 deletions(-) http://github.com/horde/horde/commit/48a2c928f016cab93bf1915a93d436b281f02596 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
