The branch "horde_activesync_3_0" has been updated. The following is a summary of the commits.
from: 1ffaafbb4ef04ed49472792d37f0a1bccda82de7 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. 7c7ea99 [mms] More compact internal/serialized representation of data in Horde_Prefs_Scope. 5023660 Bug #12096: make sure data is string before doing JSON check f64963d Bug #12095: Hotfix to allow for Y-scrolling in search page in dynamic view 683b9f5 Bug #12095: Fix setting initial height of search IFRAME 8f83331 Adjust search IFRAME height when resizing window c0e75a1 Fix array key name. Fix setting flag changes. a9c2fce This hasn't been used since Horde 4 692ef49 Fix variable name 559496f Avoid warnings about modifying an overloaded property. 2bbd9f0 Only log ActiveSync entries if we active the synclog. c00bfb2 Can't use overloaded properties in current() either. 3bdc616 Ensure mimesupport is always set. dfa3e2f sigh. Typehints are pretty useless if you can't use a base class. 1e9ab64 Avoid older mobile browsers displaying "null" for empty descriptions. ba9d4e3 Bug: 12098 Fix uncompleting tasks from task view in smartmobile view. Signed-off-by: Michael J Rubinsky <[email protected]> 80b9991 BFN af3c3f8 Merge branch 'master' into horde_activesync_3_0 ----------------------------------------------------------------------- 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 7c7ea99288d7645eacad1a8fbb11f91d43ecbead Author: Michael M Slusarz <[email protected]> Date: Wed Mar 6 18:06:48 2013 -0700 [mms] More compact internal/serialized representation of data in Horde_Prefs_Scope. framework/Prefs/lib/Horde/Prefs/Scope.php | 148 ++++++++++++++++++---------- framework/Prefs/package.xml | 4 +- 2 files changed, 97 insertions(+), 55 deletions(-) http://git.horde.org/horde-git/-/commit/7c7ea99288d7645eacad1a8fbb11f91d43ecbead ----------------------------------------------------------------------- commit 5023660e5051406a9fa57f97039f448ba955eb81 Author: Michael M Slusarz <[email protected]> Date: Wed Mar 6 19:15:28 2013 -0700 Bug #12096: make sure data is string before doing JSON check imp/js/dimpbase.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/5023660e5051406a9fa57f97039f448ba955eb81 ----------------------------------------------------------------------- commit f64963de143dc52df6cd4ff8a64363cb5113e204 Author: Michael M Slusarz <[email protected]> Date: Wed Mar 6 19:24:27 2013 -0700 Bug #12095: Hotfix to allow for Y-scrolling in search page in dynamic view imp/lib/IMP.php | 6 +++--- imp/search.php | 2 +- imp/themes/default/dynamic/screen.css | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/f64963de143dc52df6cd4ff8a64363cb5113e204 ----------------------------------------------------------------------- commit 683b9f56d0079bd53960dbf54b82d4a7669c812b Author: Michael M Slusarz <[email protected]> Date: Wed Mar 6 19:32:40 2013 -0700 Bug #12095: Fix setting initial height of search IFRAME imp/js/dimpbase.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/683b9f56d0079bd53960dbf54b82d4a7669c812b ----------------------------------------------------------------------- commit 8f83331826c692cf4a0f0379a71115bf7675f995 Author: Michael M Slusarz <[email protected]> Date: Wed Mar 6 19:32:53 2013 -0700 Adjust search IFRAME height when resizing window imp/js/dimpbase.js | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/8f83331826c692cf4a0f0379a71115bf7675f995 ----------------------------------------------------------------------- commit c0e75a111a4fa209e964f710750ddedbe796a856 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 6 20:39:30 2013 -0500 Fix array key name. Fix setting flag changes. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/c0e75a111a4fa209e964f710750ddedbe796a856 ----------------------------------------------------------------------- commit a9c2fcefbf07c54ca78da50556bbb2de3f0fa1c3 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 6 20:43:25 2013 -0500 This hasn't been used since Horde 4 framework/Rpc/lib/Horde/Rpc/ActiveSync.php | 4 ---- horde/rpc.php | 1 - 2 files changed, 0 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/a9c2fcefbf07c54ca78da50556bbb2de3f0fa1c3 ----------------------------------------------------------------------- commit 692ef49ff2ed8c9fcf349e5dd30aa6e1dee498c0 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 6 22:29:18 2013 -0500 Fix variable name framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/692ef49ff2ed8c9fcf349e5dd30aa6e1dee498c0 ----------------------------------------------------------------------- commit 559496f98a92a0b4a94ec1b84cb3aff9f6d49117 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 6 22:30:08 2013 -0500 Avoid warnings about modifying an overloaded property. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/559496f98a92a0b4a94ec1b84cb3aff9f6d49117 ----------------------------------------------------------------------- commit 2bbd9f078f9f479a9101d380705db74e1c2fbcf4 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 6 22:30:54 2013 -0500 Only log ActiveSync entries if we active the synclog. Information provided by the activesync logger is really only useful if separated into device files, and is only useless noise if dumped into the horde-wide log file. framework/Core/lib/Horde/Core/ActiveSync/Logger/Factory.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/2bbd9f078f9f479a9101d380705db74e1c2fbcf4 ----------------------------------------------------------------------- commit c00bfb28d48e8a5cec4bcf3ce7bb46e49b5d3aa9 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 6 22:50:56 2013 -0500 Can't use overloaded properties in current() either. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/c00bfb28d48e8a5cec4bcf3ce7bb46e49b5d3aa9 ----------------------------------------------------------------------- commit 3bdc6160d2c372b8b521ad75bb43283429f16335 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 6 22:56:42 2013 -0500 Ensure mimesupport is always set. framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/3bdc6160d2c372b8b521ad75bb43283429f16335 ----------------------------------------------------------------------- commit dfa3e2fce83638a4cc61114284b0de01728a4a12 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 6 23:13:43 2013 -0500 sigh. Typehints are pretty useless if you can't use a base class. nag/lib/Form/DeleteTaskList.php | 2 +- nag/lib/Form/EditTaskList.php | 2 +- nag/lib/Nag.php | 4 ++-- nag/lib/Tasklist.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/dfa3e2fce83638a4cc61114284b0de01728a4a12 ----------------------------------------------------------------------- commit 1e9ab646d1313a6302d62f77792b54bcb4459e14 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 6 23:19:05 2013 -0500 Avoid older mobile browsers displaying "null" for empty descriptions. nag/js/smartmobile.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/1e9ab646d1313a6302d62f77792b54bcb4459e14 ----------------------------------------------------------------------- commit ba9d4e394f5f7f160000dbfd7421cadcfec76775 Author: [email protected] <[email protected]> Date: Wed Mar 6 23:26:58 2013 -0500 Bug: 12098 Fix uncompleting tasks from task view in smartmobile view. Signed-off-by: Michael J Rubinsky <[email protected]> nag/js/smartmobile.js | 3 +++ nag/lib/Ajax/Application/Handler/Smartmobile.php | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/ba9d4e394f5f7f160000dbfd7421cadcfec76775 ----------------------------------------------------------------------- commit 80b999151259cb7e11267d86e6f95c85959504c6 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 6 23:31:28 2013 -0500 BFN nag/docs/CHANGES | 1 + nag/package.xml | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/80b999151259cb7e11267d86e6f95c85959504c6 ----------------------------------------------------------------------- commit af3c3f88f3204f51277d8529c60b522ed9bc3f08 Merge: 1ffaafb 80b9991 Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 6 23:33:04 2013 -0500 Merge branch 'master' into horde_activesync_3_0 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 4 +- framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 8 +- framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 6 + 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 | 69 +- 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/ActiveSync/Logger/Factory.php | 2 +- 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 + framework/Prefs/lib/Horde/Prefs/Scope.php | 148 +++-- framework/Prefs/package.xml | 4 +- framework/Rpc/lib/Horde/Rpc/ActiveSync.php | 4 - horde/rpc.php | 1 - imp/js/dimpbase.js | 13 +- imp/lib/IMP.php | 6 +- imp/search.php | 2 +- imp/themes/default/dynamic/screen.css | 3 + nag/docs/CHANGES | 1 + nag/js/smartmobile.js | 5 +- nag/lib/Ajax/Application/Handler/Smartmobile.php | 2 +- nag/lib/Form/DeleteTaskList.php | 2 +- nag/lib/Form/EditTaskList.php | 2 +- nag/lib/Nag.php | 4 +- nag/lib/Tasklist.php | 2 +- nag/package.xml | 2 + 48 files changed, 540 insertions(+), 317 deletions(-) http://git.horde.org/horde-git/-/commit/af3c3f88f3204f51277d8529c60b522ed9bc3f08 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
