[commits] Horde-Hatchery branch, master, updated. 9cd2bfdc9a3d6ad28195ced4ee9d7ab6ca3600d2

Michael M Slusarz slusarz at horde.org
Wed Dec 10 09:10:04 UTC 2008


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Horde-Hatchery".

The branch, master has been updated
       via  9cd2bfdc9a3d6ad28195ced4ee9d7ab6ca3600d2 (commit)
       via  9eedf194fe5b873e6248de4478ccff2d2bcef863 (commit)
       via  d7f793427c092e67d8e8461caf2f4cd368c9f4bd (commit)
       via  adca76f7b7a91377d7e8f8dfc0c99844d14b5a9b (commit)
      from  1bba11a7beb8565805f06c54d6b03b8296368c21 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9cd2bfdc9a3d6ad28195ced4ee9d7ab6ca3600d2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Dec 10 02:02:40 2008 -0700

    Fixes re: subject display

commit 9eedf194fe5b873e6248de4478ccff2d2bcef863
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Dec 10 01:48:35 2008 -0700

    Move ACL code into IMP.
    
    Lots of cleanup - move all code into one file - use Horde_Imap_Client
    object to interact with the IMAP server.
    First attempt and guaranteed this doesn't work (I don't have a way to
    test right now) but at least all the parts are there for future
    development.

commit d7f793427c092e67d8e8461caf2f4cd368c9f4bd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Dec 10 00:51:51 2008 -0700

    Fix hooks/config options to work with new code.

commit adca76f7b7a91377d7e8f8dfc0c99844d14b5a9b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Dec 9 22:07:51 2008 -0700

    Merge changes from IMP 4.3.1 (in CVS HEAD).

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

Summary of changes:
 imp/acl.php                    |   63 ++-----
 imp/config/conf.xml            |  154 ++++++++--------
 imp/config/hooks.php.dist      |  395 ++++++++++++++++-----------------------
 imp/docs/CHANGES               |    2 +
 imp/docs/UPGRADING             |    1 +
 imp/lib/Compose.php            |    2 +-
 imp/lib/DIMP.php               |   16 +-
 imp/lib/IMAP/ACL.php           |  211 +++++++++++++++++++++
 imp/lib/IMAP/Tree.php          |    5 +-
 imp/lib/IMP.php                |    2 +-
 imp/lib/Mailbox.php            |   17 +-
 imp/lib/Search.php             |    2 +-
 imp/lib/UI/Mailbox.php         |   21 ++-
 imp/lib/UI/Message.php         |    7 +-
 imp/lib/Views/ListMessages.php |   51 +++---
 imp/lib/Views/ShowMessage.php  |   29 +--
 imp/mailbox-mimp.php           |    8 +-
 imp/mailbox.php                |   51 +++---
 imp/message-mimp.php           |    5 +-
 imp/message.php                |   10 +-
 imp/templates/index/index.inc  |    2 +-
 21 files changed, 588 insertions(+), 466 deletions(-)
 create mode 100644 imp/lib/IMAP/ACL.php


hooks/post-receive
-- 
Horde-Hatchery


More information about the commits mailing list