[commits] Horde branch master updated. c00a8be751091302d746a9913f30ceadc58ac44b

Michael M Slusarz slusarz at horde.org
Wed May 11 06:40:39 UTC 2011


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

from: 3db12b0509907a039d2307813cf257fc200b27cf

cdaa1be phpdoc
0903be8 optimization
146389f Add IMP_Mailbox::runSearchQuery()
b90ea34 Request #9537: Hide Empty Mailbox option if ACL does not allow it
94c7ad0 Remove UIDNOTSTICKY check
855bbae Don't show empty subparts in a status message
10b7859 ACL optimization - ACLs only exist for IMAP objects
95ffb96 Request #9537: Hide delete action based on ACL
f40df64 Fix call to expungeMailbox()
5fba617 Bug #10062: Workaround broken PHP servers returning Off for register_globals
70f87ad Fix XML encoding
be4c547 Released Horde_Imap_Client-1.0.5
c00a8be Development mode for Horde_Imap_Client-1.0.6

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

commit cdaa1be429cde36da085d8d8f93aa4a84350576b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue May 10 21:36:16 2011 -0600

    phpdoc

 imp/config/hooks.php.dist    |    2 +-
 imp/lib/Ajax/Application.php |   46 +++++++++++++++++++++++------------------
 2 files changed, 27 insertions(+), 21 deletions(-)

http://git.horde.org/horde-git/-/commit/cdaa1be429cde36da085d8d8f93aa4a84350576b

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

commit 0903be8550eee9287372b47c01e709ee6464f987
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue May 10 21:36:23 2011 -0600

    optimization

 imp/lib/Ajax/Application.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/0903be8550eee9287372b47c01e709ee6464f987

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

commit 146389fe8f4a080bc7dd52b8d4e12b63574f4acb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue May 10 21:45:45 2011 -0600

    Add IMP_Mailbox::runSearchQuery()

 imp/lib/Api.php                           |    2 +-
 imp/lib/Block/Newmail.php                 |    2 +-
 imp/lib/LoginTasks/Task/PurgeSentmail.php |    3 +--
 imp/lib/LoginTasks/Task/PurgeSpam.php     |    2 +-
 imp/lib/LoginTasks/Task/PurgeTrash.php    |    2 +-
 imp/lib/Mailbox.php                       |   27 +++++++++++++++++++++++++++
 imp/lib/Mime/Viewer/Partial.php           |    2 +-
 imp/lib/Search.php                        |   29 -----------------------------
 imp/rss.php                               |    2 +-
 9 files changed, 34 insertions(+), 37 deletions(-)

http://git.horde.org/horde-git/-/commit/146389fe8f4a080bc7dd52b8d4e12b63574f4acb

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

commit b90ea34194c9bc9419df4208666f7e030f38373f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue May 10 23:15:49 2011 -0600

    Request #9537: Hide Empty Mailbox option if ACL does not allow it

 imp/folders.php              |   17 ++++++++++++++---
 imp/js/dimpbase.js           |    4 ++++
 imp/lib/Ajax/Application.php |    9 ++++++++-
 imp/lib/Mailbox.php          |    7 +++++++
 imp/lib/Message.php          |    2 +-
 imp/mailbox.php              |   17 +++++++++--------
 6 files changed, 43 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/b90ea34194c9bc9419df4208666f7e030f38373f

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

commit 94c7ad075d8ba0718e7db8245b625ba2beb1edc6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue May 10 22:14:57 2011 -0600

    Remove UIDNOTSTICKY check
    
    No modern IMAP server should have UIDNOTSTICKY.  For a disconnected
    client, this makes IMAP unusable - since the UIDs would change on every
    access.  So skip the overhead of checking when doing a readonly check.
    
    Also, optimize readonly hook checking by caching non-existence of the
    hook within an access.

 imp/lib/Mailbox.php |   25 +++++++++----------------
 1 files changed, 9 insertions(+), 16 deletions(-)

http://git.horde.org/horde-git/-/commit/94c7ad075d8ba0718e7db8245b625ba2beb1edc6

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

commit 855bbae5a32a2157d761adcb50e1884ae26129a0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue May 10 23:02:29 2011 -0600

    Don't show empty subparts in a status message

 imp/lib/Mime/Viewer/Status.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/855bbae5a32a2157d761adcb50e1884ae26129a0

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

commit 10b78598986826723c8edb4a03c546243cda1e1c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue May 10 23:09:51 2011 -0600

    ACL optimization - ACLs only exist for IMAP objects

 imp/lib/Mailbox.php |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/10b78598986826723c8edb4a03c546243cda1e1c

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

commit 95ffb962fa2519391fb63906c65def46cf357197
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue May 10 23:14:49 2011 -0600

    Request #9537: Hide delete action based on ACL

 imp/js/dimpbase.js                      |    8 +++---
 imp/lib/Message.php                     |   28 ++++++++++++++------------
 imp/lib/Views/ListMessages.php          |   12 +++++++---
 imp/mailbox-mimp.php                    |    5 +---
 imp/mailbox.php                         |   14 +++---------
 imp/message-dimp.php                    |    2 +-
 imp/message-mimp.php                    |    5 +---
 imp/message.php                         |   32 ++++++++++++------------------
 imp/templates/mimp/mailbox/mailbox.html |    2 +
 9 files changed, 49 insertions(+), 59 deletions(-)

http://git.horde.org/horde-git/-/commit/95ffb962fa2519391fb63906c65def46cf357197

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

commit f40df641d75390021be62eb02c4249d0b621d38e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue May 10 23:30:34 2011 -0600

    Fix call to expungeMailbox()

 imp/folders.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/f40df641d75390021be62eb02c4249d0b621d38e

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

commit 5fba617a376a816e29a6b34d71699b95642ed2e8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed May 11 00:09:49 2011 -0600

    Bug #10062: Workaround broken PHP servers returning Off for register_globals

 horde/lib/core.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/5fba617a376a816e29a6b34d71699b95642ed2e8

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

commit 70f87adfd48ccaf980c9086ae711f9d67b5d5775
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed May 11 00:15:46 2011 -0600

    Fix XML encoding

 framework/Imap_Client/package.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/70f87adfd48ccaf980c9086ae711f9d67b5d5775

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

commit be4c547f79a5ed126ede09f9ccbf4f8da26f6127
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed May 11 00:17:39 2011 -0600

    Released Horde_Imap_Client-1.0.5

 framework/Imap_Client/package.xml |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/be4c547f79a5ed126ede09f9ccbf4f8da26f6127

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

commit c00a8be751091302d746a9913f30ceadc58ac44b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed May 11 00:17:40 2011 -0600

    Development mode for Horde_Imap_Client-1.0.6

 framework/Imap_Client/package.xml |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/c00a8be751091302d746a9913f30ceadc58ac44b




More information about the commits mailing list