The branch "horde_activesync_3_0" has been updated. The following is a summary of the commits.
from: 343651994a01837034b597543aec369327618867 6ed7ca8 Fix version comparisions now that we support higher than 12.1. 9c574c5 Fix assignment e79ccef Don't add the collection here, we might not have the folder_type yet. 26c2b34 Implement parsing SYNC_OPTIONS in EAS 14 GETITEMESTIMATE requests. bfc40e8 Don't attempt to get changes if we know the state is gone. b212484 Fix variable name ca90119 Released Horde_Core-2.4.2 eaa637d Development mode for Horde_Core-2.4.3 e7d566e Don't attempt to get changes if we know the state is gone. f0445b2 Don't add the collection here, we might not have the folder_type yet. 96c3593 Fix assignment 4696276 This may not always be set. 1b79753 Add note to remind me why this might be empty. 5765609 Refactor GETITEMESTIMATE a bit to be more efficient. 0fb362f Simplify/improve. 5070ab7 fix phpdoc ffca861 re-add view selection to smartmobile view 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 d4db5d9 Merge branch 'master' into horde_activesync_3_0 ----------------------------------------------------------------------- commit 6ed7ca879ba4945b17053c05cf0a823d3c84a75c Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 14:25:53 2013 -0500 Fix version comparisions now that we support higher than 12.1. Fix some ws/phpdoc as well. framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php | 13 ++--- framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 18 +++--- framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php | 2 +- framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php | 2 +- 4 files changed, 16 insertions(+), 19 deletions(-) http://git.horde.org/horde-git/-/commit/6ed7ca879ba4945b17053c05cf0a823d3c84a75c ----------------------------------------------------------------------- commit 9c574c53fb1797497a9445b8338494bb99c43cb4 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 14:26:45 2013 -0500 Fix assignment .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/9c574c53fb1797497a9445b8338494bb99c43cb4 ----------------------------------------------------------------------- commit e79ccef782e1d00b4f56bce4269f8041172f70ec Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 14:26:57 2013 -0500 Don't add the collection here, we might not have the folder_type yet. We add/update later in the request once we have all the information. All we need to do here is update the windowsize if needed. framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/e79ccef782e1d00b4f56bce4269f8041172f70ec ----------------------------------------------------------------------- commit 26c2b347e1ab9243691f419e5a35420e455e24c4 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 14:27:51 2013 -0500 Implement parsing SYNC_OPTIONS in EAS 14 GETITEMESTIMATE requests. .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php | 36 +++++ 1 files changed, 36 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/26c2b347e1ab9243691f419e5a35420e455e24c4 ----------------------------------------------------------------------- commit bfc40e81c14b6a8d427ebd40540d119e37ab48b8 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 14:56:10 2013 -0500 Don't attempt to get changes if we know the state is gone. framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 75 ++++++------ 1 files changed, 38 insertions(+), 37 deletions(-) http://git.horde.org/horde-git/-/commit/bfc40e81c14b6a8d427ebd40540d119e37ab48b8 ----------------------------------------------------------------------- commit b2124840e09046795bd8d3205c213a209a4ce8bb Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 16:34:15 2013 -0500 Fix variable name framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/b2124840e09046795bd8d3205c213a209a4ce8bb ----------------------------------------------------------------------- commit ca90119dfd00312cfc1a584c2c12e449c7db0062 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 16:55:57 2013 -0500 Released Horde_Core-2.4.2 framework/Core/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/ca90119dfd00312cfc1a584c2c12e449c7db0062 ----------------------------------------------------------------------- commit eaa637da96696cf1400b48053eee3d522fcb812a Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 16:55:57 2013 -0500 Development mode for Horde_Core-2.4.3 framework/Core/package.xml | 22 ++++++++++++++++------ 1 files changed, 16 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/eaa637da96696cf1400b48053eee3d522fcb812a ----------------------------------------------------------------------- commit e7d566e5e658259b742a06a3f0bd7ba17f6be35b Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 14:56:10 2013 -0500 Don't attempt to get changes if we know the state is gone. framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 75 ++++++------ 1 files changed, 38 insertions(+), 37 deletions(-) http://git.horde.org/horde-git/-/commit/e7d566e5e658259b742a06a3f0bd7ba17f6be35b ----------------------------------------------------------------------- commit f0445b2eef3dbd37330723e3a26d1791ac7ea26e Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 14:26:57 2013 -0500 Don't add the collection here, we might not have the folder_type yet. We add/update later in the request once we have all the information. All we need to do here is update the windowsize if needed. framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/f0445b2eef3dbd37330723e3a26d1791ac7ea26e ----------------------------------------------------------------------- commit 96c3593c9d9b3a6fa7132e15ab1fadd62fc510fb Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 14:26:45 2013 -0500 Fix assignment .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/96c3593c9d9b3a6fa7132e15ab1fadd62fc510fb ----------------------------------------------------------------------- commit 469627699d4f66350d7fce2c1775dc22c9ba100f Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 17:14:46 2013 -0500 This may not always be set. framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/469627699d4f66350d7fce2c1775dc22c9ba100f ----------------------------------------------------------------------- commit 1b79753cfa281b62aa04f3fb8671170e51a81252 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 19:57:56 2013 -0500 Add note to remind me why this might be empty. framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/1b79753cfa281b62aa04f3fb8671170e51a81252 ----------------------------------------------------------------------- commit 57656097c39113fbfef6b7e3f0f0f221b1cfb2e1 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 19:58:34 2013 -0500 Refactor GETITEMESTIMATE a bit to be more efficient. Don't even attempt to get change count or initialize state if we already know something else is wrong. .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php | 59 +++- 1 files changed, 44 insertions(+), 15 deletions(-) http://git.horde.org/horde-git/-/commit/57656097c39113fbfef6b7e3f0f0f221b1cfb2e1 ----------------------------------------------------------------------- commit 0fb362feeaabe820c04558e9458461aab3622346 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 20:00:33 2013 -0500 Simplify/improve. Some more improvements to SYNC code. framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 58 ++++++------ 1 files changed, 31 insertions(+), 27 deletions(-) http://git.horde.org/horde-git/-/commit/0fb362feeaabe820c04558e9458461aab3622346 ----------------------------------------------------------------------- commit 5070ab7a103bb72a00db0e7d17d3d3e7ef2ade7b Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 20:00:59 2013 -0500 fix phpdoc framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/5070ab7a103bb72a00db0e7d17d3d3e7ef2ade7b ----------------------------------------------------------------------- commit ffca86110934ece532dd655c379d4d8c96ff0bf4 Author: Chuck Hagenbuch <[email protected]> Date: Thu Mar 7 23:06:46 2013 -0500 re-add view selection to smartmobile view horde/templates/login/smartmobile.html.php | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/ffca86110934ece532dd655c379d4d8c96ff0bf4 ----------------------------------------------------------------------- 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 d4db5d9ca8e04018d9242b9053077531220bb940 Merge: bfc40e8 67bd3d2 Author: Michael J Rubinsky <[email protected]> Date: Mon Mar 11 10:37:30 2013 -0400 Merge branch 'master' into horde_activesync_3_0 Conflicts: framework/ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php ansel/lib/View/Ansel.php | 5 +- framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php | 7 +- .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php | 59 +++- framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 58 +++-- framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 2 +- framework/ActiveSync/package.xml | 23 ++- framework/Core/package.xml | 26 ++- 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 ++- horde/js/login.js | 2 +- horde/js/smartmobile-login.js | 27 ++- horde/login.php | 2 +- horde/templates/login/smartmobile.html.php | 13 + 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 | 2 + 20 files changed, 207 insertions(+), 94 deletions(-) http://git.horde.org/horde-git/-/commit/d4db5d9ca8e04018d9242b9053077531220bb940 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
