The branch "ingo_3_1" has been updated. The following is a summary of the commits.
from: f2263ea371d30dd6eeee6cc4d2f5f5dec40082ed e86598a [mms] Don't cache FETCH data if it does not contain UID information (Bug #12097). 6342fca [mms] Always return UID information for FETCH queries if cache is active, so we ensure that mappings are updated and any cacheable data can be cached. 34969d4 Released Horde_Imap_Client-2.7.2 c12829c Development mode for Horde_Imap_Client-2.7.3 2d4ba0d spelling 0d4dd35 If adding select view code to smartmobile login, need the javascript to actually make it work 1a054e0 Better error handling for smartmobile login page 35b23ba Reuse HordeLogin class instead of defining local class 62d84aa [mms] Translate rule descriptions to the local language in UI. 68bdcf7 Fix intermittent page redirection issues when moving a message in smartmobile view 2086b9f Actually check the return value before adding the widget. d6f9eae Generic changelog entries. Mostly minor issues caught by improved logging. c107667 Released Horde_ActiveSync-2.3.2 67bd3d2 Development mode for Horde_ActiveSync-2.3.3 7399b2c This hasn't been used since Horde 4. Mark as deprecated. Remove in H6. 27463a8 Normalize device id. a2943c7 Fix scope. b1d7d89 Memcache is installed now by default. 1fef494 [jan] Fix updating existing rows with default values when adding columns in PostgreSQL (Bug #12101). 813ad65 [jan] Update broken rows due to migration bug in PostgreSQL (Bug #12101). 4301554 Merge remote-tracking branch 'origin/master' into ingo_3_1 ----------------------------------------------------------------------- commit e86598a5bb3f2f26ca0dafeeec3e9f26fab98698 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 8 14:29:59 2013 -0700 [mms] Don't cache FETCH data if it does not contain UID information (Bug #12097). framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 12 +++++++++--- framework/Imap_Client/package.xml | 4 ++-- 2 files changed, 11 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/e86598a5bb3f2f26ca0dafeeec3e9f26fab98698 ----------------------------------------------------------------------- commit 6342fcaf742441469c6e0cb10e232c7aad34a5c4 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 8 14:42:37 2013 -0700 [mms] Always return UID information for FETCH queries if cache is active, so we ensure that mappings are updated and any cacheable data can be cached. framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 7 +++++-- framework/Imap_Client/package.xml | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/6342fcaf742441469c6e0cb10e232c7aad34a5c4 ----------------------------------------------------------------------- commit 34969d493c3fbf3b5466f185184bdc34994f1afa Author: Michael M Slusarz <[email protected]> Date: Fri Mar 8 14:52:14 2013 -0700 Released Horde_Imap_Client-2.7.2 framework/Imap_Client/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/34969d493c3fbf3b5466f185184bdc34994f1afa ----------------------------------------------------------------------- commit c12829c69083132976f4b18d5fcccc519a1c5bf4 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 8 14:52:14 2013 -0700 Development mode for Horde_Imap_Client-2.7.3 framework/Imap_Client/package.xml | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/c12829c69083132976f4b18d5fcccc519a1c5bf4 ----------------------------------------------------------------------- commit 2d4ba0df9179df55226e0185b72ae4dbd0b0f755 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 8 16:10:44 2013 -0700 spelling horde/js/login.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/2d4ba0df9179df55226e0185b72ae4dbd0b0f755 ----------------------------------------------------------------------- commit 0d4dd35c0843b22cd26a2c58f1e55002856949c9 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 8 16:23:41 2013 -0700 If adding select view code to smartmobile login, need the javascript to actually make it work horde/js/smartmobile-login.js | 13 +++++++++++++ horde/login.php | 2 +- 2 files changed, 14 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/0d4dd35c0843b22cd26a2c58f1e55002856949c9 ----------------------------------------------------------------------- commit 1a054e04d0ed8ae88ca9dbd78c15c985102c90ad Author: Michael M Slusarz <[email protected]> Date: Fri Mar 8 16:32:02 2013 -0700 Better error handling for smartmobile login page horde/js/smartmobile-login.js | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/1a054e04d0ed8ae88ca9dbd78c15c985102c90ad ----------------------------------------------------------------------- commit 35b23bae526a8722dc2d8d737c8c2b9c74e3da98 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 8 16:33:01 2013 -0700 Reuse HordeLogin class instead of defining local class imp/js/login.js | 25 ++++++++----------------- imp/lib/Application.php | 2 +- 2 files changed, 9 insertions(+), 18 deletions(-) http://git.horde.org/horde-git/-/commit/35b23bae526a8722dc2d8d737c8c2b9c74e3da98 ----------------------------------------------------------------------- commit 62d84aa3c85af59d605a383f2153f3cb339a7974 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 8 16:47:10 2013 -0700 [mms] Translate rule descriptions to the local language in UI. ingo/docs/CHANGES | 1 + ingo/lib/Ingo.php | 2 +- ingo/package.xml | 2 ++ 3 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/62d84aa3c85af59d605a383f2153f3cb339a7974 ----------------------------------------------------------------------- commit 68bdcf770a4aef163c3c1a635da866b7f62aff18 Author: Michael M Slusarz <[email protected]> Date: Fri Mar 8 16:56:24 2013 -0700 Fix intermittent page redirection issues when moving a message in smartmobile view imp/js/smartmobile.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/68bdcf770a4aef163c3c1a635da866b7f62aff18 ----------------------------------------------------------------------- commit 2086b9f7039d299b0f925e3b16d7c672c6312b26 Author: Michael J Rubinsky <[email protected]> Date: Mon Mar 11 10:19:11 2013 -0400 Actually check the return value before adding the widget. ansel/lib/View/Ansel.php | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/2086b9f7039d299b0f925e3b16d7c672c6312b26 ----------------------------------------------------------------------- commit d6f9eae6f37c489c8600d43cf8c771274520c695 Author: Michael J Rubinsky <[email protected]> Date: Mon Mar 11 10:25:52 2013 -0400 Generic changelog entries. Mostly minor issues caught by improved logging. framework/ActiveSync/package.xml | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/d6f9eae6f37c489c8600d43cf8c771274520c695 ----------------------------------------------------------------------- commit c107667d1ed89a86c1395221f54dde49f3bcc1ab Author: Michael J Rubinsky <[email protected]> Date: Mon Mar 11 10:31:56 2013 -0400 Released Horde_ActiveSync-2.3.2 framework/ActiveSync/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/c107667d1ed89a86c1395221f54dde49f3bcc1ab ----------------------------------------------------------------------- commit 67bd3d249eee7ec41239e2842960d0df0eb34905 Author: Michael J Rubinsky <[email protected]> Date: Mon Mar 11 10:31:56 2013 -0400 Development mode for Horde_ActiveSync-2.3.3 framework/ActiveSync/package.xml | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/67bd3d249eee7ec41239e2842960d0df0eb34905 ----------------------------------------------------------------------- commit 7399b2c424e614923c013e453fe8f893c8c2bf9f Author: Michael J Rubinsky <[email protected]> Date: Mon Mar 11 10:45:58 2013 -0400 This hasn't been used since Horde 4. Mark as deprecated. Remove in H6. framework/ActiveSync/lib/Horde/ActiveSync.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/7399b2c424e614923c013e453fe8f893c8c2bf9f ----------------------------------------------------------------------- commit 27463a8f530c7e4c08215e614ebad00109142f43 Author: Michael J Rubinsky <[email protected]> Date: Mon Mar 11 10:46:25 2013 -0400 Normalize device id. framework/ActiveSync/lib/Horde/ActiveSync.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/27463a8f530c7e4c08215e614ebad00109142f43 ----------------------------------------------------------------------- commit a2943c7c75b493b505ad08d9d5fa4be273edfc14 Author: Jan Schneider <[email protected]> Date: Fri Mar 8 14:00:35 2013 +0100 Fix scope. hermes/lib/Form/Search.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/a2943c7c75b493b505ad08d9d5fa4be273edfc14 ----------------------------------------------------------------------- commit b1d7d89767463919e70ca758e9c5d6944702efc9 Author: Jan Schneider <[email protected]> Date: Mon Mar 11 14:11:41 2013 +0100 Memcache is installed now by default. .travis.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/b1d7d89767463919e70ca758e9c5d6944702efc9 ----------------------------------------------------------------------- commit 1fef494ee185eff9c1d0900232173e616120895d Author: Jan Schneider <[email protected]> Date: Mon Mar 11 15:48:05 2013 +0100 [jan] Fix updating existing rows with default values when adding columns in PostgreSQL (Bug #12101). framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 5 +++++ framework/Db/package.xml | 4 ++-- framework/Db/test/Horde/Db/Adapter/MysqlTest.php | 4 ++++ framework/Db/test/Horde/Db/Adapter/MysqliTest.php | 4 ++++ framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php | 4 ++++ framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php | 4 ++++ framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php | 4 ++++ 7 files changed, 27 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/1fef494ee185eff9c1d0900232173e616120895d ----------------------------------------------------------------------- commit 813ad65bee1954c1fc2ccb4da5ca421644811a10 Author: Jan Schneider <[email protected]> Date: Mon Mar 11 15:49:16 2013 +0100 [jan] Update broken rows due to migration bug in PostgreSQL (Bug #12101). nag/docs/CHANGES | 1 + nag/migration/12_nag_fix_smartlists.php | 32 +++++++++++++++++++++++++++++++ nag/package.xml | 10 ++++++-- 3 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 nag/migration/12_nag_fix_smartlists.php http://git.horde.org/horde-git/-/commit/813ad65bee1954c1fc2ccb4da5ca421644811a10 ----------------------------------------------------------------------- commit 430155418854efb3a1f34c25377e5850c9e275b4 Merge: f2263ea 813ad65 Author: Jan Schneider <[email protected]> Date: Mon Mar 11 16:08:33 2013 +0100 Merge remote-tracking branch 'origin/master' into ingo_3_1 Conflicts: ingo/package.xml .travis.yml | 2 +- ansel/lib/View/Ansel.php | 5 +- framework/ActiveSync/lib/Horde/ActiveSync.php | 5 ++- framework/ActiveSync/package.xml | 23 +++++++++-- framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 5 ++ framework/Db/package.xml | 4 +- framework/Db/test/Horde/Db/Adapter/MysqlTest.php | 4 ++ framework/Db/test/Horde/Db/Adapter/MysqliTest.php | 4 ++ framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php | 4 ++ framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php | 4 ++ framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php | 4 ++ framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 12 ++++- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 7 ++- framework/Imap_Client/package.xml | 22 ++++++++-- hermes/lib/Form/Search.php | 2 +- horde/js/login.js | 2 +- horde/js/smartmobile-login.js | 27 +++++++++++- horde/login.php | 2 +- imp/js/login.js | 25 ++++-------- imp/js/smartmobile.js | 4 +- imp/lib/Application.php | 2 +- ingo/docs/CHANGES | 1 + ingo/lib/Ingo.php | 2 +- ingo/package.xml | 1 + nag/docs/CHANGES | 1 + nag/migration/12_nag_fix_smartlists.php | 32 +++++++++++++++ nag/package.xml | 10 +++- 27 files changed, 167 insertions(+), 49 deletions(-) http://git.horde.org/horde-git/-/commit/430155418854efb3a1f34c25377e5850c9e275b4 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
