The branch "master" has been updated. The following is a summary of the commits.
from: a684217450dd96260094549f1a3e6671d457de78 2f7c3f5 Improve loop detection logic. 8dee272 Reduce the threshold for sync loop. e02dff7 Need to perform this check after the collection has been validated. b290f85 Remove stray character. ----------------------------------------------------------------------- commit 2f7c3f527ad12912b7cd362645c9d0b00f6d8af1 Author: Michael J Rubinsky <[email protected]> Date: Sun Dec 9 18:06:40 2012 -0500 Improve loop detection logic. Only increase the counter if we actually have changes. This prevents user initiated sync requests that result in no changes from increasing the counter avoiding unnecessary state resets. framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 62 ++++++------ 1 files changed, 32 insertions(+), 30 deletions(-) http://git.horde.org/horde-git/-/commit/2f7c3f527ad12912b7cd362645c9d0b00f6d8af1 ----------------------------------------------------------------------- commit 8dee2721e988f51a9b1ec881ca02f1bf7291f192 Author: Michael J Rubinsky <[email protected]> Date: Sun Dec 9 18:21:30 2012 -0500 Reduce the threshold for sync loop. framework/ActiveSync/lib/Horde/ActiveSync.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/8dee2721e988f51a9b1ec881ca02f1bf7291f192 ----------------------------------------------------------------------- commit e02dff74df23d616e85f81865a7ce2b4edc8ba0d Author: Michael J Rubinsky <[email protected]> Date: Sun Dec 9 18:21:51 2012 -0500 Need to perform this check after the collection has been validated. Otherwise, some information might be missing. framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 46 ++++++------ 1 files changed, 24 insertions(+), 22 deletions(-) http://git.horde.org/horde-git/-/commit/e02dff74df23d616e85f81865a7ce2b4edc8ba0d ----------------------------------------------------------------------- commit b290f85bbbc9cd45944693a5fbb4adf1016415d1 Author: Michael J Rubinsky <[email protected]> Date: Sun Dec 9 18:22:15 2012 -0500 Remove stray character. framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/b290f85bbbc9cd45944693a5fbb4adf1016415d1 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
