[commits] Horde branch master updated. 1998958d01ca9bba48390f7bf4ccc8bcf91d4f5f

Michael M Slusarz slusarz at horde.org
Thu Mar 3 19:25:42 UTC 2011


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

from: c9e2bdfde2022b920d5fcb27912dc63b38ddee6b

0fd9d69 FETCH data might be a stream resource - check for this
1db6d1a IMAP ACL Improvments
1998958 Request #4488: visually indicate ACL negative rights

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

commit 0fd9d691f5dcb5d91e86d3f48a6495fffa142e7b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Mar 3 00:40:12 2011 -0700

    FETCH data might be a stream resource - check for this

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/0fd9d691f5dcb5d91e86d3f48a6495fffa142e7b

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

commit 1db6d1a2dc6341ead008ea02f8efd1cf50660cbe
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Mar 2 13:50:46 2011 -0700

    IMAP ACL Improvments
    
    ACL results now returned in objects.
    Add ACL constants.
    Do better job of handling "virtual" ACL rights when dealing with RFC
    4314 compliant servers.
    Bug #9614: Fix ACL display in IMP.
    Allow alteration of current user's ACLs.
    Use LISTRIGHTS output to determine which ACLs can be set in the given
    mailbox, instead of relying on global ACL availability.

 framework/Imap_Client/lib/Horde/Imap/Client.php                 |   16 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php            |   51 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php         |   24 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Acl.php        |  161 ++++
 framework/Imap_Client/lib/Horde/Imap/Client/Data/AclRights.php  |  178 +++++
 framework/Imap_Client/lib/Horde/Imap/Client/Mock.php            |   23 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php          |   25 +-
 framework/Imap_Client/package.xml                               |   80 ++-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php |    6 +-
 imp/lib/Imap/Acl.php                                            |  162 ++---
 imp/lib/Prefs/Ui.php                                            |  245 ++++---
 imp/templates/prefs/acl.html                                    |   48 +-
 imp/themes/default/screen.css                                   |    4 +
 13 files changed, 722 insertions(+), 301 deletions(-)
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Data/Acl.php
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Data/AclRights.php

http://git.horde.org/horde-git/-/commit/1db6d1a2dc6341ead008ea02f8efd1cf50660cbe

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

commit 1998958d01ca9bba48390f7bf4ccc8bcf91d4f5f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Mar 3 12:21:47 2011 -0700

    Request #4488: visually indicate ACL negative rights

 framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php          |    4 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/AclNegative.php |   17 ++++++
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php           |    4 +-
 framework/Imap_Client/package.xml                                |    6 ++-
 imp/docs/CHANGES                                                 |    1 +
 imp/lib/Prefs/Ui.php                                             |    4 +
 imp/templates/prefs/acl.html                                     |    5 ++
 imp/themes/default/screen.css                                    |    8 +++
 8 files changed, 46 insertions(+), 3 deletions(-)
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Data/AclNegative.php

http://git.horde.org/horde-git/-/commit/1998958d01ca9bba48390f7bf4ccc8bcf91d4f5f




More information about the commits mailing list