[commits] Horde branch imp_6_1 updated. 2f80dbe22d2714ab48a71953be33aa54aba5f7cf

Michael M Slusarz slusarz at horde.org
Sun Mar 3 00:15:19 UTC 2013


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

from: 92aa4c1874ffc2b16f92e566dd5136889ee67287

1ede3a0 [jan] Add unit tests.
a22d492 [jan] Fix retrieving information for permanent locks.
3534b7c [jan] Don't make lock non-permanent when resetting a permanent lock.
d4ba2f0 [jan] Deny exclusive lock if shared locks exist.
55e0f0e [jan] Fix retrieving lock list if permanent locks exist (piper at hrz.uni-marburg.de, Bug #12077).
7bf12dd Bug: 12075 Increment the SyncKey if we detected a change during PING.
757618e Bump API version.
11fa51b Released Horde_ActiveSync-2.3.0
02e6334 Development mode for Horde_ActiveSync-2.3.1
f649288 Ensure the POOMCAL_MEETINGSTATUS field is not sent as a truely empty value.
0c8a401 Don't send the POOMCAL_MEETINGSTATUS field if it is not set.
27c76a6 phpdoc
f128fb8 Update version dependencies in test file
f51d332 Fix displaying groups when autocompleting addresses in smartmobile view
2f80dbe Merge branch 'master' into imp_6_1

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

commit 1ede3a0d7a1d891654ce4a23776a119eb2e0b264
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 1 16:26:53 2013 +0100

    [jan] Add unit tests.

 framework/Lock/package.xml                   |   24 +++-
 framework/Lock/test/Horde/Lock/AllTests.php  |    3 +
 framework/Lock/test/Horde/Lock/LockTest.php  |  218 ++++++++++++++++++++++++++
 framework/Lock/test/Horde/Lock/bootstrap.php |    3 +
 framework/Lock/test/Horde/Lock/phpunit.xml   |    1 +
 5 files changed, 244 insertions(+), 5 deletions(-)
 create mode 100644 framework/Lock/test/Horde/Lock/AllTests.php
 create mode 100644 framework/Lock/test/Horde/Lock/LockTest.php
 create mode 100644 framework/Lock/test/Horde/Lock/bootstrap.php
 create mode 100644 framework/Lock/test/Horde/Lock/phpunit.xml

http://git.horde.org/horde-git/-/commit/1ede3a0d7a1d891654ce4a23776a119eb2e0b264

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

commit a22d49234af5824edda39ce11a16390bc631d77f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 1 16:31:57 2013 +0100

    [jan] Fix retrieving information for permanent locks.

 framework/Lock/lib/Horde/Lock/Sql.php |   12 +++++++-----
 framework/Lock/package.xml            |    2 ++
 2 files changed, 9 insertions(+), 5 deletions(-)

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

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

commit 3534b7c98793047798f66f8ba02f35fc8a8085c5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 1 16:33:09 2013 +0100

    [jan] Don't make lock non-permanent when resetting a permanent lock.

 framework/Lock/lib/Horde/Lock/Sql.php |    4 ++--
 framework/Lock/package.xml            |    2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/3534b7c98793047798f66f8ba02f35fc8a8085c5

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

commit d4ba2f03837ecb4d2868010f2b72cc6b472aa2a3
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 1 16:33:49 2013 +0100

    [jan] Deny exclusive lock if shared locks exist.

 framework/Lock/lib/Horde/Lock/Sql.php |    8 +++++---
 framework/Lock/package.xml            |    2 ++
 2 files changed, 7 insertions(+), 3 deletions(-)

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

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

commit 55e0f0e7f7a85d721ed9f97a69420986fdc014b8
Author: Jan Schneider <jan at horde.org>
Date:   Fri Mar 1 16:35:26 2013 +0100

    [jan] Fix retrieving lock list if permanent locks exist (piper at hrz.uni-marburg.de, Bug #12077).

 framework/Lock/lib/Horde/Lock/Sql.php |    9 +++++----
 framework/Lock/package.xml            |    2 ++
 2 files changed, 7 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/55e0f0e7f7a85d721ed9f97a69420986fdc014b8

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

commit 7bf12ddda8c49f9bce0628f42866eb62b11dbf22
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 1 10:52:10 2013 -0500

    Bug: 12075 Increment the SyncKey if we detected a change during PING.
    
    Increment the key even if the change is gone by the time we get to the SYNC.
    A message might have been added and removed before the change was detected,
    thus causing a SYNC-PING loop until a new change arrives.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php |    3 +
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |   12 ++-
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php    |   51 +++++++++++-
 3 files changed, 60 insertions(+), 6 deletions(-)

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

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

commit 757618ef953fdedaeabeafcf95556b9e6306b8f1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 1 11:01:44 2013 -0500

    Bump API version.

 framework/ActiveSync/package.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/757618ef953fdedaeabeafcf95556b9e6306b8f1

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

commit 11fa51b81c8c196f6800505dbe77dacd48e33358
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 1 11:14:13 2013 -0500

    Released Horde_ActiveSync-2.3.0

 framework/ActiveSync/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/11fa51b81c8c196f6800505dbe77dacd48e33358

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

commit 02e6334c4976c61c5cde77226cba20e9678d66c8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 1 11:14:14 2013 -0500

    Development mode for Horde_ActiveSync-2.3.1

 framework/ActiveSync/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/02e6334c4976c61c5cde77226cba20e9678d66c8

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

commit f6492881c67923994be90d5955e9d30ab663ded0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 1 12:17:37 2013 -0500

    Ensure the POOMCAL_MEETINGSTATUS field is not sent as a truely empty value.
    
    For some reason iOS needs this to be explicitly sent as a '0' when it's empty.

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

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

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

commit 0c8a401b9665a7fa2cddd93e0bc7fbef73e710c8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 1 12:25:31 2013 -0500

    Don't send the POOMCAL_MEETINGSTATUS field if it is not set.
    
    I.e., Require it to contain some value, even if it's '0'.

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |   16 -----
 1 files changed, 0 insertions(+), 16 deletions(-)

http://git.horde.org/horde-git/-/commit/0c8a401b9665a7fa2cddd93e0bc7fbef73e710c8

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

commit 27c76a68b431d3754233674f34b049e45b85fbb5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Mar 1 19:08:37 2013 -0700

    phpdoc

 framework/Imap_Client/lib/Horde/Imap/Client/Data/Acl.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/27c76a68b431d3754233674f34b049e45b85fbb5

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

commit f128fb8c32e1d4dec9c1855e21061fafacc38d9e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Mar 2 14:55:19 2013 -0700

    Update version dependencies in test file
    
    Also, remove gollem as it is not used in imp

 imp/lib/Test.php  |   10 +++-------
 ingo/lib/Test.php |    2 +-
 2 files changed, 4 insertions(+), 8 deletions(-)

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

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

commit f51d332578bcfd1ef006aaef62fddf5d78c201b7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Mar 2 17:03:47 2013 -0700

    Fix displaying groups when autocompleting addresses in smartmobile view

 imp/lib/Ajax/Application/Handler/Smartmobile.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 2f80dbe22d2714ab48a71953be33aa54aba5f7cf
Merge: 92aa4c1 f51d332
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Mar 2 17:15:07 2013 -0700

    Merge branch 'master' into imp_6_1

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |   18 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php        |    3 +
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |   12 +-
 framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php           |   51 +-
 framework/ActiveSync/package.xml                                  |   27 +-
 framework/Lock/lib/Horde/Lock/Sql.php                             |   33 +-
 framework/Lock/package.xml                                        |   32 +-
 framework/Lock/test/Horde/Lock/AllTests.php                       |    3 +
 framework/Lock/test/Horde/Lock/LockTest.php                       |  218 +++++
 framework/Lock/test/Horde/Lock/bootstrap.php                      |    3 +
 framework/Lock/test/Horde/Lock/phpunit.xml                        |    1 +
 imp/lib/Ajax/Application/Handler/Smartmobile.php                  |    2 +-
 imp/lib/Test.php                                                  |   10 +-
 ingo/lib/Test.php                                                 |    2 +-
 14 files changed, 357 insertions(+), 58 deletions(-)

http://git.horde.org/horde-git/-/commit/2f80dbe22d2714ab48a71953be33aa54aba5f7cf




More information about the commits mailing list