[commits] Horde branch master updated. 3316ee784ecf6d140e2de26c684fba25c240b26c

Jan Schneider jan at horde.org
Tue Apr 5 16:04:34 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: 0e7341cc7adbdf9d293f5e4735beed4c6874eaf5

983ecd8 Don't offer edit functionality if group system is readonly.
3316ee7 Add parameter to listAll() to only return groups that a user is member of.

-----------------------------------------------------------------------

commit 983ecd8d7ddfaee4d71179cfd2b16773ede6677f
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 5 16:40:04 2011 +0200

    Don't offer edit functionality if group system is readonly.

 horde/admin/groups.php                |   53 ++++++++++++++++++++------------
 horde/templates/admin/groups/edit.inc |    8 +++++
 2 files changed, 41 insertions(+), 20 deletions(-)

http://git.horde.org/horde-git/-/commit/983ecd8d7ddfaee4d71179cfd2b16773ede6677f

-----------------------------------------------------------------------

commit 3316ee784ecf6d140e2de26c684fba25c240b26c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 5 16:46:06 2011 +0200

    Add parameter to listAll() to only return groups that a user is member of.
    
    listAll() is now exclusively used to get the list of groups a user is
    allowed to *see*, i.e. to assign permissions to. listGroups() is used to
    get the list of groups that a user *belongs* to, i.e. that he has
    permission to access.

 ansel/perms.php                                    |    6 +-
 folks/perms.php                                    |    6 +-
 framework/Core/lib/Horde/Core/Ajax/Application.php |    9 ++--
 framework/Core/lib/Horde/Core/Factory/Group.php    |    4 ++
 framework/Group/lib/Horde/Group/Base.php           |    7 ++-
 framework/Group/lib/Horde/Group/Contactlists.php   |   52 ++++++++++++++++++--
 framework/Group/lib/Horde/Group/Ldap.php           |   11 +++-
 framework/Group/lib/Horde/Group/Mock.php           |   11 +++-
 framework/Group/lib/Horde/Group/Sql.php            |   11 +++-
 framework/Group/package.xml                        |    2 +-
 framework/Group/test/Horde/Group/Base.php          |    8 +++
 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 +++
 horde/services/shares/edit.php                     |    6 +-
 kronolith/perms.php                                |    6 +-
 kronolith/templates/chunks/calendar.php            |    9 ++--
 whups/lib/Forms/CreateTicket.php                   |    9 ++--
 whups/lib/Forms/EditTicket.php                     |    4 +-
 19 files changed, 144 insertions(+), 41 deletions(-)

http://git.horde.org/horde-git/-/commit/3316ee784ecf6d140e2de26c684fba25c240b26c




More information about the commits mailing list