The branch "horde_activesync_3_0" has been updated. The following is a summary of the commits.
from: 191eb2ccfe7ee998b60f62525a62ed978e7be66a 29ff57d Enforce some protocol rules. 8d1a1f5 Extract some common parsing methods. 7d817f0 Update package.xml list ----------------------------------------------------------------------- commit 29ff57d276de73631631614c6153afd097580733 Author: Michael J Rubinsky <[email protected]> Date: Tue Mar 26 10:23:57 2013 -0400 Enforce some protocol rules. framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 16 ++++++++++- 1 files changed, 14 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/29ff57d276de73631631614c6153afd097580733 ----------------------------------------------------------------------- commit 8d1a1f591584027d5edbc40e9344c8cea46fb850 Author: Michael J Rubinsky <[email protected]> Date: Tue Mar 26 11:06:16 2013 -0400 Extract some common parsing methods. .../ActiveSync/lib/Horde/ActiveSync/Request/ItemOperations.php | 81 +-- framework/ActiveSync/lib/Horde/ActiveSync/Request/Search.php | 105 +-- framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 123 +--- framework/ActiveSync/lib/Horde/ActiveSync/Request/SyncBase.php | 171 +++++ 4 files changed, 214 insertions(+), 266 deletions(-) create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Request/SyncBase.php http://git.horde.org/horde-git/-/commit/8d1a1f591584027d5edbc40e9344c8cea46fb850 ----------------------------------------------------------------------- commit 7d817f0cf873f7c1a62fc77264fe293102682b8f Author: Michael J Rubinsky <[email protected]> Date: Tue Mar 26 11:07:03 2013 -0400 Update package.xml list framework/ActiveSync/package.xml | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/7d817f0cf873f7c1a62fc77264fe293102682b8f -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
