The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: fcd8d301081487ec0dea37fa56390bfa5a33c9fc b4f7b1c Fix conditional for detected when not to log the message. 310e147 phpdoc ecac60c Get rid of separate _dir variable - store directly in params variable bc36d59 [mms] Fix serialization of all storage drivers. d179c84 Horde::logMessage() is deprecated 1d51a0e Alphabatize these so they are easier to find the variable name f69fb66 Add a 'hordeInit' flag to registry to indicate when basic horde framework has been initialized dc0dfa9 [mms] Queue log entries issued before framework is initialized and log them once that occurs. 34a95a6 Merge branch 'master' into imp_6_1 ----------------------------------------------------------------------- commit b4f7b1c3f3e4b367411e1d0d47bb39fc717cd4b6 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 6 15:56:31 2013 -0500 Fix conditional for detected when not to log the message. framework/Core/lib/Horde.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/b4f7b1c3f3e4b367411e1d0d47bb39fc717cd4b6 ----------------------------------------------------------------------- commit 310e1477be32794cba2ff8e9cd921441385c10fd Author: Michael M Slusarz <[email protected]> Date: Wed Mar 6 02:11:15 2013 -0700 phpdoc framework/Cache/lib/Horde/Cache/Storage/Apc.php | 29 +++++++--- framework/Cache/lib/Horde/Cache/Storage/Base.php | 21 +++++--- framework/Cache/lib/Horde/Cache/Storage/Eaccelerator.php | 26 ++++++---- framework/Cache/lib/Horde/Cache/Storage/File.php | 40 ++++++++------ framework/Cache/lib/Horde/Cache/Storage/Memcache.php | 32 ++++++----- framework/Cache/lib/Horde/Cache/Storage/Mock.php | 27 ++++++--- framework/Cache/lib/Horde/Cache/Storage/Null.php | 20 +++++-- framework/Cache/lib/Horde/Cache/Storage/Session.php | 26 ++++++---- framework/Cache/lib/Horde/Cache/Storage/Sql.php | 38 ++++++++------ framework/Cache/lib/Horde/Cache/Storage/Stack.php | 34 +++++++----- framework/Cache/lib/Horde/Cache/Storage/Xcache.php | 26 ++++++---- 11 files changed, 196 insertions(+), 123 deletions(-) http://git.horde.org/horde-git/-/commit/310e1477be32794cba2ff8e9cd921441385c10fd ----------------------------------------------------------------------- commit ecac60c669076f8541872cb7440b7187b619ac9c Author: Michael M Slusarz <[email protected]> Date: Wed Mar 6 14:51:01 2013 -0700 Get rid of separate _dir variable - store directly in params variable framework/Cache/lib/Horde/Cache/Storage/File.php | 29 ++++++++------------- 1 files changed, 11 insertions(+), 18 deletions(-) http://git.horde.org/horde-git/-/commit/ecac60c669076f8541872cb7440b7187b619ac9c ----------------------------------------------------------------------- commit bc36d596a868602f525d2cc57e9de1155a23456e Author: Michael M Slusarz <[email protected]> Date: Wed Mar 6 15:19:42 2013 -0700 [mms] Fix serialization of all storage drivers. framework/Cache/lib/Horde/Cache/Storage/Base.php | 30 ++++++++++++++++- framework/Cache/lib/Horde/Cache/Storage/Memcache.php | 31 ++++------------- framework/Cache/lib/Horde/Cache/Storage/Mock.php | 7 ++++ framework/Cache/lib/Horde/Cache/Storage/Session.php | 6 +++ framework/Cache/lib/Horde/Cache/Storage/Sql.php | 17 +++++---- framework/Cache/lib/Horde/Cache/Storage/Stack.php | 9 ++++- framework/Cache/package.xml | 4 +- 7 files changed, 68 insertions(+), 36 deletions(-) http://git.horde.org/horde-git/-/commit/bc36d596a868602f525d2cc57e9de1155a23456e ----------------------------------------------------------------------- commit d179c84e8b00d472eeb01269224527da00ccfd1d Author: Michael M Slusarz <[email protected]> Date: Wed Mar 6 15:43:45 2013 -0700 Horde::logMessage() is deprecated framework/Core/lib/Horde.php | 16 ++-- framework/Core/lib/Horde/Core/Ajax/Application/Handler/Groups.php | 2 +- framework/Core/lib/Horde/Core/Ajax/Imple/ContactAutoCompleter.php | 2 +- framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php | 2 +- framework/Core/lib/Horde/Core/Auth/Shibboleth.php | 2 +- framework/Core/lib/Horde/Core/Factory/Prefs.php | 2 +- .../lib/Horde/Core/Notification/Handler/Decorator/Hordelog.php | 4 +- framework/Core/lib/Horde/Core/Prefs/Ui.php | 2 +- framework/Core/lib/Horde/Core/Share/Driver.php | 4 +- framework/Core/lib/Horde/Core/Topbar.php | 2 +- framework/Core/lib/Horde/ErrorHandler.php | 2 +- framework/Core/lib/Horde/Registry.php | 20 ++-- framework/Core/lib/Horde/Session.php | 2 +- framework/Core/lib/Horde/Themes/Element.php | 2 +- 14 files changed, 32 insertions(+), 32 deletions(-) http://git.horde.org/horde-git/-/commit/d179c84e8b00d472eeb01269224527da00ccfd1d ----------------------------------------------------------------------- commit 1d51a0e5cdd1be780e641d15fc54b177f509b733 Author: Michael M Slusarz <[email protected]> Date: Wed Mar 6 15:51:51 2013 -0700 Alphabatize these so they are easier to find the variable name framework/Core/lib/Horde.php | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) http://git.horde.org/horde-git/-/commit/1d51a0e5cdd1be780e641d15fc54b177f509b733 ----------------------------------------------------------------------- commit f69fb6608052275086475d50efb8fd35e6e9f292 Author: Michael M Slusarz <[email protected]> Date: Wed Mar 6 15:52:22 2013 -0700 Add a 'hordeInit' flag to registry to indicate when basic horde framework has been initialized framework/Core/lib/Horde/Registry.php | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/f69fb6608052275086475d50efb8fd35e6e9f292 ----------------------------------------------------------------------- commit dc0dfa97de64692e2019397d369666498f5e1aeb Author: Michael M Slusarz <[email protected]> Date: Wed Mar 6 16:07:27 2013 -0700 [mms] Queue log entries issued before framework is initialized and log them once that occurs. framework/Core/lib/Horde.php | 21 ++++---- framework/Core/lib/Horde/Core/Factory/Logger.php | 54 +++++++++++++++++++++- framework/Core/package.xml | 2 + 3 files changed, 66 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/dc0dfa97de64692e2019397d369666498f5e1aeb ----------------------------------------------------------------------- commit 34a95a617541fd755fb1a63c6772c8fa39c3ae53 Merge: fcd8d30 dc0dfa9 Author: Michael M Slusarz <[email protected]> Date: Wed Mar 6 16:11:12 2013 -0700 Merge branch 'master' into imp_6_1 Conflicts: framework/Cache/lib/Horde/Cache/Storage/File.php framework/Cache/lib/Horde/Cache/Storage/Apc.php | 29 ++- framework/Cache/lib/Horde/Cache/Storage/Base.php | 51 +++- framework/Cache/lib/Horde/Cache/Storage/Eaccelerator.php | 26 +- framework/Cache/lib/Horde/Cache/Storage/File.php | 31 +-- framework/Cache/lib/Horde/Cache/Storage/Memcache.php | 63 ++--- framework/Cache/lib/Horde/Cache/Storage/Mock.php | 34 ++- framework/Cache/lib/Horde/Cache/Storage/Null.php | 20 +- framework/Cache/lib/Horde/Cache/Storage/Session.php | 32 ++- framework/Cache/lib/Horde/Cache/Storage/Sql.php | 55 ++-- framework/Cache/lib/Horde/Cache/Storage/Stack.php | 43 ++- framework/Cache/lib/Horde/Cache/Storage/Xcache.php | 26 +- framework/Cache/package.xml | 4 +- framework/Core/lib/Horde.php | 69 +++-- framework/Core/lib/Horde/Core/Ajax/Application/Handler/Groups.php | 2 +- framework/Core/lib/Horde/Core/Ajax/Imple/ContactAutoCompleter.php | 2 +- framework/Core/lib/Horde/Core/Ajax/Imple/SpellChecker.php | 2 +- framework/Core/lib/Horde/Core/Auth/Shibboleth.php | 2 +- framework/Core/lib/Horde/Core/Factory/Logger.php | 54 ++++- framework/Core/lib/Horde/Core/Factory/Prefs.php | 2 +- .../lib/Horde/Core/Notification/Handler/Decorator/Hordelog.php | 4 +- framework/Core/lib/Horde/Core/Prefs/Ui.php | 2 +- framework/Core/lib/Horde/Core/Share/Driver.php | 4 +- framework/Core/lib/Horde/Core/Topbar.php | 2 +- framework/Core/lib/Horde/ErrorHandler.php | 2 +- framework/Core/lib/Horde/Registry.php | 31 ++- framework/Core/lib/Horde/Session.php | 2 +- framework/Core/lib/Horde/Themes/Element.php | 2 +- framework/Core/package.xml | 2 + 28 files changed, 378 insertions(+), 220 deletions(-) http://git.horde.org/horde-git/-/commit/34a95a617541fd755fb1a63c6772c8fa39c3ae53 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
