[commits] Horde-Hatchery branch master updated. 24afc350578c746b73905ee8a8c2e3af686d7740

Michael M Slusarz slusarz at horde.org
Thu Oct 29 02:26:17 UTC 2009


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

from: d3ad60793bf4e8c0a5fd5a8bff97f2d450338c7d

4850fbd... Tweak click detection on folder list
6466012... index -> UID
bd69cf2... Better @return description for getEmbeddedMimeParts()
a7d372b... This works better cross-browser
24afc35... First attempt to try to use abstracted AutoCompleter driver

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

commit 4850fbdb388de824d7d2ca310eebd0b0bec7b329
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Oct 28 13:36:07 2009 -0600

    Tweak click detection on folder list

 imp/js/DimpBase.js         |    2 +-
 imp/themes/screen-dimp.css |   10 ++++------
 2 files changed, 5 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=eb4e5142b88892e7420d53edc0264696fab47ffd&r2=4850fbdb388de824d7d2ca310eebd0b0bec7b329
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=6ba770077f01a7d140dee891054ff73301105890&r2=4850fbdb388de824d7d2ca310eebd0b0bec7b329

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

commit 6466012b0d2379a8f6b6083865d4e467422cf669
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Oct 28 15:39:55 2009 -0600

    index -> UID
    
    When dealing with IMAP UIDs, universally refer to this value as 'uid'
    rather than 'index' to avoid confusion with IMAP mailbox sequence
    numbers.

 imp/ajax.php                            |   18 ++++----
 imp/compose-dimp.php                    |   30 +++++++-------
 imp/compose-mimp.php                    |   24 ++++++------
 imp/compose.php                         |   24 ++++++------
 imp/js/DimpBase.js                      |   36 +++++++++---------
 imp/js/compose-dimp.js                  |    4 +-
 imp/js/fullmessage-dimp.js              |   11 ++---
 imp/lib/Compose.php                     |   30 +++++++-------
 imp/lib/Contents.php                    |   62 +++++++++++++++---------------
 imp/lib/IMP.php                         |   15 +++----
 imp/lib/Mailbox.php                     |   17 +++++---
 imp/lib/Mime/Viewer/Pgp.php             |    4 +-
 imp/lib/Mime/Viewer/Smime.php           |    2 +-
 imp/lib/Views/ShowMessage.php           |   32 ++++++++--------
 imp/mailbox-mimp.php                    |    2 +-
 imp/mailbox.php                         |    2 +-
 imp/message-dimp.php                    |   10 ++--
 imp/message-mimp.php                    |   30 +++++++-------
 imp/message.php                         |   41 ++++++++++----------
 imp/saveimage.php                       |    6 +-
 imp/templates/compose/redirect-mimp.inc |    5 +-
 imp/thread.php                          |    4 +-
 22 files changed, 204 insertions(+), 205 deletions(-)

http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=ecae67464c8dd02995704c53785c066171ecfcdf&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-hatchery&r1=170c8820f17bc778b3a6fdfa799e7dccf20cf207&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/compose-mimp.php?rt=horde-hatchery&r1=45887386705f18cb834353fe92cf6d80ee02d2ad&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/compose.php?rt=horde-hatchery&r1=caedb70f6047930a3e941a6263b97db7e3e0eac6&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=4850fbdb388de824d7d2ca310eebd0b0bec7b329&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-hatchery&r1=84699af207d128f277264f08c1c2420add8cb231&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/js/fullmessage-dimp.js?rt=horde-hatchery&r1=d2139735699e641c5d3a5b159e8782d235e9d775&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-hatchery&r1=7e7c28dd6bf2f2078b9e2efa66041a0c22babc8a&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-hatchery&r1=4c0869c6621bfdc78ea2abb674907b5f1b0014d9&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=6e001408b274160238a095a2503371bb3e9af371&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde-hatchery&r1=484cfc41b7859e98972e9886dfb8073a9efb8b5c&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-hatchery&r1=0587391182445e34a04fc84d7e4400de98d45fc5&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smime.php?rt=horde-hatchery&r1=0926e56fca57b4c76355ca32f0f09cd35fa5f7df&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-hatchery&r1=842128e54f7df8521657ad2ac65b6343f55fb653&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-hatchery&r1=24b317e40d097854413a639c2f9569607170b54c&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-hatchery&r1=6b99b953e87632ff84a67401f7d2fbf4bca8c4c2&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-hatchery&r1=842128e54f7df8521657ad2ac65b6343f55fb653&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-hatchery&r1=ec8e929e4fd518328428e35d3b05e83988b3634f&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/message.php?rt=horde-hatchery&r1=838d5feb3d9f7636ad865b4a1efb7195a8cfa9c9&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/saveimage.php?rt=horde-hatchery&r1=f0daa2470ea069c3488276d2ecb1f92c6fdc86b3&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/templates/compose/redirect-mimp.inc?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=6466012b0d2379a8f6b6083865d4e467422cf669
http://git.horde.org/diff.php/imp/thread.php?rt=horde-hatchery&r1=9cc18d71a7bf73b8fe87c7acb74f16f8b5ff327c&r2=6466012b0d2379a8f6b6083865d4e467422cf669

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

