[commits] Horde branch develop updated. bf5e5565401ef80973fa12fe8c48e6d819724437

Michael J. Rubinsky mrubinsk at horde.org
Wed Jul 25 05:35:51 UTC 2012


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

from: 2228c9cf3227ea578bdfebb49525d1c8ab83d6b4

fde14e2 phpdoc
9883264 Revert "This is actually required to prime the syncstate on first sync."
dac5da3 Fix blowing away the cached collections during PING.
023f5f1 Need to init the state regardless of if we are requesting changes.
279bb75 No need for a string here.
7b9e6aa There should be no reason to trim these values.
37b3578 Do not save the timestamp if this is the first of the synckey series.
bf5e556 Add methods for setting/getting a collection's PINGable state.

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

commit fde14e2999e6f70473d8b0c5e968d2ad8afb795c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jul 24 20:48:17 2012 -0400

    phpdoc

 nag/lib/Tagger.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/fde14e2999e6f70473d8b0c5e968d2ad8afb795c

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

commit 988326418e57e8954f4a5903d247c3d8f632638f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Jul 24 21:08:30 2012 -0400

    Revert "This is actually required to prime the syncstate on first sync."
    
    This reverts commit 39041e23d318a14b0c0bd11662f3b0e038dec651.
    
    This broke honoring the SYNC_FILTERTYPE setting (again).
    
    Conflicts:
    
    	framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php

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

http://git.horde.org/horde-git/-/commit/988326418e57e8954f4a5903d247c3d8f632638f

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

commit dac5da35d37d9c7faaa29fd4fb331bc42bbf500a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 25 01:29:13 2012 -0400

    Fix blowing away the cached collections during PING.
    
    Instead of rebuilding the collection cache on each PING,
    just set the collections we want PINGed as PINGAable. Fixes
    phantom PING changes and certain loops.

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

http://git.horde.org/horde-git/-/commit/dac5da35d37d9c7faaa29fd4fb331bc42bbf500a

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

commit 023f5f1cfc31b9e6d3f7f219b2ac5d5de55399f0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 25 01:30:39 2012 -0400

    Need to init the state regardless of if we are requesting changes.

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

http://git.horde.org/horde-git/-/commit/023f5f1cfc31b9e6d3f7f219b2ac5d5de55399f0

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

commit 279bb754438d878ed3273818eb4e887511184d65
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 25 01:31:10 2012 -0400

    No need for a string here.

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

http://git.horde.org/horde-git/-/commit/279bb754438d878ed3273818eb4e887511184d65

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

commit 7b9e6aad1ab3db7b92bf6c7033d0e833958dddf6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 25 01:31:23 2012 -0400

    There should be no reason to trim these values.

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

http://git.horde.org/horde-git/-/commit/7b9e6aad1ab3db7b92bf6c7033d0e833958dddf6

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

commit 37b35785be22e5468bb9fa9af8e315600a2e5fae
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 25 01:32:08 2012 -0400

    Do not save the timestamp if this is the first of the synckey series.
    
    We can't poll the initial dataset on the synckey zero request since we
    don't have the FILTERTYPE value yet. We therefor have to ignore the timestamp
    for the 1st of the synckey series so that when we load the state for the '1' synckey,
    we know we want "everything".

 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php |   15 ++++++++++++++
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php  |    6 +++-
 2 files changed, 19 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/37b35785be22e5468bb9fa9af8e315600a2e5fae

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

commit bf5e5565401ef80973fa12fe8c48e6d819724437
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jul 25 01:35:01 2012 -0400

    Add methods for setting/getting a collection's PINGable state.

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php |   30 +++++++++++++++
 2 files changed, 33 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/bf5e5565401ef80973fa12fe8c48e6d819724437




More information about the commits mailing list