The branch "master" has been updated. The following is a summary of the commits.
from: 9aa1425ae83a0e81db6b1bfb264ecf6d7033cebf 9d004e3 Support storing duplicates and errors. 6dd3c27 Allow to detect duplicates and errors. Correct fetchComplete() implementation. 0e419d7 Provide a "defects" and "issuelist" command. ----------------------------------------------------------------------- commit 9d004e3b5e8c3b0a70f081e882b3dd5be4dafd9f Author: Gunnar Wrobel <[email protected]> Date: Fri Jul 15 09:04:45 2011 +0200 Support storing duplicates and errors. framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache/Data.php | 42 ++++- .../test/Horde/Kolab/Storage/Unit/Cache/DataTest.php | 33 +++- 2 files changed, 57 insertions(+), 18 deletions(-) http://git.horde.org/horde-git/-/commit/9d004e3b5e8c3b0a70f081e882b3dd5be4dafd9f ----------------------------------------------------------------------- commit 6dd3c27baf32edddbd652db7299f0d2f13cefaa5 Author: Gunnar Wrobel <[email protected]> Date: Fri Jul 15 09:14:54 2011 +0200 Allow to detect duplicates and errors. Correct fetchComplete() implementation. framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data.php | 18 ++ framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Base.php | 58 ++++- framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Cached.php | 26 ++ .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Decorator/Log.php | 24 ++ framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver.php | 13 + framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Base.php | 13 + .../lib/Horde/Kolab/Storage/Driver/Decorator/Base.php | 14 + .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/Data/BaseTest.php | 22 ++ 8 files changed, 175 insertions(+), 13 deletions(-) http://git.horde.org/horde-git/-/commit/6dd3c27baf32edddbd652db7299f0d2f13cefaa5 ----------------------------------------------------------------------- commit 0e419d739277874a9dcaf76092fda617255bd38e Author: Gunnar Wrobel <[email protected]> Date: Fri Jul 15 09:15:19 2011 +0200 Provide a "defects" and "issuelist" command. framework/Kolab_Cli/lib/Horde/Kolab/Cli/Module/Account.php | 95 +++++++++++- 1 files changed, 91 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/0e419d739277874a9dcaf76092fda617255bd38e __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
