The branch "master" has been updated. The following is a summary of the commits.
from: 499abf744dabfe7f18736e8a0fd82f0c4272ce4f ee48c49 Fix retrieving the share data. 603cf61 Mark a TODO. 27d0c7f Ensure every driver gets the same parser. b5bc3b3 Ensure all backend drivers are capable of retrieving data. Rename getMailboxes() to listFolders() for a more consistent interface. 967962a Not required anymore. 28deffc Adapt to the listFolders() change. ec01bf4 Catch problems. ----------------------------------------------------------------------- commit ee48c494c4a4e9fa70b312da287013c1e4986bfb Author: Gunnar Wrobel <[email protected]> Date: Wed Feb 23 17:24:42 2011 +0100 Fix retrieving the share data. kronolith/lib/Driver/Kolab.php | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/ee48c494c4a4e9fa70b312da287013c1e4986bfb ----------------------------------------------------------------------- commit 603cf61a235f94eb823ae23474403e69e5d4aaea Author: Gunnar Wrobel <[email protected]> Date: Wed Feb 23 17:24:51 2011 +0100 Mark a TODO. framework/Share/test/Horde/Share/Kolab/MockTest.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/603cf61a235f94eb823ae23474403e69e5d4aaea ----------------------------------------------------------------------- commit 27d0c7f646b6607da780c5160f57bd91b56b57f9 Author: Gunnar Wrobel <[email protected]> Date: Wed Feb 23 17:34:11 2011 +0100 Ensure every driver gets the same parser. framework/Kolab_Storage/lib/Horde/Kolab/Storage/Factory.php | 14 ++--- .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/FactoryTest.php | 11 ++++ 2 files changed, 17 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/27d0c7f646b6607da780c5160f57bd91b56b57f9 ----------------------------------------------------------------------- commit b5bc3b3dcaee233c24e318d8abde378bd52ce866 Author: Gunnar Wrobel <[email protected]> Date: Wed Feb 23 17:38:48 2011 +0100 Ensure all backend drivers are capable of retrieving data. Rename getMailboxes() to listFolders() for a more consistent interface. framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver.php | 101 +- framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Base.php | 40 + .../Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Cclient.php | 257 +++- .../lib/Horde/Kolab/Storage/Driver/Decorator/Base.php | 100 +- .../lib/Horde/Kolab/Storage/Driver/Decorator/Log.php | 4 +- .../lib/Horde/Kolab/Storage/Driver/Decorator/Timer.php | 6 +- framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php | 122 +-- framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Mock.php | 117 +-- framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Pear.php | 161 ++- framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Rcube.php | 272 ++++- .../test/Horde/Kolab/Storage/Unit/Driver/Decorator/LogTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/Driver/Decorator/TimerTest.php | 6 +- .../test/Horde/Kolab/Storage/Unit/Driver/MockTest.php | 8 +- .../test/Horde/Kolab/Storage/Unit/Folder/NamespaceTest.php | 2 +- .../test/Horde/Kolab/Storage/Unit/List/Decorator/CacheTest.php | 12 +- 15 files changed, 793 insertions(+), 419 deletions(-) http://git.horde.org/horde-git/-/commit/b5bc3b3dcaee233c24e318d8abde378bd52ce866 ----------------------------------------------------------------------- commit 967962a8204e62f48bac05d1cd7e37dc799b5f4a Author: Gunnar Wrobel <[email protected]> Date: Wed Feb 23 17:39:17 2011 +0100 Not required anymore. framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Base.php | 14 ------- 1 files changed, 0 insertions(+), 14 deletions(-) http://git.horde.org/horde-git/-/commit/967962a8204e62f48bac05d1cd7e37dc799b5f4a ----------------------------------------------------------------------- commit 28deffcc70cf11510834264dc18cda02dc48dc88 Author: Gunnar Wrobel <[email protected]> Date: Wed Feb 23 17:39:30 2011 +0100 Adapt to the listFolders() change. framework/Kolab_Storage/lib/Horde/Kolab/Storage/List/Base.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/28deffcc70cf11510834264dc18cda02dc48dc88 ----------------------------------------------------------------------- commit ec01bf4cd538550200045912e1d76b951bba3119 Author: Gunnar Wrobel <[email protected]> Date: Wed Feb 23 17:40:05 2011 +0100 Catch problems. .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Format/Mime.php | 24 ++++- 1 files changed, 22 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/ec01bf4cd538550200045912e1d76b951bba3119 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
