The branch "master" has been updated. The following is a summary of the commits.
from: e43b5d528f2e8181dfdc8baeb10c0913cf83f8be e7464d5 Ensure the queries get synchronized and the cache is stored afterwards. ae4d6b0 Implement getApplications() 9ac9247 Remove stray synchronization call. cf5c1b9 Fix tests for pass-by-reference. ----------------------------------------------------------------------- commit e7464d5306638f7368d28b3c3fd6e587256b1f9d Author: Gunnar Wrobel <[email protected]> Date: Thu May 26 10:39:39 2011 +0200 Ensure the queries get synchronized and the cache is stored afterwards. framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Cached.php | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/e7464d5306638f7368d28b3c3fd6e587256b1f9d ----------------------------------------------------------------------- commit ae4d6b035e7266fac6b81789fa5ab9436b78bc8c Author: Gunnar Wrobel <[email protected]> Date: Thu May 26 10:40:12 2011 +0200 Implement getApplications() .../lib/Horde/Kolab/Storage/Data/Query/Preferences.php | 9 ++ .../lib/Horde/Kolab/Storage/Data/Query/Preferences/Base.php | 33 ++++- .../lib/Horde/Kolab/Storage/Data/Query/Preferences/Cache.php | 30 ++++- 3 files changed, 65 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/ae4d6b035e7266fac6b81789fa5ab9436b78bc8c ----------------------------------------------------------------------- commit 9ac9247918e351ad8bab8854fcd09fa323f42d5d Author: Gunnar Wrobel <[email protected]> Date: Thu May 26 10:40:29 2011 +0200 Remove stray synchronization call. .../lib/Horde/Kolab/Storage/List/Decorator/Cache.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/9ac9247918e351ad8bab8854fcd09fa323f42d5d ----------------------------------------------------------------------- commit cf5c1b9a7bef9f342aa8445281c2ba0fadd3c356 Author: Gunnar Wrobel <[email protected]> Date: Thu May 26 10:40:45 2011 +0200 Fix tests for pass-by-reference. .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/Data/BaseTest.php | 30 +++-- .../test/Horde/Kolab/Storage/Unit/Data/CachedTest.php | 3 +- 2 files changed, 22 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/cf5c1b9a7bef9f342aa8445281c2ba0fadd3c356 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
