[commits] Horde branch master updated. 3f9c1418240d4affc2cec471862631b5faf92c1d

Michael J. Rubinsky mrubinsk at horde.org
Thu May 30 20:02:29 UTC 2013


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

from: 26f633649c42467f5ed84c605607c276ea4cca6b

410b8c2 This is what Horde_ActiveSync_Device::save() does.
b32b13b Fix end tag logging output.
9c22426 Simplify
e114eea Tweaks to PROVISION checks.
e77821b Logging.
e75323b List in the same order as the protocol specs.
7493e8c Collection Class might be sent in OPTIONS when EAS > 12.1.
1829801 Reorder according to spec documentation and add a @TODO.
193f117 Fix log entry.
3abce0b Fix detecting PROVISIONING_LOOSE vs PROVISIONING_FORCE
23f84f4 Logging.
0931550 Only poll for changes once
d5e4c53 Reset the seenObjects cache when changing collections.
d197156 Log this.
3f9c141 CHANGES

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

commit 410b8c2c67245f5d83aad6253f347318741aa095
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 30 09:54:25 2013 -0400

    This is what Horde_ActiveSync_Device::save() does.

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

http://git.horde.org/horde-git/-/commit/410b8c2c67245f5d83aad6253f347318741aa095

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

commit b32b13b405023704eceec37abc634f7e79dc82f8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 30 10:36:33 2013 -0400

    Fix end tag logging output.

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

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

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

commit 9c22426e53fc9a30011ca5105f057cc8435d0e86
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 30 10:42:09 2013 -0400

    Simplify

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

http://git.horde.org/horde-git/-/commit/9c22426e53fc9a30011ca5105f057cc8435d0e86

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

commit e114eea3cd80df81691cab207fbe4b7117f13354
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 30 11:16:49 2013 -0400

    Tweaks to PROVISION checks.
    
    Allows Outlook clients to connect even when provisioning is set to forced.

 framework/ActiveSync/lib/Horde/ActiveSync/Device.php       |   32 +++++++++---
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php |    7 +++
 2 files changed, 32 insertions(+), 7 deletions(-)

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

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

commit e77821b8b600fbbb77d495cf98cdd0225e7d89af
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 30 11:18:08 2013 -0400

    Logging.

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

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

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

commit e75323b8322874c4f2d9208b4e22cffe72cef4bf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 30 11:48:34 2013 -0400

    List in the same order as the protocol specs.

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

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

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

commit 7493e8cef3be48a4c814c6a5f1ed1e16148c14ee
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 30 12:06:40 2013 -0400

    Collection Class might be sent in OPTIONS when EAS > 12.1.
    
    Fixes sync for clients that attempt SMS sync. Possible fix
    for Bug: 12281

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/7493e8cef3be48a4c814c6a5f1ed1e16148c14ee

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

commit 1829801ed3b2c8b174aa27a897609e8077af4130
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 30 12:09:28 2013 -0400

    Reorder according to spec documentation and add a @TODO.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |   36 ++++++-----
 1 files changed, 20 insertions(+), 16 deletions(-)

http://git.horde.org/horde-git/-/commit/1829801ed3b2c8b174aa27a897609e8077af4130

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

commit 193f1170dc598f7ba441294cd3e141562d79b988
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 30 12:40:36 2013 -0400

    Fix log entry.

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

http://git.horde.org/horde-git/-/commit/193f1170dc598f7ba441294cd3e141562d79b988

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

commit 3abce0beddac47419087aac816706e975a94f124
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 30 12:40:58 2013 -0400

    Fix detecting PROVISIONING_LOOSE vs PROVISIONING_FORCE

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

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

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

commit 23f84f42d28f1863225c46bda02a1298e6c6ce66
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 30 12:41:22 2013 -0400

    Logging.

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

http://git.horde.org/horde-git/-/commit/23f84f42d28f1863225c46bda02a1298e6c6ce66

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

commit 093155033e4a57dd1b41431673bc4415e155474a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 30 13:14:52 2013 -0400

    Only poll for changes once

 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php |   22 +++++++++++--
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php   |    1 -
 2 files changed, 19 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/093155033e4a57dd1b41431673bc4415e155474a

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

commit d5e4c5381e092c8703dbb412b25485b427a92835
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 30 13:27:53 2013 -0400

    Reset the seenObjects cache when changing collections.
    
    Fixes ignoring email with the same uid as an already sent email from
    another folder with the same uid.

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit d197156d1471794176c749d78dd34580f077ec89
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 30 13:54:22 2013 -0400

    Log this.

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

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

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

commit 3f9c1418240d4affc2cec471862631b5faf92c1d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu May 30 14:00:39 2013 -0400

    CHANGES

 framework/ActiveSync/package.xml |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

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




More information about the commits mailing list