The branch "FRAMEWORK_5_0" has been updated. The following is a summary of the commits.
from: e7fe63dfe6c0bba4fc98b7de1f3c1f8118d0c3c9 f1f72da BFN 1b4fc14 Bug: 12197 Fix returning default value when value is defined, but empty. a3238fa This is not an error. 9be6c4a Fix setting flags during initial sync when no MODSEQ is available. 89e51ff Bug: 12193 Fix importing categories from ActiveSync clients. Signed-off-by: Michael J Rubinsky <[email protected]> ca62a60 Request: 12194 Sync children field to activesync devices. Signed-off-by: Michael J Rubinsky <[email protected]> 0303a728 Use a more likely delimter for the freeform children field. 453c7fd Might not have airsyncbasebody, even in 12.1. b0976b9 $message->children must be an array. e930a30 Revert "$message->children must be an array." 44785f3 Revert "Use a more likely delimter for the freeform children field." 2889d60 Revert "Request: 12194 Sync children field to activesync devices." ab98369 Changes ----------------------------------------------------------------------- commit f1f72da730f0564a26c65ddee9a0bf71e965850f Author: Michael J Rubinsky <[email protected]> Date: Fri Apr 19 18:05:27 2013 -0400 BFN nag/docs/CHANGES | 4 ++++ nag/package.xml | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/f1f72da730f0564a26c65ddee9a0bf71e965850f ----------------------------------------------------------------------- commit 1b4fc14eeeab4a98e92538143eef3abaa9ad7dd5 Author: Michael J Rubinsky <[email protected]> Date: Fri Apr 19 17:09:50 2013 -0400 Bug: 12197 Fix returning default value when value is defined, but empty. framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/1b4fc14eeeab4a98e92538143eef3abaa9ad7dd5 ----------------------------------------------------------------------- commit a3238faa4638819367516fe60a28482a25dca8a3 Author: Michael J Rubinsky <[email protected]> Date: Wed Apr 17 11:41:50 2013 -0400 This is not an error. Conflicts: framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/a3238faa4638819367516fe60a28482a25dca8a3 ----------------------------------------------------------------------- commit 9be6c4aaf0f9c8febc9fd7ff2ae335ad3ef5229c Author: Michael J Rubinsky <[email protected]> Date: Wed Apr 17 23:12:22 2013 -0400 Fix setting flags during initial sync when no MODSEQ is available. Fixes broken caching of UIDs in the sync state which could lead to anything from completely broken syncs to the inability to detect deleted messages. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/9be6c4aaf0f9c8febc9fd7ff2ae335ad3ef5229c ----------------------------------------------------------------------- commit 89e51ff605c43a6823cfb3d6c31d177effff2910 Author: Thomas Jarosch <[email protected]> Date: Thu Apr 18 11:35:23 2013 -0400 Bug: 12193 Fix importing categories from ActiveSync clients. Signed-off-by: Michael J Rubinsky <[email protected]> turba/lib/Driver.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/89e51ff605c43a6823cfb3d6c31d177effff2910 ----------------------------------------------------------------------- commit ca62a608cff37dfbbf0509152d2e06c48c0ff845 Author: Thomas Jarosch <[email protected]> Date: Thu Apr 18 11:31:05 2013 -0400 Request: 12194 Sync children field to activesync devices. Signed-off-by: Michael J Rubinsky <[email protected]> turba/lib/Driver.php | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/ca62a608cff37dfbbf0509152d2e06c48c0ff845 ----------------------------------------------------------------------- commit 0303a7280bde47b02bcbd292d5fc1e8d2830dd76 Author: Michael J Rubinsky <[email protected]> Date: Thu Apr 18 12:39:19 2013 -0400 Use a more likely delimter for the freeform children field. We will always export this as a single field instead of splitting on the delimiter since we can't guarentee what delimiter the user will use and a comma (the most likely choice) can also be used to seperate name suffixes (at least in some languages). turba/lib/Driver.php | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/0303a7280bde47b02bcbd292d5fc1e8d2830dd76 ----------------------------------------------------------------------- commit 453c7fd417183f6c0b23c96b7f12aaa9a294f8dd Author: Michael J Rubinsky <[email protected]> Date: Thu Apr 18 23:07:12 2013 -0400 Might not have airsyncbasebody, even in 12.1. When devices send ghosted modify commands, we only have what changed. turba/lib/Driver.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/453c7fd417183f6c0b23c96b7f12aaa9a294f8dd ----------------------------------------------------------------------- commit b0976b9147aba2950ebc2bf81f81f27666f98736 Author: Michael J Rubinsky <[email protected]> Date: Fri Apr 19 16:44:23 2013 -0400 $message->children must be an array. turba/lib/Driver.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/b0976b9147aba2950ebc2bf81f81f27666f98736 ----------------------------------------------------------------------- commit e930a306e07e860408d8345545291244bbeac31c Author: Michael J Rubinsky <[email protected]> Date: Fri Apr 19 17:09:50 2013 -0400 Revert "$message->children must be an array." This reverts commit b0976b9147aba2950ebc2bf81f81f27666f98736. turba/lib/Driver.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/e930a306e07e860408d8345545291244bbeac31c ----------------------------------------------------------------------- commit 44785f310b941c702a1f79a1e525e61f8485b42b Author: Michael J Rubinsky <[email protected]> Date: Fri Apr 19 18:39:34 2013 -0400 Revert "Use a more likely delimter for the freeform children field." This reverts commit 0303a7280bde47b02bcbd292d5fc1e8d2830dd76. turba/lib/Driver.php | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/44785f310b941c702a1f79a1e525e61f8485b42b ----------------------------------------------------------------------- commit 2889d60ba9ed57c55aa102f2e7eadbfb4abe816f Author: Michael J Rubinsky <[email protected]> Date: Fri Apr 19 18:39:49 2013 -0400 Revert "Request: 12194 Sync children field to activesync devices." This reverts commit ca62a608cff37dfbbf0509152d2e06c48c0ff845. This is a newly supported field, belongs in 4.1. turba/lib/Driver.php | 16 ++-------------- 1 files changed, 2 insertions(+), 14 deletions(-) http://git.horde.org/horde-git/-/commit/2889d60ba9ed57c55aa102f2e7eadbfb4abe816f ----------------------------------------------------------------------- commit ab98369349e8bb84d8e6c2f527f94a6e80711a29 Author: Michael J Rubinsky <[email protected]> Date: Fri Apr 19 18:47:18 2013 -0400 Changes framework/ActiveSync/package.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/ab98369349e8bb84d8e6c2f527f94a6e80711a29 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
