[commits] Horde branch master updated. a83fc6c20fce54c2d398da3a6cd7a510e6e54e59

Michael M Slusarz slusarz at horde.org
Fri Apr 23 20:45:10 UTC 2010


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

from: f7454dbb0f90225526b65ae5d0e630b25455d2a5

2112e9d Fix positioning of message loading image
0b88d99 Further improvements to contextmenu generation/initialization
f9744ba Fix typo.
4610569 Further cleanup of mailbox template output
30869cc Can't reuse Horde_Template instance.
e757952 Clean up message template/output
f6ba557 Make message header string more translation friendly
d529ed4 Add support for parsing relative IMAP URLs
a83fc6c Add support for CATENATE extension (RFC 4469).

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

commit 2112e9d83d89ba17f7e1b3f43ce9b50eb842caa2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Apr 23 09:59:58 2010 -0600

    Fix positioning of message loading image
    
    Not sure if this is due to recent prototypejs changes. But it does fix
    things.

 imp/js/DimpBase.js |    2 +-
 imp/js/DimpCore.js |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=befcebe74422f7fcf319745bc897ab3eb169b5f1&r2=2112e9d83d89ba17f7e1b3f43ce9b50eb842caa2
http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-git&r1=6f1df714605cb58d5c26d8dada7e5da6864a431e&r2=2112e9d83d89ba17f7e1b3f43ce9b50eb842caa2

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

commit 0b88d99844b4d54eab322a7d0abaa4a9dc714655
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Apr 23 10:28:27 2010 -0600

    Further improvements to contextmenu generation/initialization

 imp/js/DimpBase.js         |   69 ++++++++++++++++++++-----------------------
 imp/js/DimpCore.js         |   32 +++++++++++++++++++-
 imp/js/fullmessage-dimp.js |   12 +------
 3 files changed, 64 insertions(+), 49 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=2112e9d83d89ba17f7e1b3f43ce9b50eb842caa2&r2=0b88d99844b4d54eab322a7d0abaa4a9dc714655
http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-git&r1=2112e9d83d89ba17f7e1b3f43ce9b50eb842caa2&r2=0b88d99844b4d54eab322a7d0abaa4a9dc714655
http://git.horde.org/diff.php/imp/js/fullmessage-dimp.js?rt=horde-git&r1=b52d7646b607b11d6ec24b306f764db6a4995595&r2=0b88d99844b4d54eab322a7d0abaa4a9dc714655

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

commit f9744ba33779cde1081ce92c9390f2dcb6c34a21
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Apr 23 10:34:25 2010 -0600

    Fix typo.

 imp/templates/imp/mailbox/header.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/templates/imp/mailbox/header.html?rt=horde-git&r1=9c078bc25ad56f126dafab18d31b8bfc594fa44a&r2=f9744ba33779cde1081ce92c9390f2dcb6c34a21

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

commit 4610569c2a8015d47b0dd6c41ed5258c2a04b3c9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Apr 23 10:55:27 2010 -0600

    Further cleanup of mailbox template output
    
    Makes things a bit more templateable - move CSS-related stuff out of PHP
    script. Also, try to remove some complexity/wordiness/excessive layout.

 imp/mailbox.php                                |  219 +++++++++++-------------
 imp/templates/imp/mailbox/actions.html         |   36 +++--
 imp/templates/imp/mailbox/actions_deleted.html |    4 +-
 imp/templates/imp/mailbox/empty_mailbox.html   |    8 +-
 imp/templates/imp/mailbox/form_start.html      |    9 +
 imp/templates/imp/mailbox/header.html          |   49 +++---
 imp/templates/imp/mailbox/mailbox.html         |   21 ++-
 imp/templates/imp/mailbox/message_footers.html |    6 -
 imp/templates/imp/mailbox/message_headers.html |   24 +--
 imp/themes/screen.css                          |   40 ++++-
 10 files changed, 230 insertions(+), 186 deletions(-)
 create mode 100644 imp/templates/imp/mailbox/form_start.html
 delete mode 100644 imp/templates/imp/mailbox/message_footers.html

http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=9c078bc25ad56f126dafab18d31b8bfc594fa44a&r2=4610569c2a8015d47b0dd6c41ed5258c2a04b3c9
http://git.horde.org/diff.php/imp/templates/imp/mailbox/actions.html?rt=horde-git&r1=0bcfbb2079388663de95f8dd6305539b328e779d&r2=4610569c2a8015d47b0dd6c41ed5258c2a04b3c9
http://git.horde.org/diff.php/imp/templates/imp/mailbox/actions_deleted.html?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=4610569c2a8015d47b0dd6c41ed5258c2a04b3c9
http://git.horde.org/diff.php/imp/templates/imp/mailbox/empty_mailbox.html?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=4610569c2a8015d47b0dd6c41ed5258c2a04b3c9
http://git.horde.org/co.php/imp/templates/imp/mailbox/form_start.html?rt=horde-git&r=4610569c2a8015d47b0dd6c41ed5258c2a04b3c9
http://git.horde.org/diff.php/imp/templates/imp/mailbox/header.html?rt=horde-git&r1=f9744ba33779cde1081ce92c9390f2dcb6c34a21&r2=4610569c2a8015d47b0dd6c41ed5258c2a04b3c9
http://git.horde.org/diff.php/imp/templates/imp/mailbox/mailbox.html?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=4610569c2a8015d47b0dd6c41ed5258c2a04b3c9
http://git.horde.org/diff.php/imp/templates/imp/mailbox/message_footers.html?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=4610569c2a8015d47b0dd6c41ed5258c2a04b3c9
http://git.horde.org/diff.php/imp/templates/imp/mailbox/message_headers.html?rt=horde-git&r1=0bcfbb2079388663de95f8dd6305539b328e779d&r2=4610569c2a8015d47b0dd6c41ed5258c2a04b3c9
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-git&r1=0bcfbb2079388663de95f8dd6305539b328e779d&r2=4610569c2a8015d47b0dd6c41ed5258c2a04b3c9

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

