[commits] Horde branch master updated. 6ca57c8eb46612a9d8b286af6c8d4962d4062720

Michael Rubinsky mike at theupstairsroom.com
Thu Jun 3 17:29:06 UTC 2010


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

from: 05e833169a98d1c6df719a1a8865b810384bc56a

89417f5 cleaner logic
fc0ca8d fix camelcase of method names
95c4c93 Honor the truncation size from the client
1e472b1 Force output of bodytruncated tag if it's empty.
30079a8 These messages need to check this as well
6ca57c8 Just a note...

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

commit 89417f5930a03089df5beeadddc1da51cba56005
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 3 11:34:15 2010 -0400

    cleaner logic

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

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php?rt=horde-git&r1=a2addaa126ca0dd7b19ab60df77ae1532746761b&r2=89417f5930a03089df5beeadddc1da51cba56005

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

commit fc0ca8d332b41545fdf26ed418d225b11697a516
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 3 11:52:43 2010 -0400

    fix camelcase of method names

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php         |   37 +++--
 .../ActiveSync/lib/Horde/ActiveSync/Request/FolderCreate.php      |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetHierarchy.php      |    2 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php   |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php   |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/File.php          |    5 +-
 8 files changed, 34 insertions(+), 22 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php?rt=horde-git&r1=48f8ffe195d705da3c168c246f83490cbb5de970&r2=fc0ca8d332b41545fdf26ed418d225b11697a516
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php?rt=horde-git&r1=ef8adb7217fc922f68828ae7db4bf5a75c860b2d&r2=fc0ca8d332b41545fdf26ed418d225b11697a516
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderCreate.php?rt=horde-git&r1=da5f0dc719d294cd95f376dae3150f2de7ed06b1&r2=fc0ca8d332b41545fdf26ed418d225b11697a516
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/GetHierarchy.php?rt=horde-git&r1=65d18e22c90c3a331aff7a2b0ef06602927112cf&r2=fc0ca8d332b41545fdf26ed418d225b11697a516
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php?rt=horde-git&r1=da5f0dc719d294cd95f376dae3150f2de7ed06b1&r2=fc0ca8d332b41545fdf26ed418d225b11697a516
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php?rt=horde-git&r1=da5f0dc719d294cd95f376dae3150f2de7ed06b1&r2=fc0ca8d332b41545fdf26ed418d225b11697a516
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php?rt=horde-git&r1=89417f5930a03089df5beeadddc1da51cba56005&r2=fc0ca8d332b41545fdf26ed418d225b11697a516
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/File.php?rt=horde-git&r1=34ea879fc775caec7b968386495966a8732c5c26&r2=fc0ca8d332b41545fdf26ed418d225b11697a516

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

commit 95c4c936bee17d6326310e3e34bb99d401db7dde
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 3 12:50:45 2010 -0400

    Honor the truncation size from the client

 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php  |   36 ++++++++++--
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php |   18 ++++--
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php |   20 ------
 3 files changed, 44 insertions(+), 30 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php?rt=horde-git&r1=fc0ca8d332b41545fdf26ed418d225b11697a516&r2=95c4c936bee17d6326310e3e34bb99d401db7dde
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php?rt=horde-git&r1=b4223c6c9f3977d55b38d9dcb5f71b72e2190348&r2=95c4c936bee17d6326310e3e34bb99d401db7dde
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php?rt=horde-git&r1=f923f07e60a40d9a8fd5df816780da15e33b0a7b&r2=95c4c936bee17d6326310e3e34bb99d401db7dde

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

commit 1e472b176ca43ca4b291281429482279787a4e4d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 3 13:22:20 2010 -0400

    Force output of bodytruncated tag if it's empty.

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php    |   23 +++++++--
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php |    9 +++
 2 files changed, 28 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php?rt=horde-git&r1=95c4c936bee17d6326310e3e34bb99d401db7dde&r2=1e472b176ca43ca4b291281429482279787a4e4d
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php?rt=horde-git&r1=02f1d5881741fd7cd94c1782c18824ffaff97e1c&r2=1e472b176ca43ca4b291281429482279787a4e4d

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

commit 30079a80033852eadcbf2abefbf48718a6162bb0
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 3 13:28:08 2010 -0400

    These messages need to check this as well

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |    9 +++++
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php        |    9 +++++
 2 files changed, 18 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php?rt=horde-git&r1=bd707d4eecfb888ebcb0873ecfc7cd96aac71730&r2=30079a80033852eadcbf2abefbf48718a6162bb0
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php?rt=horde-git&r1=02f1d5881741fd7cd94c1782c18824ffaff97e1c&r2=30079a80033852eadcbf2abefbf48718a6162bb0

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

commit 6ca57c8eb46612a9d8b286af6c8d4962d4062720
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jun 3 13:28:48 2010 -0400

    Just a note...

 turba/lib/Driver.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/turba/lib/Driver.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=6ca57c8eb46612a9d8b286af6c8d4962d4062720




More information about the commits mailing list