The branch "master" has been updated. The following is a summary of the commits.
from: c0690f09b535a13f456b35ce4a9436b7770d647a c671596 Per specs, an out of bound WINDOWSIZE defaults to 512, not 100. 2478ea4 This is really a global limit, not a default. 4089f02 We shouldn't need to override this. 9355ad6 Per specs, when any WINDOWSIZE is omitted it defaults to 100. 7786e44 Perform WINDOWSIZE/MOREAVAILABLE logic in Horde_ActiveSync_Request_Sync::. ----------------------------------------------------------------------- commit c67159605e08ea27f9583c6595000ecdb85b24ec Author: Michael J Rubinsky <[email protected]> Date: Sat Jul 6 22:36:11 2013 -0400 Per specs, an out of bound WINDOWSIZE defaults to 512, not 100. framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 8 ++------ trean/lib/View/BookmarkList.php | 6 +++++- 2 files changed, 7 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/c67159605e08ea27f9583c6595000ecdb85b24ec ----------------------------------------------------------------------- commit 2478ea43434d252d432d4447b0b6592b975d7ab1 Author: Michael J Rubinsky <[email protected]> Date: Sat Jul 6 22:37:14 2013 -0400 This is really a global limit, not a default. Also, add method to retrieve the value as well. framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 15 ++++++++++-- 1 files changed, 12 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/2478ea43434d252d432d4447b0b6592b975d7ab1 ----------------------------------------------------------------------- commit 4089f02f3857a0346a222f5e0bf610723823f270 Author: Michael J Rubinsky <[email protected]> Date: Sat Jul 6 22:38:50 2013 -0400 We shouldn't need to override this. framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/4089f02f3857a0346a222f5e0bf610723823f270 ----------------------------------------------------------------------- commit 9355ad62c421f487d7df1af94363ed0497c3330c Author: Michael J Rubinsky <[email protected]> Date: Sat Jul 6 22:57:55 2013 -0400 Per specs, when any WINDOWSIZE is omitted it defaults to 100. framework/ActiveSync/lib/Horde/ActiveSync/Collections.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/9355ad62c421f487d7df1af94363ed0497c3330c ----------------------------------------------------------------------- commit 7786e44989a342b53e2caaec41b1b6ae651b4c38 Author: Michael J Rubinsky <[email protected]> Date: Sat Jul 6 22:58:35 2013 -0400 Perform WINDOWSIZE/MOREAVAILABLE logic in Horde_ActiveSync_Request_Sync::. Now correctly checks for collection level WINDOWSIZE as well as the global WINDOWSIZE values. Stopping output once either is reached. framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php | 10 --- framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 19 +++++- 2 files changed, 16 insertions(+), 13 deletions(-) http://git.horde.org/horde-git/-/commit/7786e44989a342b53e2caaec41b1b6ae651b4c38 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