commit 30869ccf358ef5d8a9076842b2dde46ec657868d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Apr 23 11:26:07 2010 -0600

    Can't reuse Horde_Template instance.

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

http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=66a79e1de90217ec0b55c0744e86cf047e946c2b&r2=30869ccf358ef5d8a9076842b2dde46ec657868d

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

commit e757952b380548678ba622fe18949030296b3c83
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Apr 23 12:12:59 2010 -0600

    Clean up message template/output

 imp/message.php                                |    5 +-
 imp/templates/imp/message/message.html         |   10 +++-
 imp/templates/imp/message/navbar_actions.html  |   70 ++++++++++++++++--------
 imp/templates/imp/message/navbar_navigate.html |    6 ++-
 imp/templates/imp/message/navbar_top.html      |   29 ++++++-----
 imp/themes/mozilla/screen.css                  |    2 +-
 imp/themes/screen.css                          |   13 ++++-
 7 files changed, 89 insertions(+), 46 deletions(-)

http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=f5e3005f9f0da409987268ff665e8ca6b5555875&r2=e757952b380548678ba622fe18949030296b3c83
http://git.horde.org/diff.php/imp/templates/imp/message/message.html?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=e757952b380548678ba622fe18949030296b3c83
http://git.horde.org/diff.php/imp/templates/imp/message/navbar_actions.html?rt=horde-git&r1=f5e3005f9f0da409987268ff665e8ca6b5555875&r2=e757952b380548678ba622fe18949030296b3c83
http://git.horde.org/diff.php/imp/templates/imp/message/navbar_navigate.html?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=e757952b380548678ba622fe18949030296b3c83
http://git.horde.org/diff.php/imp/templates/imp/message/navbar_top.html?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=e757952b380548678ba622fe18949030296b3c83
http://git.horde.org/diff.php/imp/themes/mozilla/screen.css?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=e757952b380548678ba622fe18949030296b3c83
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-git&r1=4610569c2a8015d47b0dd6c41ed5258c2a04b3c9&r2=e757952b380548678ba622fe18949030296b3c83

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

commit f6ba557ca3cb9ff02ea27ec1549cb90372e19259
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Apr 23 12:18:11 2010 -0600

    Make message header string more translation friendly

 imp/js/DimpBase.js                          |    2 +-
 imp/templates/dimp/javascript_defs_dimp.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=0b88d99844b4d54eab322a7d0abaa4a9dc714655&r2=f6ba557ca3cb9ff02ea27ec1549cb90372e19259
http://git.horde.org/diff.php/imp/templates/dimp/javascript_defs_dimp.php?rt=horde-git&r1=8e662a4a7d28963cc28b2350fed6e873da5a9a57&r2=f6ba557ca3cb9ff02ea27ec1549cb90372e19259

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

commit d529ed40d5b6a0217f585e96e7e34bc2505eab94
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Apr 23 13:01:40 2010 -0600

    Add support for parsing relative IMAP URLs

 framework/Imap_Client/lib/Horde/Imap/Client/Utils.php |   31 ++++++++++-------
 1 files changed, 18 insertions(+), 13 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Utils.php?rt=horde-git&r1=e5d68a9599c0cd64fa2e61148ddd95ecb870834b&r2=d529ed40d5b6a0217f585e96e7e34bc2505eab94

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

commit a83fc6c20fce54c2d398da3a6cd7a510e6e54e59
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Apr 22 23:08:53 2010 -0600

    Add support for CATENATE extension (RFC 4469).

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php      |  207 ++++++++++++-
 framework/Imap_Client/lib/Horde/Imap/Client/Exception.php |    6 +
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php    |   58 +++-
 framework/Imap_Client/package.xml                         |    8 +-
 4 files changed, 257 insertions(+), 22 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=bf9466fb3bffac2306c393d73ae094d59333979d&r2=a83fc6c20fce54c2d398da3a6cd7a510e6e54e59
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Exception.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=a83fc6c20fce54c2d398da3a6cd7a510e6e54e59
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=a65ebc8dfc6c9476c0eccd71934954c8aba2426b&r2=a83fc6c20fce54c2d398da3a6cd7a510e6e54e59
http://git.horde.org/diff.php/framework/Imap_Client/package.xml?rt=horde-git&r1=a65ebc8dfc6c9476c0eccd71934954c8aba2426b&r2=a83fc6c20fce54c2d398da3a6cd7a510e6e54e59




More information about the commits mailing list