[commits] Horde branch master updated. a1701cf668ee60272e48e3bdf2079bae70bac523
Jan Schneider
jan at horde.org
Tue Aug 20 13:38:12 UTC 2013
The branch "master" has been updated.
The following is a summary of the commits.
from: 95a9a94f9ffb61357f7286b3362edc64c36b2a8d
cb27b7c Ensure the result of status($folder) is not cached by the Horde_Imap_Client.
5df17ad [jan] Retrieve status changes during running requests (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #12589).
db3deb1 Stabilize singleton key if Turba_Factory_Driver::create() is called with an array
e5a2a2b Prevent crash when message vanished
d83b3de [jan] Catch errors in Kolab_Storage_Driver_Imap#fetchComplete() (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #12584).
3ca8741 Kolab driver: getByUid() must search all calendars
614f0e4 [jan] Fix synchronization of shared events in Kolab driver (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #12585).
a1701cf Improve getChanges() speed
-----------------------------------------------------------------------
commit cb27b7cc468247889f8a594c8090c1206b585de7
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date: Tue Aug 20 14:29:37 2013 +0200
Ensure the result of status($folder) is not cached by the Horde_Imap_Client.
Otherwise long running scripts (like ActiveSync polling for changes)
will see outdated data.
The close() call does not close the IMAP server socket connection.
It returns to the authenticated, unselected state.
Bug 12589
Signed-off-by: Jan Schneider <jan at horde.org>
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/cb27b7cc468247889f8a594c8090c1206b585de7
-----------------------------------------------------------------------
commit 5df17adcb08d49d05e11897b126dcbfcb1be414d
Author: Jan Schneider <jan at horde.org>
Date: Tue Aug 20 15:27:19 2013 +0200
[jan] Retrieve status changes during running requests (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #12589).
framework/Kolab_Storage/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/5df17adcb08d49d05e11897b126dcbfcb1be414d
-----------------------------------------------------------------------
commit db3deb13cce7df04a904a3183c6b2f256e88491f
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date: Mon Aug 19 21:44:51 2013 +0200
Stabilize singleton key if Turba_Factory_Driver::create() is called with an array
Bug: 12582
Signed-off-by: Jan Schneider <jan at horde.org>
turba/lib/Factory/Driver.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/db3deb13cce7df04a904a3183c6b2f256e88491f
-----------------------------------------------------------------------
commit e5a2a2b8e0a4c02ee9d63ebb311c5497211470b3
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date: Tue Aug 20 09:14:15 2013 +0200
Prevent crash when message vanished
Fixes this error message:
PHP Fatal error: Call to a member function getFullMsg() on a non-object
Bug 12584
Signed-off-by: Jan Schneider <jan at horde.org>
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php | 11 +++++++
1 files changed, 11 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/e5a2a2b8e0a4c02ee9d63ebb311c5497211470b3
-----------------------------------------------------------------------
commit d83b3de988ea3e25fe0f0d23f2cd77ab82c0d608
Author: Jan Schneider <jan at horde.org>
Date: Tue Aug 20 15:31:51 2013 +0200
[jan] Catch errors in Kolab_Storage_Driver_Imap#fetchComplete() (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #12584).
framework/Kolab_Storage/package.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/d83b3de988ea3e25fe0f0d23f2cd77ab82c0d608
-----------------------------------------------------------------------
commit 3ca8741f47c0bbfd91918992b97c4179464c8643
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date: Tue Aug 20 09:19:11 2013 +0200
Kolab driver: getByUid() must search all calendars
Otherwise syncing events from shared calendars via ActiveSync
does not work. The SQL driver already works like this.
Bug 12585
Signed-off-by: Jan Schneider <jan at horde.org>
kronolith/lib/Driver/Kolab.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/3ca8741f47c0bbfd91918992b97c4179464c8643
-----------------------------------------------------------------------
commit 614f0e4b9620cd1d8c0028a4a3def6f676300af4
Author: Jan Schneider <jan at horde.org>
Date: Tue Aug 20 15:36:07 2013 +0200
[jan] Fix synchronization of shared events in Kolab driver (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #12585).
kronolith/docs/CHANGES | 2 ++
kronolith/package.xml | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/614f0e4b9620cd1d8c0028a4a3def6f676300af4
-----------------------------------------------------------------------
commit a1701cf668ee60272e48e3bdf2079bae70bac523
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date: Tue Aug 20 09:43:00 2013 +0200
Improve getChanges() speed
No need to search all calendars if the calendar
is already known when calling getByUid().
Request 12586
Signed-off-by: Jan Schneider <jan at horde.org>
kronolith/lib/Api.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/a1701cf668ee60272e48e3bdf2079bae70bac523
More information about the commits
mailing list