[commits] Horde branch master updated. 8c43741ef6ef42ffc4ab09e836def7df059ba924

Michael Rubinsky mike at theupstairsroom.com
Mon Apr 12 17:42:58 UTC 2010


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

from: 1b920d46c68f59a08d617ff40b3df7ef6d7aeaeb

126a704 ws, class constants, no need to check for different cases of headers anymore
73e8026 ws, variable names
e4d4970 class constant
b52c16c Class constant, add method for retrieving the currently loaded synckey
174b1be remove obsolete members
57c7670 Seperate the header output from the wbxml header data.
8c43741 Add initial tests for testing the FolderSync command.

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

commit 126a70429f1ae86227d590c14c346a62fa473456
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Apr 12 13:37:20 2010 -0400

    ws, class constants, no need to check for different cases of headers anymore

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

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync.php?rt=horde-git&r1=3881d57426b6148369b5fc049138194d8f2f8139&r2=126a70429f1ae86227d590c14c346a62fa473456

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

commit 73e8026bae7456fe7e9736993e776fcb689cf13d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Apr 12 13:38:27 2010 -0400

    ws, variable names

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

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php?rt=horde-git&r1=669bf14a4371eb61c356b5e11db2f4d9967ff6a9&r2=73e8026bae7456fe7e9736993e776fcb689cf13d

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

commit e4d49707530122dc28bcb0fb92cf3a12790eb681
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Apr 12 13:39:41 2010 -0400

    class constant

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

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php?rt=horde-git&r1=410a18386866385cf45ee6ffc3094fff4d23629a&r2=e4d49707530122dc28bcb0fb92cf3a12790eb681

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

commit b52c16c3e74c8722f2a2454033a56ddac89e71c6
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Apr 12 13:40:13 2010 -0400

    Class constant, add method for retrieving the currently loaded synckey

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

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php?rt=horde-git&r1=4a2a619e9fcb27ef55d4b842157a0dbb416ee7d4&r2=b52c16c3e74c8722f2a2454033a56ddac89e71c6
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/File.php?rt=horde-git&r1=838a47f973879412e215331120d65e0eecb28286&r2=b52c16c3e74c8722f2a2454033a56ddac89e71c6

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

commit 174b1be655312af455f65a8527fda99f810a1ca2
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Apr 12 13:41:37 2010 -0400

    remove obsolete members

 framework/ActiveSync/lib/Horde/ActiveSync/Sync.php |   57 +++++++++-----------
 1 files changed, 25 insertions(+), 32 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Sync.php?rt=horde-git&r1=df046ac1b9f8ec33bb1d8d0a25a6ebca5820ee2a&r2=174b1be655312af455f65a8527fda99f810a1ca2

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

commit 57c767002f375d8c1366f1dcd49014cc28ed9853
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Apr 12 13:42:14 2010 -0400

    Seperate the header output from the wbxml header data.

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

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php?rt=horde-git&r1=3a33fcfba17db78ec0dacfea0e702f0b371bf586&r2=57c767002f375d8c1366f1dcd49014cc28ed9853

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

commit 8c43741ef6ef42ffc4ab09e836def7df059ba924
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Apr 12 13:43:18 2010 -0400

    Add initial tests for testing the FolderSync command.
    
    Use a file stream to mimick the php input stream, use a memory stream to hold
    the output data to check for validity.

 framework/ActiveSync/test/Horde/ActiveSync/FolderSyncTest.php     |  Bin 0 -> 4072 bytes
 .../test/Horde/ActiveSync/fixtures/FolderSyncRequest.txt          |  Bin 0 -> 13 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/FolderSyncTest.php
 create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/fixtures/FolderSyncRequest.txt

http://git.horde.org/co.php/framework/ActiveSync/test/Horde/ActiveSync/FolderSyncTest.php?rt=horde-git&r=8c43741ef6ef42ffc4ab09e836def7df059ba924
http://git.horde.org/co.php/framework/ActiveSync/test/Horde/ActiveSync/fixtures/FolderSyncRequest.txt?rt=horde-git&r=8c43741ef6ef42ffc4ab09e836def7df059ba924




More information about the commits mailing list