[commits] Horde branch develop updated. 78ae67b77b708f6b3efbb1a0f6e7c354a1232a7c

Michael J. Rubinsky mrubinsk at horde.org
Wed May 16 22:43:54 UTC 2012


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

from: 4307cbc4b44f11e90587a38e776dccb5f59c623e

ee47a77 Fix outputing streams in wbxml, don't log the stream data
a762f16 Use streams when outputing MIME data.
054e1ab Use Horde_Exception_AuthenticationDenied, and ensure initial EAS headers are always sent.
3b9da91 We speak 12.1
a9418b3 Test for/Create the device entry before we handle the OPTIONS request.
8417e02 Typos
fc02327 Don't check bodyprefs here.
02cc0a3 ws/comments
1d1f8ed Remove debug output
cc2ccc4 Not needed
db1f5c8 Fix logic for determining if we need to output changes.
78ae67b Ensure userAgent is not null

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

commit ee47a77405d00e7bf2cd5adc9b5551ac77c74928
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 14 18:28:25 2012 -0400

    Fix outputing streams in wbxml, don't log the stream data

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php  |    3 ++-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php |    6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

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

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

commit a762f1607442884131008a20979265584e3bddb4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 14 18:32:22 2012 -0400

    Use streams when outputing MIME data.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

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

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

commit 054e1ab5ce59bf7ccb1f43a2486644b05bb4a16e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 16 18:33:26 2012 -0400

    Use Horde_Exception_AuthenticationDenied, and ensure initial EAS headers are always sent.
    
    WinMo only looks for these on the *initial* response from the OPTIONS request,
    even if it's a 401!?

 framework/ActiveSync/lib/Horde/ActiveSync.php |   10 ++++------
 framework/Rpc/lib/Horde/Rpc/ActiveSync.php    |    4 ++++
 2 files changed, 8 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/054e1ab5ce59bf7ccb1f43a2486644b05bb4a16e

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

commit 3b9da915a94919b6345fdca7b6aa5e6c4462e46f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 16 18:34:51 2012 -0400

    We speak 12.1

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

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

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

commit a9418b3a02abecf47badc6ccd5160bae43e105dd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 16 18:35:23 2012 -0400

    Test for/Create the device entry before we handle the OPTIONS request.
    
    WinMo only sends the User-Agent header on the very first OPTIONS request,
    and will NOT repeat it if we send a 401. This will likely be revisted
    when I tweak the SETTINGS reqest since WinMo sends this information
    there.

 framework/ActiveSync/lib/Horde/ActiveSync.php |   38 +++++++++++++------------
 1 files changed, 20 insertions(+), 18 deletions(-)

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

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

commit 8417e0277fc36a595e26d08b600651104fde3129
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 16 18:37:34 2012 -0400

    Typos

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

http://git.horde.org/horde-git/-/commit/8417e0277fc36a595e26d08b600651104fde3129

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

commit fc0232754bfec0c260e34a7cfc61b34917b25507
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 16 18:38:19 2012 -0400

    Don't check bodyprefs here.
    
    Even if we don't have it, we still might be using EAS > 2.5

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

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

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

commit 02cc0a379b03cd17453d46244b31ded6f7daabf8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 16 18:39:54 2012 -0400

    ws/comments

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    4 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |    5 +++++
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |    1 -
 3 files changed, 7 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/02cc0a379b03cd17453d46244b31ded6f7daabf8

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

commit 1d1f8edbef6c76a3cefbbfbafe265db73fcc460e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 16 18:41:11 2012 -0400

    Remove debug output

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

http://git.horde.org/horde-git/-/commit/1d1f8edbef6c76a3cefbbfbafe265db73fcc460e

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

commit cc2ccc42a54c8ae955ee68589461f3830dbd8541
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 16 18:41:21 2012 -0400

    Not needed

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

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

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

commit db1f5c873d244f7c4782ebddd2b38d8156028e76
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 16 18:41:43 2012 -0400

    Fix logic for determining if we need to output changes.

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

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

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

commit 78ae67b77b708f6b3efbb1a0f6e7c354a1232a7c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed May 16 18:42:36 2012 -0400

    Ensure userAgent is not null

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

http://git.horde.org/horde-git/-/commit/78ae67b77b708f6b3efbb1a0f6e7c354a1232a7c




More information about the commits mailing list