The branch "H4-Group" has been updated. The following is a summary of the commits.
from: 928db97e71b9be762cffa71f1e464bfd049f5108 9dc584a Don't drop parents yet, might need that later for conversion. 32f832d Updated c107101 Generalize class building. c47b1ff Reduce dependencies. b19dc3b Set group_parents for now, to avoid constraint violations. 866fbd9 Add getData(). 57654aa Throws a NotFound exception too. a95c55b Add setData(). f7f1faa Fix class building. 46752e6 Start converting consumer code to new group API. ----------------------------------------------------------------------- commit 9dc584a44b9e871323b5249bd4394c475fa03542 Author: Jan Schneider <[email protected]> Date: Fri Mar 4 22:37:15 2011 +0100 Don't drop parents yet, might need that later for conversion. .../migration/Horde_Group/3_horde_group_upgrade_drop_parents.php | 19 ----- 1 files changed, 0 insertions(+), 19 deletions(-) delete mode 100644 framework/Group/migration/Horde_Group/3_horde_group_upgrade_drop_parents.php http://git.horde.org/horde-git/-/commit/9dc584a44b9e871323b5249bd4394c475fa03542 ----------------------------------------------------------------------- commit 32f832d76a3b3e9e31ca59c67db8a70838974648 Author: Jan Schneider <[email protected]> Date: Fri Mar 4 22:37:27 2011 +0100 Updated framework/Group/package.xml | 26 +++++++++++--------------- 1 files changed, 11 insertions(+), 15 deletions(-) http://git.horde.org/horde-git/-/commit/32f832d76a3b3e9e31ca59c67db8a70838974648 ----------------------------------------------------------------------- commit c107101e519916863ad438014ed449b146c65bc9 Author: Jan Schneider <[email protected]> Date: Fri Mar 4 22:39:29 2011 +0100 Generalize class building. framework/Core/lib/Horde/Core/Factory/Group.php | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/c107101e519916863ad438014ed449b146c65bc9 ----------------------------------------------------------------------- commit c47b1ff593387794e577df7f3bc2ed3cad177994 Author: Jan Schneider <[email protected]> Date: Fri Mar 4 22:43:45 2011 +0100 Reduce dependencies. framework/Group/package.xml | 16 +--------------- 1 files changed, 1 insertions(+), 15 deletions(-) http://git.horde.org/horde-git/-/commit/c47b1ff593387794e577df7f3bc2ed3cad177994 ----------------------------------------------------------------------- commit b19dc3b5f765abebd6008bfe5218740e9d697e25 Author: Jan Schneider <[email protected]> Date: Fri Mar 4 23:23:15 2011 +0100 Set group_parents for now, to avoid constraint violations. framework/Group/lib/Horde/Group/Sql.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/b19dc3b5f765abebd6008bfe5218740e9d697e25 ----------------------------------------------------------------------- commit 866fbd9fa328d3c5f3ee76a01099d837c7bb9776 Author: Jan Schneider <[email protected]> Date: Fri Mar 4 23:23:49 2011 +0100 Add getData(). framework/Group/lib/Horde/Group/Base.php | 16 +++++++++++ framework/Group/lib/Horde/Group/Contactlists.php | 7 +++-- framework/Group/lib/Horde/Group/Ldap.php | 32 ++++++++++++++++++++++ framework/Group/lib/Horde/Group/Mock.php | 17 +++++++++++ framework/Group/lib/Horde/Group/Sql.php | 24 ++++++++++++++++ framework/Group/test/Horde/Group/Base.php | 9 +++++- framework/Group/test/Horde/Group/LdapTest.php | 8 +++++ framework/Group/test/Horde/Group/MockTest.php | 8 +++++ framework/Group/test/Horde/Group/Sql/Base.php | 8 +++++ 9 files changed, 125 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/866fbd9fa328d3c5f3ee76a01099d837c7bb9776 ----------------------------------------------------------------------- commit 57654aa058494513dfb8787e36257239d3936232 Author: Jan Schneider <[email protected]> Date: Fri Mar 4 23:37:50 2011 +0100 Throws a NotFound exception too. framework/Ldap/lib/Horde/Ldap.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/57654aa058494513dfb8787e36257239d3936232 ----------------------------------------------------------------------- commit a95c55b33edad7075f1e24fb8d01b7c7bbcc8cf6 Author: Jan Schneider <[email protected]> Date: Fri Mar 4 23:46:45 2011 +0100 Add setData(). framework/Group/lib/Horde/Group/Base.php | 14 +++++++++ framework/Group/lib/Horde/Group/Ldap.php | 36 +++++++++++++++++++++++++ framework/Group/lib/Horde/Group/Mock.php | 24 ++++++++++++++++ framework/Group/lib/Horde/Group/Sql.php | 29 ++++++++++++++++++++ framework/Group/test/Horde/Group/Base.php | 10 +++++++ framework/Group/test/Horde/Group/LdapTest.php | 8 +++++ framework/Group/test/Horde/Group/MockTest.php | 8 +++++ framework/Group/test/Horde/Group/Sql/Base.php | 8 +++++ 8 files changed, 137 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/a95c55b33edad7075f1e24fb8d01b7c7bbcc8cf6 ----------------------------------------------------------------------- commit f7f1faad6f67f2b720625d9c5d36e55c11d7474a Author: Jan Schneider <[email protected]> Date: Sat Mar 5 00:12:33 2011 +0100 Fix class building. framework/Core/lib/Horde/Core/Factory/Group.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/f7f1faad6f67f2b720625d9c5d36e55c11d7474a ----------------------------------------------------------------------- commit 46752e676441517e30c016280195737f2bb83066 Author: Jan Schneider <[email protected]> Date: Sat Mar 5 00:13:22 2011 +0100 Start converting consumer code to new group API. framework/Core/lib/Horde/Core/Ajax/Application.php | 4 +- framework/Core/lib/Horde/Core/Perms/Ui.php | 5 +- framework/Perms/lib/Horde/Perms.php | 6 +- framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Group.php | 2 +- .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Group.php | 2 +- framework/Share/lib/Horde/Share/Datatree.php | 3 +- framework/Share/lib/Horde/Share/Sql.php | 2 +- framework/Share/lib/Horde/Share/Sqlng.php | 2 +- framework/Share/test/Horde/Share/Stub/Group.php | 32 +- horde/admin/groups.php | 163 ++--- horde/templates/admin/groups/delete.inc | 4 +- horde/templates/admin/groups/edit.inc | 10 +- 12 files changed, 86 insertions(+), 149 deletions(-) http://git.horde.org/horde-git/-/commit/46752e676441517e30c016280195737f2bb83066 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
