[commits] Horde branch master updated. aec7863c23c2960923ea5245390f4cc34910962d

Michael J. Rubinsky mrubinsk at horde.org
Mon Aug 1 00:09:59 UTC 2011


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

from: 42d42d8ba7beb6fcbe9cd3daa4009b397616a5f3

3fdb2a4 ensure we only ping each collection once.
87670d8 comment style, log early
e24e50e comment style
66722a0 Horde_Db will log it, comment cleanup.
e12e99d tweak logic need to unserialize the sync_data in either case.
fc60036 Log the FOLDERSYNC state when loaded
9205774 type hint
4282c48 phpdoc/comments
fef2afc missing sprintf argument
e038d32 Logging, comments
3bc329e Fix FOLDERSYNC state handling.
aec7863 bfn

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

commit 3fdb2a45221f25daa4cfca1fda4eff32d57bf271
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 30 20:45:04 2011 -0400

    ensure we only ping each collection once.
    
    Buggy clients can send the same collection multiple times within a PING
    ...yes, I'm looking at you, Android.

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

http://git.horde.org/horde-git/-/commit/3fdb2a45221f25daa4cfca1fda4eff32d57bf271

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

commit 87670d8579c7d378c6a6c3ecfbf1e0e130a0abc3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 30 21:03:51 2011 -0400

    comment style, log early

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

http://git.horde.org/horde-git/-/commit/87670d8579c7d378c6a6c3ecfbf1e0e130a0abc3

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

commit e24e50e9cc2af764cfa20ee781be3a353c2ceed1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 30 21:12:21 2011 -0400

    comment style

 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php |   32 ++--
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php       |   53 +++---
 2 files changed, 44 insertions(+), 41 deletions(-)

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

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

commit 66722a0aee12b33e9377b72095f489b0df1fffb0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 30 21:28:24 2011 -0400

    Horde_Db will log it, comment cleanup.

 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |   26 ++++++-----
 1 files changed, 15 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/66722a0aee12b33e9377b72095f489b0df1fffb0

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

commit e12e99d5a66cf714ea864cd78be08fe7a6a5fe19
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 30 21:34:58 2011 -0400

    tweak logic need to unserialize the sync_data in either case.

 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |   20 ++++++-----
 1 files changed, 11 insertions(+), 9 deletions(-)

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

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

commit fc600369be611df5b26987884f8568a70a65ef21
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 30 21:39:33 2011 -0400

    Log the FOLDERSYNC state when loaded

 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit 9205774ea2285914fad5fcf791a45995397bc9e1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 31 19:59:43 2011 -0400

    type hint

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

http://git.horde.org/horde-git/-/commit/9205774ea2285914fad5fcf791a45995397bc9e1

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

commit 4282c48f597098f583ae05a8e848c0080549c57f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 31 20:01:05 2011 -0400

    phpdoc/comments

 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php   |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |   10 +++++++---
 framework/ActiveSync/lib/Horde/ActiveSync/Sync.php          |    2 ++
 3 files changed, 10 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/4282c48f597098f583ae05a8e848c0080549c57f

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

commit fef2afc08a354f4819db9a5d5fd56df9699c9476
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 31 20:02:16 2011 -0400

    missing sprintf argument

 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit e038d32c68d7a263a1cefc3ce9e4c75b764513d0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 31 20:02:51 2011 -0400

    Logging, comments

 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |   26 +++++++----
 1 files changed, 17 insertions(+), 9 deletions(-)

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

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

commit 3bc329e7d2d5c3f75643dfacbed999a3bd43290a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 31 20:03:14 2011 -0400

    Fix FOLDERSYNC state handling.
    
    We were not properly saving the foldersync state, which was leading to
    the same collections being sent to the devivce in an <ADD> action. Most
    devices ignore the duplicate entries, Android happily kept adding them, leading
    to possibly huge number of SYNC requests for the same collection.

 framework/ActiveSync/lib/Horde/ActiveSync/Sync.php |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/3bc329e7d2d5c3f75643dfacbed999a3bd43290a

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

commit aec7863c23c2960923ea5245390f4cc34910962d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 31 20:09:38 2011 -0400

    bfn

 framework/ActiveSync/package.xml |    4 ++--
 horde/docs/CHANGES               |    2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

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




More information about the commits mailing list