[commits] Horde branch master updated. 410a18386866385cf45ee6ffc3094fff4d23629a

Michael Rubinsky mike at theupstairsroom.com
Fri Apr 9 22:37:54 UTC 2010


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

from: 9477bfaebf28ae293b7a08368554662da93c3da2

9b6529d Fix constant name
edd0f81 Move Request related constants to the main Horde_ActiveSync class.
42998be Remove deprecated defines
410a183 The last of the (currently implemented) constants.

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

commit 9b6529da51d0dc65ae6ecefa5ce3c9e5c4e60899
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 9 18:06:10 2010 -0400

    Fix constant name

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

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Message/Recurrence.php?rt=horde-git&r1=9477bfaebf28ae293b7a08368554662da93c3da2&r2=9b6529da51d0dc65ae6ecefa5ce3c9e5c4e60899

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

commit edd0f81bcf1c66a86d1695e8864d9ee337f4a842
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 9 18:06:36 2010 -0400

    Move Request related constants to the main Horde_ActiveSync class.
    
    These are used in various places, avoid loading other files just to get
    at these constants.

 framework/ActiveSync/lib/Horde/ActiveSync.php                    |   34 ++
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php |   18 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php       |  139 ++----
 3 files changed, 96 insertions(+), 95 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync.php?rt=horde-git&r1=9477bfaebf28ae293b7a08368554662da93c3da2&r2=edd0f81bcf1c66a86d1695e8864d9ee337f4a842
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php?rt=horde-git&r1=9477bfaebf28ae293b7a08368554662da93c3da2&r2=edd0f81bcf1c66a86d1695e8864d9ee337f4a842
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php?rt=horde-git&r1=9477bfaebf28ae293b7a08368554662da93c3da2&r2=edd0f81bcf1c66a86d1695e8864d9ee337f4a842

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

commit 42998bef7019b7a9ca92fbad059ea49b3fc3212d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 9 18:08:47 2010 -0400

    Remove deprecated defines

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

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync.php?rt=horde-git&r1=edd0f81bcf1c66a86d1695e8864d9ee337f4a842&r2=42998bef7019b7a9ca92fbad059ea49b3fc3212d

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

commit 410a18386866385cf45ee6ffc3094fff4d23629a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Apr 9 18:39:06 2010 -0400

    The last of the (currently implemented) constants.
    
    ..also comment out the defines for constants used in commands that are not yet implemented.

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |  174 ++---
 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php  |   10 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php        |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Folder.php      |    8 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php  |   30 +-
 .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php   |   36 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php        |   31 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php   |   42 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/File.php          |   16 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php       |   16 +-
 10 files changed, 185 insertions(+), 184 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync.php?rt=horde-git&r1=42998bef7019b7a9ca92fbad059ea49b3fc3212d&r2=410a18386866385cf45ee6ffc3094fff4d23629a
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php?rt=horde-git&r1=bd313a46a7ff0ae1af22f7be495c841b6118e1ee&r2=410a18386866385cf45ee6ffc3094fff4d23629a
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php?rt=horde-git&r1=a23f1e3386b650ce8e1c5b75d09b4721bbb22215&r2=410a18386866385cf45ee6ffc3094fff4d23629a
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Message/Folder.php?rt=horde-git&r1=121652b06b516af77a95fa3b18f62975c20b17e1&r2=410a18386866385cf45ee6ffc3094fff4d23629a
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php?rt=horde-git&r1=bd313a46a7ff0ae1af22f7be495c841b6118e1ee&r2=410a18386866385cf45ee6ffc3094fff4d23629a
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php?rt=horde-git&r1=f44355dda4a0b1a323a0cd3411b67c0a3ac3d1ed&r2=410a18386866385cf45ee6ffc3094fff4d23629a
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php?rt=horde-git&r1=5db04384dab1d772076aa01a196fe6a44fdc709e&r2=410a18386866385cf45ee6ffc3094fff4d23629a
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php?rt=horde-git&r1=068c5c0713b516e2034c07d488f85d6b36802acc&r2=410a18386866385cf45ee6ffc3094fff4d23629a
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/File.php?rt=horde-git&r1=9477bfaebf28ae293b7a08368554662da93c3da2&r2=410a18386866385cf45ee6ffc3094fff4d23629a
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/State/History.php?rt=horde-git&r1=9477bfaebf28ae293b7a08368554662da93c3da2&r2=410a18386866385cf45ee6ffc3094fff4d23629a




More information about the commits mailing list