The branch "horde_activesync_3_0" has been updated. The following is a summary of the commits.
from: f1a380584089281a785f22b4ef5bc8087591eb53 f7f6121 [mms] Added Horde_Shutdown - global Horde shutdown function handler. 2f2ba66 Revert "[jan] Add a Horde_ShutdownRunner factory on top of Horde_Queue." 4aa91f9 Still think Horde_Queue should be considered a requirement, but at a minimum needs to be listed as optional f210871 This got lost d0dd360 Update file list d852e3e This doesn't work 62a33f7 Bleh bb2cf63 [jan] Fix exporting events of a certain time span ([email protected], Bug #12074). 1e9da86 Use Horde_String::truncate(). e590e87 Include parent tasks in labels and only return completed tasks up to a week old as cost objects. d868f85 [jan] Allow self-signed certificates when using the fopen driver. 367e93d Bug #12065: Even if mailbox is invisible, muight still need to show if it has children 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 ([email protected], 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. e64d518 Merge branch 'master' into horde_activesync_3_0 ----------------------------------------------------------------------- commit f7f612111a5b08324be441c72fe642c7a3598900 Author: Michael M Slusarz <[email protected]> Date: Wed Feb 27 01:09:28 2013 -0700 [mms] Added Horde_Shutdown - global Horde shutdown function handler. framework/Core/lib/Horde/Shutdown.php | 73 ++++++++++++++++++++++++++++ framework/Core/lib/Horde/Shutdown/Task.php | 31 ++++++++++++ framework/Core/package.xml | 2 + 3 files changed, 106 insertions(+), 0 deletions(-) create mode 100644 framework/Core/lib/Horde/Shutdown.php create mode 100644 framework/Core/lib/Horde/Shutdown/Task.php http://git.horde.org/horde-git/-/commit/f7f612111a5b08324be441c72fe642c7a3598900 ----------------------------------------------------------------------- commit 2f2ba66fb8bab9aa6f8ab318a8467f36a424a8da Author: Michael M Slusarz <[email protected]> Date: Wed Feb 27 01:13:32 2013 -0700 Revert "[jan] Add a Horde_ShutdownRunner factory on top of Horde_Queue." This reverts commit 3efc591b42c81bcf3beaaaef76d77fe851707314. Conflicts: framework/Core/package.xml Per cjh, this is not appropriate use of Horde_Queue. Replaced w/Horde_Shutdown. framework/Core/lib/Horde/Core/Factory/QueueStorage.php | 5 ++++- framework/Core/lib/Horde/Core/Factory/ShutdownRunner.php | 14 -------------- framework/Core/lib/Horde/Registry.php | 1 - framework/Core/package.xml | 12 +++--------- 4 files changed, 7 insertions(+), 25 deletions(-) delete mode 100644 framework/Core/lib/Horde/Core/Factory/ShutdownRunner.php http://git.horde.org/horde-git/-/commit/2f2ba66fb8bab9aa6f8ab318a8467f36a424a8da ----------------------------------------------------------------------- commit 4aa91f9d51b933aad1035a2ffac89dd18652e3df Author: Michael M Slusarz <[email protected]> Date: Wed Feb 27 01:15:12 2013 -0700 Still think Horde_Queue should be considered a requirement, but at a minimum needs to be listed as optional framework/Core/package.xml | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/4aa91f9d51b933aad1035a2ffac89dd18652e3df ----------------------------------------------------------------------- commit f210871ecd2467eda6deb4bcdbb8de045e8ab0f0 Author: Michael M Slusarz <[email protected]> Date: Wed Feb 27 01:24:34 2013 -0700 This got lost framework/Core/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/f210871ecd2467eda6deb4bcdbb8de045e8ab0f0 ----------------------------------------------------------------------- commit d0dd36004e0c8eaf60c989ed9995f4a38a1de6cd Author: Michael M Slusarz <[email protected]> Date: Wed Feb 27 01:24:46 2013 -0700 Update file list framework/Core/package.xml | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/d0dd36004e0c8eaf60c989ed9995f4a38a1de6cd ----------------------------------------------------------------------- commit d852e3e9b3096152d2607d062360885e9c7c8f07 Author: Michael M Slusarz <[email protected]> Date: Wed Feb 27 01:26:34 2013 -0700 This doesn't work framework/Core/lib/Horde/Shutdown.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/d852e3e9b3096152d2607d062360885e9c7c8f07 ----------------------------------------------------------------------- commit 62a33f7a02f894d149eed69de664e1a36efcb2b1 Author: Michael M Slusarz <[email protected]> Date: Wed Feb 27 00:58:25 2013 -0700 Bleh framework/Core/lib/Horde/Shutdown.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/62a33f7a02f894d149eed69de664e1a36efcb2b1 ----------------------------------------------------------------------- commit bb2cf63b006370add042a05012d97704d19eae5a Author: Jan Schneider <[email protected]> Date: Wed Feb 27 11:29:56 2013 +0100 [jan] Fix exporting events of a certain time span ([email protected], Bug #12074). kronolith/docs/CHANGES | 2 ++ kronolith/lib/Application.php | 2 +- kronolith/package.xml | 2 ++ 3 files changed, 5 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/bb2cf63b006370add042a05012d97704d19eae5a ----------------------------------------------------------------------- commit 1e9da86bc51db302b2a02dccc1f34372b309d2b2 Author: Jan Schneider <[email protected]> Date: Wed Feb 27 17:51:44 2013 +0100 Use Horde_String::truncate(). hermes/lib/Hermes.php | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/1e9da86bc51db302b2a02dccc1f34372b309d2b2 ----------------------------------------------------------------------- commit e590e87256cc65ee1a165f25067299c2b53060a9 Author: Jan Schneider <[email protected]> Date: Wed Feb 27 17:54:53 2013 +0100 Include parent tasks in labels and only return completed tasks up to a week old as cost objects. nag/docs/CHANGES | 2 ++ nag/lib/Api.php | 14 ++++++++++++-- nag/package.xml | 4 ++++ 3 files changed, 18 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/e590e87256cc65ee1a165f25067299c2b53060a9 ----------------------------------------------------------------------- commit d868f859c583493fe00f43f83f19debaf52e9cd2 Author: Jan Schneider <[email protected]> Date: Wed Feb 27 22:22:29 2013 +0100 [jan] Allow self-signed certificates when using the fopen driver. framework/Http/lib/Horde/Http/Request/Fopen.php | 1 + framework/Http/package.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/d868f859c583493fe00f43f83f19debaf52e9cd2 ----------------------------------------------------------------------- commit 367e93deabbcea3be4e9e657a5442a51b2a24386 Author: Michael M Slusarz <[email protected]> Date: Thu Feb 28 19:57:47 2013 -0700 Bug #12065: Even if mailbox is invisible, muight still need to show if it has children imp/lib/Imap/Tree.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/367e93deabbcea3be4e9e657a5442a51b2a24386 ----------------------------------------------------------------------- commit 1ede3a0d7a1d891654ce4a23776a119eb2e0b264 Author: Jan Schneider <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Date: Fri Mar 1 16:35:26 2013 +0100 [jan] Fix retrieving lock list if permanent locks exist ([email protected], 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 e64d51898f5ea4d2efde792f86dd1cd247bab5c8 Merge: f1a3805 0c8a401 Author: Michael J Rubinsky <[email protected]> Date: Fri Mar 1 12:39:32 2013 -0500 Merge branch 'master' into horde_activesync_3_0 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/Core/lib/Horde/Core/Factory/QueueStorage.php | 5 +- framework/Core/lib/Horde/Core/Factory/ShutdownRunner.php | 14 - framework/Core/lib/Horde/Registry.php | 1 - framework/Core/lib/Horde/Shutdown.php | 73 ++ framework/Core/lib/Horde/Shutdown/Task.php | 31 + framework/Core/package.xml | 34 +- framework/Http/lib/Horde/Http/Request/Fopen.php | 1 + framework/Http/package.xml | 4 +- 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 + hermes/lib/Hermes.php | 6 +- imp/lib/Imap/Tree.php | 3 +- kronolith/docs/CHANGES | 2 + kronolith/lib/Application.php | 2 +- kronolith/package.xml | 2 + nag/docs/CHANGES | 2 + nag/lib/Api.php | 14 +- nag/package.xml | 4 + 27 files changed, 508 insertions(+), 91 deletions(-) http://git.horde.org/horde-git/-/commit/e64d51898f5ea4d2efde792f86dd1cd247bab5c8 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
