[commits] Horde-Hatchery branch master updated.

Michael M Slusarz slusarz at horde.org
Fri Mar 27 21:15:05 UTC 2009


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

from: e75c0e96230b24c14ab10e6fccc59ca3a55f00ef

0d2a491... Use is_null().
0492276... Don't show delete action in read-only mode.
63a961c... Don't show flag menu if this is a read-only mailbox.
86f993a... Provide visual indication the mailbox is locked.
a5ed1ae... Mark mailbox readonly if UIDs are not sticky.
e2616de... Use existing Utils object.
6417dd0... Sanity checking.

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

commit 0d2a4911515604829909f96f47cdffd4a76975be
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 27 10:54:37 2009 -0600

    Use is_null().

 imp/lib/Search.php |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-hatchery&r1=b50b38c1449905a0455120a86d954990612406d9&r2=0d2a4911515604829909f96f47cdffd4a76975be

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

commit 049227601c489cef977b6aaf24ef27967a90464f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 27 10:56:24 2009 -0600

    Don't show delete action in read-only mode.

 imp/mailbox.php                    |   29 +++++++++++++++--------------
 imp/templates/mailbox/actions.html |    2 +-
 2 files changed, 16 insertions(+), 15 deletions(-)

http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=26a0c8ddd70ff4fb2ba0ec1319715b528c05c7be&r2=049227601c489cef977b6aaf24ef27967a90464f
http://git.horde.org/diff.php/imp/templates/mailbox/actions.html?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=049227601c489cef977b6aaf24ef27967a90464f

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

commit 63a961c1bf9058f61181934844699e3a6b9b881c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 27 11:00:07 2009 -0600

    Don't show flag menu if this is a read-only mailbox.

 imp/templates/message/navbar_navigate.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/templates/message/navbar_navigate.html?rt=horde-hatchery&r1=be893548b9e5d363e5de67e6148fbc50bb244098&r2=63a961c1bf9058f61181934844699e3a6b9b881c

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

commit 86f993a4a3459481fb4fc58cc50ad587beb640d5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 27 11:20:31 2009 -0600

    Provide visual indication the mailbox is locked.

 imp/mailbox.php                        |    4 ++++
 imp/templates/mailbox/header.html      |    1 +
 imp/templates/mailbox/mailbox-mimp.inc |    5 +++++
 3 files changed, 10 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=049227601c489cef977b6aaf24ef27967a90464f&r2=86f993a4a3459481fb4fc58cc50ad587beb640d5
http://git.horde.org/diff.php/imp/templates/mailbox/header.html?rt=horde-hatchery&r1=494134b0cb53996bc9815e438ac7bf14bd3fea50&r2=86f993a4a3459481fb4fc58cc50ad587beb640d5
http://git.horde.org/diff.php/imp/templates/mailbox/mailbox-mimp.inc?rt=horde-hatchery&r1=d4b1d6e14658453cace1159b81ca5e2a62ce31a6&r2=86f993a4a3459481fb4fc58cc50ad587beb640d5

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

commit a5ed1aec186d46f44605aff4a3e0f6c23ea391fa
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 27 11:22:06 2009 -0600

    Mark mailbox readonly if UIDs are not sticky.

 imp/lib/Imap.php |   23 ++++++++++++++++++-----
 1 files changed, 18 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap.php?rt=horde-hatchery&r1=82ba98934760971b553c6149df78a37acad20ac1&r2=a5ed1aec186d46f44605aff4a3e0f6c23ea391fa

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

commit e2616de046418d2e15d650f41dac909607ffc22d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 27 14:54:04 2009 -0600

    Use existing Utils object.

 imp/lib/Views/ListMessages.php |    3 +--
 imp/mailbox.php                |    3 +--
 imp/thread.php                 |    3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-hatchery&r1=e1db42f7b12cbb0242cfe20f54324f1aadb10e95&r2=e2616de046418d2e15d650f41dac909607ffc22d
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=86f993a4a3459481fb4fc58cc50ad587beb640d5&r2=e2616de046418d2e15d650f41dac909607ffc22d
http://git.horde.org/diff.php/imp/thread.php?rt=horde-hatchery&r1=e1db42f7b12cbb0242cfe20f54324f1aadb10e95&r2=e2616de046418d2e15d650f41dac909607ffc22d

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

commit 6417dd030a843eee8b2ceb03774bb03995f5d6bc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 27 15:09:17 2009 -0600

    Sanity checking.
    
    Don't do message operations reliant on UID list if UIDVALIDITY of mailbox
    has changed.

 imp/docs/CHANGES    |    2 +
 imp/lib/Imap.php    |   38 ++++++++++++++++++++
 imp/lib/Message.php |   94 ++++++++++++++++++++++++++++++++++++++++-----------
 3 files changed, 114 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=06d51f0a968ad6a0a7e6b72b6b911bd01e560e4c&r2=6417dd030a843eee8b2ceb03774bb03995f5d6bc
http://git.horde.org/diff.php/imp/lib/Imap.php?rt=horde-hatchery&r1=a5ed1aec186d46f44605aff4a3e0f6c23ea391fa&r2=6417dd030a843eee8b2ceb03774bb03995f5d6bc
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-hatchery&r1=ba7ba71ca01bfa6653c66e08d7afb278bae4499c&r2=6417dd030a843eee8b2ceb03774bb03995f5d6bc




More information about the commits mailing list