[commits] Horde branch master updated. da5f0dc719d294cd95f376dae3150f2de7ed06b1

Michael Rubinsky mike at theupstairsroom.com
Wed May 12 22:47:48 UTC 2010


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

from: 65d18e22c90c3a331aff7a2b0ef06602927112cf

da5f0dc Move the rest of these handlers to their own classes.

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

commit da5f0dc719d294cd95f376dae3150f2de7ed06b1
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Wed May 12 18:46:52 2010 -0400

    Move the rest of these handlers to their own classes.
    
    Get the cruft out of the main activesync class, comment out unused (for now)
    constants etc...

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |  751 +----
 .../ActiveSync/lib/Horde/ActiveSync/Request/FolderCreate.php      |  187 +
 framework/ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment   |   38 +
 .../ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php   |  103 +
 framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php   |   96 +
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Notify.php      |   73 +
 .../ActiveSync/lib/Horde/ActiveSync/Request/SmartForward.php      |   44 +
 framework/ActiveSync/lib/Horde/ActiveSync/Request/SmartReply.php  |   43 +
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php       |    7 +-
 9 files changed, 684 insertions(+), 658 deletions(-)
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderCreate.php
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Request/Notify.php
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Request/SmartForward.php
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Request/SmartReply.php

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync.php?rt=horde-git&r1=114ba01a0badc43999b068cfd03b14d15eaa663c&r2=da5f0dc719d294cd95f376dae3150f2de7ed06b1
http://git.horde.org/co.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderCreate.php?rt=horde-git&r=da5f0dc719d294cd95f376dae3150f2de7ed06b1
http://git.horde.org/co.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment?rt=horde-git&r=da5f0dc719d294cd95f376dae3150f2de7ed06b1
http://git.horde.org/co.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/MeetingResponse.php?rt=horde-git&r=da5f0dc719d294cd95f376dae3150f2de7ed06b1
http://git.horde.org/co.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php?rt=horde-git&r=da5f0dc719d294cd95f376dae3150f2de7ed06b1
http://git.horde.org/co.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Notify.php?rt=horde-git&r=da5f0dc719d294cd95f376dae3150f2de7ed06b1
http://git.horde.org/co.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/SmartForward.php?rt=horde-git&r=da5f0dc719d294cd95f376dae3150f2de7ed06b1
http://git.horde.org/co.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/SmartReply.php?rt=horde-git&r=da5f0dc719d294cd95f376dae3150f2de7ed06b1
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/History.php?rt=horde-git&r1=9ac3718080f9f9b5e303ddebfb02b9eedaf4ffc5&r2=da5f0dc719d294cd95f376dae3150f2de7ed06b1




More information about the commits mailing list