The branch "master" has been updated. The following is a summary of the commits.
from: 43d16fa31c9eddbf3901dc909368ebb55cfba637 92be682 Another TODO item. 4e6bd22 Accept the NULL owner. a9eb8a2 The NULL user sees all folders and has full access to all folders. 8813ae7 Allow to deal with an empty folder name. e3156b3 Take responsibility for constructing the folder name. And the owner of shared folders is not "anonymous" but NULL. 14c6805 Move responsibility for construction of folder names to Kolab_Storage in order to avoid access to $this->_user. Support listSystemShares() and listAllShares(). ----------------------------------------------------------------------- commit 92be68205f705d9435d12ec2b98d7b9d3fb8508e Author: Gunnar Wrobel <[email protected]> Date: Sat Mar 5 21:42:41 2011 +0100 Another TODO item. framework/Kolab_Storage/TODO | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/92be68205f705d9435d12ec2b98d7b9d3fb8508e ----------------------------------------------------------------------- commit 4e6bd226151f1eec6ca057c873262cbd791acfe8 Author: Gunnar Wrobel <[email protected]> Date: Sat Mar 5 21:44:04 2011 +0100 Accept the NULL owner. framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Base.php | 17 ++++- .../test/Horde/Kolab/Storage/Unit/Folder/BaseTest.php | 5 +- 2 files changed, 17 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/4e6bd226151f1eec6ca057c873262cbd791acfe8 ----------------------------------------------------------------------- commit a9eb8a2964d93256eae96da9cbd906fbcaf8d002 Author: Gunnar Wrobel <[email protected]> Date: Sat Mar 5 21:56:13 2011 +0100 The NULL user sees all folders and has full access to all folders. framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Mock.php | 6 +++- .../test/Horde/Kolab/Storage/Unit/Driver/MockTest.php | 6 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/a9eb8a2964d93256eae96da9cbd906fbcaf8d002 ----------------------------------------------------------------------- commit 8813ae70a3a6bdb717ff62754c01167b7625f70f Author: Gunnar Wrobel <[email protected]> Date: Sat Mar 5 21:56:55 2011 +0100 Allow to deal with an empty folder name. .../Kolab/Storage/Folder/Namespace/Element/SharedWithPrefix.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/8813ae70a3a6bdb717ff62754c01167b7625f70f ----------------------------------------------------------------------- commit e3156b3b8530eac78eaff33a937967236a3d4b93 Author: Gunnar Wrobel <[email protected]> Date: Sat Mar 5 22:01:27 2011 +0100 Take responsibility for constructing the folder name. And the owner of shared folders is not "anonymous" but NULL. .../Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Namespace.php | 20 +++ .../lib/Horde/Kolab/Storage/Folder/Namespace/Element/Shared.php | 2 +- .../test/Horde/Kolab/Storage/Unit/Folder/NamespaceTest.php | 35 +++-- .../test/Horde/Kolab/Storage/Unit/List/Query/List/BaseTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/List/Query/List/CacheTest.php | 4 +- 5 files changed, 49 insertions(+), 16 deletions(-) http://git.horde.org/horde-git/-/commit/e3156b3b8530eac78eaff33a937967236a3d4b93 ----------------------------------------------------------------------- commit 14c6805832ef33cf5ba669bf7c180de1fcb248cc Author: Gunnar Wrobel <[email protected]> Date: Sat Mar 5 22:03:45 2011 +0100 Move responsibility for construction of folder names to Kolab_Storage in order to avoid access to $this->_user. Support listSystemShares() and listAllShares(). framework/Share/lib/Horde/Share/Kolab.php | 46 ++++++++++++++++--- framework/Share/test/Horde/Share/Base.php | 19 ++++---- framework/Share/test/Horde/Share/Kolab/MockTest.php | 36 +++++++++++---- 3 files changed, 75 insertions(+), 26 deletions(-) http://git.horde.org/horde-git/-/commit/14c6805832ef33cf5ba669bf7c180de1fcb248cc __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
