[commits] Horde branch master updated. 2223896bbbcf36f242dff6ec7ded5bcf7686a8ea

Michael Rubinsky mike at theupstairsroom.com
Mon Apr 26 19:27:28 UTC 2010


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

from: 89a8041ceadf684b8b6fcc687bb0b66bb923cf99

6fc1d80 make state a class member, pass the activesync server instance to the request
685d210 improvements to device info handling and provisioning
2223896 More improvements to provisioning, fix variable names.

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

commit 6fc1d801785b867883b6489c024a66d38b84175e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Apr 26 12:48:42 2010 -0400

    make state a class member, pass the activesync server instance to the request

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |    1 +
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php        |   29 +++++
 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php  |   18 ++--
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php   |   12 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php        |    1 -
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php   |   22 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |   24 ++--
 7 files changed, 68 insertions(+), 39 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync.php?rt=horde-git&r1=674cc60a92bb687b39ae94aca89f597a35e89af6&r2=6fc1d801785b867883b6489c024a66d38b84175e
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php?rt=horde-git&r1=89a8041ceadf684b8b6fcc687bb0b66bb923cf99&r2=6fc1d801785b867883b6489c024a66d38b84175e
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php?rt=horde-git&r1=2a65aa27f3a76a931a2ceae9629f77eb2e905ab0&r2=6fc1d801785b867883b6489c024a66d38b84175e
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php?rt=horde-git&r1=2a65aa27f3a76a931a2ceae9629f77eb2e905ab0&r2=6fc1d801785b867883b6489c024a66d38b84175e
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php?rt=horde-git&r1=89a8041ceadf684b8b6fcc687bb0b66bb923cf99&r2=6fc1d801785b867883b6489c024a66d38b84175e
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php?rt=horde-git&r1=dd2c0a686ea23c3f49720e11b066aa18c7f9e750&r2=6fc1d801785b867883b6489c024a66d38b84175e
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php?rt=horde-git&r1=89a8041ceadf684b8b6fcc687bb0b66bb923cf99&r2=6fc1d801785b867883b6489c024a66d38b84175e

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

commit 685d210a92270f3114902857709f82499fa3f30c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Apr 26 15:03:58 2010 -0400

    improvements to device info handling and provisioning

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php  |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php         |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php        |   35 +++--
 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php  |   12 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php   |   15 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Options.php     |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php        |   20 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php   |   16 +--
 framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php    |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |   41 ++---
 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php          |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/File.php          |   11 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php       |   13 +-
 14 files changed, 90 insertions(+), 93 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync.php?rt=horde-git&r1=6fc1d801785b867883b6489c024a66d38b84175e&r2=685d210a92270f3114902857709f82499fa3f30c
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php?rt=horde-git&r1=01b84f2502cd2c9ed021ea4964f29caf97a8fab7&r2=685d210a92270f3114902857709f82499fa3f30c
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php?rt=horde-git&r1=f923f07e60a40d9a8fd5df816780da15e33b0a7b&r2=685d210a92270f3114902857709f82499fa3f30c
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php?rt=horde-git&r1=6fc1d801785b867883b6489c024a66d38b84175e&r2=685d210a92270f3114902857709f82499fa3f30c
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php?rt=horde-git&r1=6fc1d801785b867883b6489c024a66d38b84175e&r2=685d210a92270f3114902857709f82499fa3f30c
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php?rt=horde-git&r1=6fc1d801785b867883b6489c024a66d38b84175e&r2=685d210a92270f3114902857709f82499fa3f30c
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Options.php?rt=horde-git&r1=531448f4f685b4ee4e09e2638851aab614912e0e&r2=685d210a92270f3114902857709f82499fa3f30c
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php?rt=horde-git&r1=6fc1d801785b867883b6489c024a66d38b84175e&r2=685d210a92270f3114902857709f82499fa3f30c
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php?rt=horde-git&r1=6fc1d801785b867883b6489c024a66d38b84175e&r2=685d210a92270f3114902857709f82499fa3f30c
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php?rt=horde-git&r1=06b511a298e7573734f9cdfea35297f524a58fd2&r2=685d210a92270f3114902857709f82499fa3f30c
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php?rt=horde-git&r1=6fc1d801785b867883b6489c024a66d38b84175e&r2=685d210a92270f3114902857709f82499fa3f30c
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php?rt=horde-git&r1=fd38a01cec877df852276cc3d0689387acc2a2f2&r2=685d210a92270f3114902857709f82499fa3f30c
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/File.php?rt=horde-git&r1=fd38a01cec877df852276cc3d0689387acc2a2f2&r2=685d210a92270f3114902857709f82499fa3f30c
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/History.php?rt=horde-git&r1=f923f07e60a40d9a8fd5df816780da15e33b0a7b&r2=685d210a92270f3114902857709f82499fa3f30c

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

commit 2223896bbbcf36f242dff6ec7ded5bcf7686a8ea
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Apr 26 15:30:10 2010 -0400

    More improvements to provisioning, fix variable names.
    
    With this and the last commit, provisioning can now be set to Allow,
    while still allowing Android devices to connect. The Android devices will
    not be provisioned, so setting it to 'Force' will still prevent them from
    connecting, but now at least using Android won't prevent allowing other
    devices to be provisioned.

 framework/ActiveSync/lib/Horde/ActiveSync.php                   |   11 +++
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php      |    8 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Options.php   |   26 -------
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php |   12 ++--
 framework/ActiveSync/package.xml                                |    2 -
 5 files changed, 21 insertions(+), 38 deletions(-)
 delete mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Request/Options.php

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync.php?rt=horde-git&r1=685d210a92270f3114902857709f82499fa3f30c&r2=2223896bbbcf36f242dff6ec7ded5bcf7686a8ea
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php?rt=horde-git&r1=685d210a92270f3114902857709f82499fa3f30c&r2=2223896bbbcf36f242dff6ec7ded5bcf7686a8ea
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Options.php?rt=horde-git&r1=685d210a92270f3114902857709f82499fa3f30c&r2=2223896bbbcf36f242dff6ec7ded5bcf7686a8ea
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php?rt=horde-git&r1=685d210a92270f3114902857709f82499fa3f30c&r2=2223896bbbcf36f242dff6ec7ded5bcf7686a8ea
http://git.horde.org/diff.php/framework/ActiveSync/package.xml?rt=horde-git&r1=2a65aa27f3a76a931a2ceae9629f77eb2e905ab0&r2=2223896bbbcf36f242dff6ec7ded5bcf7686a8ea




More information about the commits mailing list