commit bd69cf2d041b2a5d947bc043897bdead1871f83a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Oct 28 15:49:59 2009 -0600

    Better @return description for getEmbeddedMimeParts()
    
    Also, the plain driver should extend _getEmbeddedMimeParts(), not the
    public getEmbeddedMimeParts().

 imp/lib/Mime/Viewer/Partial.php |    6 ++++--
 imp/lib/Mime/Viewer/Pgp.php     |    6 ++++--
 imp/lib/Mime/Viewer/Plain.php   |    8 +++++---
 3 files changed, 13 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Partial.php?rt=horde-hatchery&r1=a476852a0baf93d1b4637d9e7a6fcbcb5a523141&r2=bd69cf2d041b2a5d947bc043897bdead1871f83a
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-hatchery&r1=6466012b0d2379a8f6b6083865d4e467422cf669&r2=bd69cf2d041b2a5d947bc043897bdead1871f83a
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Plain.php?rt=horde-hatchery&r1=c0c5954756a84a9d282fe7efaff62885a1e411ae&r2=bd69cf2d041b2a5d947bc043897bdead1871f83a

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

commit a7d372b544acbe6ecbca63442abd88fa0a7444b9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Oct 28 17:14:34 2009 -0600

    This works better cross-browser

 imp/js/login.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/js/login.js?rt=horde-hatchery&r1=342c9c84bd64728e7bb89092616407f773ba688a&r2=a7d372b544acbe6ecbca63442abd88fa0a7444b9

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

commit 24afc350578c746b73905ee8a8c2e3af686d7740
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Oct 28 20:23:39 2009 -0600

    First attempt to try to use abstracted AutoCompleter driver
    
    Mike R. - probably will want to look at the kronolith/ansel drivers,
    since I am not very familiar with the prettyautocompleter code. Probably
    won't work out of the box but will need some additional tweaking.

 ansel/lib/Ajax/Imple/LocationAutoCompleter.php    |   64 +++++----------
 imp/lib/Ajax/Imple/ContactAutoCompleter.php       |   78 ++++-------------
 kronolith/lib/Ajax/Imple/ContactAutoCompleter.php |   79 +++++-------------
 kronolith/lib/Ajax/Imple/TagAutoCompleter.php     |   93 +++------------------
 4 files changed, 75 insertions(+), 239 deletions(-)

http://git.horde.org/diff.php/ansel/lib/Ajax/Imple/LocationAutoCompleter.php?rt=horde-hatchery&r1=0926e56fca57b4c76355ca32f0f09cd35fa5f7df&r2=24afc350578c746b73905ee8a8c2e3af686d7740
http://git.horde.org/diff.php/imp/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-hatchery&r1=4a1937e01b457ed628ea4a6366a3001d6450644d&r2=24afc350578c746b73905ee8a8c2e3af686d7740
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/ContactAutoCompleter.php?rt=horde-hatchery&r1=0926e56fca57b4c76355ca32f0f09cd35fa5f7df&r2=24afc350578c746b73905ee8a8c2e3af686d7740
http://git.horde.org/diff.php/kronolith/lib/Ajax/Imple/TagAutoCompleter.php?rt=horde-hatchery&r1=0926e56fca57b4c76355ca32f0f09cd35fa5f7df&r2=24afc350578c746b73905ee8a8c2e3af686d7740




More information about the commits mailing list