[commits] Horde branch horde_activesync_3_0 updated. 0107703e61349af35c703a9dfc896a975253127e

Michael J. Rubinsky mrubinsk at horde.org
Thu Apr 4 22:26:12 UTC 2013


The branch "horde_activesync_3_0" has been updated.
The following is a summary of the commits.

from: d7455d123b8b2d1b6e53898e68654157ea097791

df4c17e Avoid warnings about empty arrays passed to min().
66a05bf Allow the polices object to take null for the encoder.
717dcc1 Silly me, need to merge the lower version arrays too.
783df46 Add missing constants.
3f36e9d Don't assume _bodyPrefs contains any data.
0107703 Abstract out Horde_ActiveSync_Collections

-----------------------------------------------------------------------

commit df4c17e36b03054a1d22f40ea20d668ffa197770
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 4 18:20:11 2013 -0400

    Avoid warnings about empty arrays passed to min().

 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/df4c17e36b03054a1d22f40ea20d668ffa197770

-----------------------------------------------------------------------

commit 66a05bf4ed3605f19d6c8add8fef076deb629fee
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 4 18:20:41 2013 -0400

    Allow the polices object to take null for the encoder.

 framework/ActiveSync/lib/Horde/ActiveSync/Policies.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/66a05bf4ed3605f19d6c8add8fef076deb629fee

-----------------------------------------------------------------------

commit 717dcc10e0400bed513b4c35280776eedad9f537
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 4 18:21:00 2013 -0400

    Silly me, need to merge the lower version arrays too.

 framework/ActiveSync/lib/Horde/ActiveSync/Policies.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/717dcc10e0400bed513b4c35280776eedad9f537

-----------------------------------------------------------------------

commit 783df46cb243c3bd7cbcfa9a8520fb56ffca25a6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 4 18:21:31 2013 -0400

    Add missing constants.

 .../ActiveSync/lib/Horde/ActiveSync/Request/ResolveRecipients.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/783df46cb243c3bd7cbcfa9a8520fb56ffca25a6

-----------------------------------------------------------------------

commit 3f36e9d1cad8f1433ee61f450d9c3dad183d8623
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 4 18:21:49 2013 -0400

    Don't assume _bodyPrefs contains any data.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Search.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/3f36e9d1cad8f1433ee61f450d9c3dad183d8623

-----------------------------------------------------------------------

commit 0107703e61349af35c703a9dfc896a975253127e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 4 18:23:27 2013 -0400

    Abstract out Horde_ActiveSync_Collections
    
    Keep the sync code a bit cleaner by moving all of the collection
    related logic out to it's own object.

 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php  |  588 ++++++++++++
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |  380 +++------
 framework/ActiveSync/package.xml                           |    8 +-
 3 files changed, 705 insertions(+), 271 deletions(-)
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php

http://git.horde.org/horde-git/-/commit/0107703e61349af35c703a9dfc896a975253127e




More information about the commits mailing list