[commits] Horde branch master updated. e73c2f069b2715749ed7c81f9105396fb1bcbace

Michael Rubinsky mike at theupstairsroom.com
Fri May 7 23:42:08 UTC 2010


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

from: 3531e5b053d8cff1c880bfad26b1f3b1304bae2a

535eb94 Add a calendar/getChanges api method.
e73c2f0 Use the new calendar/getChanges method.

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

commit 535eb944c9768ada8d3ed5ef8fbf8d9d7c01a501
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri May 7 19:32:55 2010 -0400

    Add a calendar/getChanges api method.
    
    This is a much more efficient way for synch libraries to get all
    server changes in a specified time period. Additionally, it fixes a
    regression introduced when activesync switched to a horde_history
    driver...we need a way to filter out uids that represent recurring
    event exceptions since this information is passed as part of the
    original event object sent to the device. Not filtering these out
    leads to duplicate events on the device.
    
    of listBy returning uids for events that may represent

 kronolith/lib/Api.php |   69 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 69 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=06daf822929afcb37284d95c4181fb54dee4bccc&r2=535eb944c9768ada8d3ed5ef8fbf8d9d7c01a501

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

commit e73c2f069b2715749ed7c81f9105396fb1bcbace
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri May 7 19:39:21 2010 -0400

    Use the new calendar/getChanges method.
    
    Still need to implement for contacts and tasks

 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php        |    8 +-
 .../lib/Horde/ActiveSync/Driver/Horde/Connector/Registry.php      |   22 ++++-
 2 files changed, 26 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php?rt=horde-git&r1=ef8adb7217fc922f68828ae7db4bf5a75c860b2d&r2=e73c2f069b2715749ed7c81f9105396fb1bcbace
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde/Connector/Registry.php?rt=horde-git&r1=ef8adb7217fc922f68828ae7db4bf5a75c860b2d&r2=e73c2f069b2715749ed7c81f9105396fb1bcbace




More information about the commits mailing list