The branch "master" has been updated. The following is a summary of the commits.
from: bb10bd0c9fe0c750309c75eaa1af2d32fa665a61 bf82d41 Revert "Remove owner from user permissions." 1777f51 Style, phpdoc. d5b2c65 Correctly exlude owner. b4acc51 Fix test. 0f9d18d PHPUnit 3.7.14 broke NAN testing. ac395be [jan] Correctly detect sequences when dumping and be more strict when loading sequences. f82cd0f Style ----------------------------------------------------------------------- commit bf82d412ca0a52a0c9ee4914e338d055dae83b0d Author: Jan Schneider <[email protected]> Date: Thu Feb 14 16:36:52 2013 +0100 Revert "Remove owner from user permissions." This reverts commit e3b6a4247cfebf104f940ec95bbf06a2fec68922. framework/Perms/lib/Horde/Perms/Permission/Kolab.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/bf82d412ca0a52a0c9ee4914e338d055dae83b0d ----------------------------------------------------------------------- commit 1777f514aaf937da3d17a78e93d528604e6b353c Author: Jan Schneider <[email protected]> Date: Thu Feb 14 17:10:14 2013 +0100 Style, phpdoc. framework/Perms/lib/Horde/Perms/Permission/Kolab.php | 24 ++-- .../Perms/lib/Horde/Perms/Permission/Kolab/Acl/Anonymous.php | 17 +-- framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Anyone.php | 17 +-- framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Group.php | 30 +--- framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/User.php | 22 +-- framework/Perms/lib/Horde/Perms/Permission/Kolab/AclIterator.php | 17 +-- framework/Perms/lib/Horde/Perms/Permission/Kolab/Element.php | 14 +-- .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Default.php | 12 +-- .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Group.php | 16 +-- .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Guest.php | 12 +-- framework/Perms/lib/Horde/Perms/Permission/Kolab/Element/User.php | 15 +-- .../Perms/lib/Horde/Perms/Permission/Kolab/ElementIterator.php | 15 +-- framework/Perms/lib/Horde/Perms/Permission/Kolab/Storage.php | 10 +- 13 files changed, 70 insertions(+), 151 deletions(-) http://git.horde.org/horde-git/-/commit/1777f514aaf937da3d17a78e93d528604e6b353c ----------------------------------------------------------------------- commit d5b2c655b10e043c5662a164b2b2365acbc40d7a Author: Jan Schneider <[email protected]> Date: Thu Feb 14 17:11:24 2013 +0100 Correctly exlude owner. framework/Perms/lib/Horde/Perms/Permission/Kolab.php | 19 +++++++++++++++-- framework/Share/lib/Horde/Share/Object.php | 5 ++- framework/Share/test/Horde/Share/Kolab/UnitTest.php | 4 +-- framework/Share/test/Horde/Share/TestBase.php | 8 +++++- 4 files changed, 26 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/d5b2c655b10e043c5662a164b2b2365acbc40d7a ----------------------------------------------------------------------- commit b4acc5192079b2c424b4ec88f066d9b829a560ba Author: Jan Schneider <[email protected]> Date: Thu Feb 14 17:11:41 2013 +0100 Fix test. framework/Share/test/Horde/Share/Kolab/UnitTest.php | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/b4acc5192079b2c424b4ec88f066d9b829a560ba ----------------------------------------------------------------------- commit 0f9d18dadd798bfe04d3d6a9de8edc259bd4a178 Author: Jan Schneider <[email protected]> Date: Thu Feb 14 17:14:08 2013 +0100 PHPUnit 3.7.14 broke NAN testing. framework/Yaml/test/Horde/Yaml/LoaderTest.php | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/0f9d18dadd798bfe04d3d6a9de8edc259bd4a178 ----------------------------------------------------------------------- commit ac395bea7577cec3a9ad144eabd0d4100143f611 Author: Jan Schneider <[email protected]> Date: Thu Feb 14 17:52:10 2013 +0100 [jan] Correctly detect sequences when dumping and be more strict when loading sequences. framework/Yaml/lib/Horde/Yaml/Dumper.php | 43 ++++++++++++++---------- framework/Yaml/lib/Horde/Yaml/Loader.php | 4 +- framework/Yaml/package.xml | 4 +- framework/Yaml/test/Horde/Yaml/DumperTest.php | 4 -- 4 files changed, 29 insertions(+), 26 deletions(-) http://git.horde.org/horde-git/-/commit/ac395bea7577cec3a9ad144eabd0d4100143f611 ----------------------------------------------------------------------- commit f82cd0f15b5e255f13b1588a6fd972e65255464c Author: Jan Schneider <[email protected]> Date: Thu Feb 14 18:08:08 2013 +0100 Style framework/Yaml/lib/Horde/Yaml/Dumper.php | 72 +++++++----- framework/Yaml/lib/Horde/Yaml/Loader.php | 180 ++++++++++++++++-------------- 2 files changed, 136 insertions(+), 116 deletions(-) http://git.horde.org/horde-git/-/commit/f82cd0f15b5e255f13b1588a6fd972e65255464c -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
