[commits] Horde-Hatchery branch master updated. e8afe33dd1f80eb684d16332451696f23be5fedf

Michael M Slusarz slusarz at horde.org
Mon Nov 16 19:50:13 UTC 2009


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

from: 2de968d89bb4bc183935b9704511ec3ef194f714

4df5d87 Make the attachment icon clickable to expand the attachment list
97836b8 Fix function name
6074d54 Don't display MIME type for parts in IMP/DIMP
85c7665 Use Form.Element.clear()
d4a2a0e Add missing mimp prefs to group definition.
e8afe33 Add mimp_download_confirm pref

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

commit 4df5d876bc74612955a8a50d90012991bd420bd5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 16 12:03:17 2009 -0700

    Make the attachment icon clickable to expand the attachment list

 imp/templates/chunks/message.php   |   17 ++++++++++++++---
 imp/templates/index/index-dimp.inc |   11 ++++++++---
 imp/themes/screen-dimp.css         |    8 ++++++++
 3 files changed, 30 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/imp/templates/chunks/message.php?rt=horde-hatchery&r1=51337b7f594e2b80ee221055d5d3bcc0f6700e9b&r2=4df5d876bc74612955a8a50d90012991bd420bd5
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=51337b7f594e2b80ee221055d5d3bcc0f6700e9b&r2=4df5d876bc74612955a8a50d90012991bd420bd5
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=51337b7f594e2b80ee221055d5d3bcc0f6700e9b&r2=4df5d876bc74612955a8a50d90012991bd420bd5

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

commit 97836b8e9e235567a85f9f1bc21e7742b43497e4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 16 12:06:36 2009 -0700

    Fix function name

 imp/js/fullmessage-dimp.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/js/fullmessage-dimp.js?rt=horde-hatchery&r1=0de2667618078473188cbcc3254a33c8ac904a92&r2=97836b8e9e235567a85f9f1bc21e7742b43497e4

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

commit 6074d54adc71712548c84ea2dffec8f11b63cfaa
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 16 12:22:16 2009 -0700

    Don't display MIME type for parts in IMP/DIMP
    
    The MIME type is still available from hovering over the icon. And the
    icon should provide sufficient information to determine the part type.
    And for the vast majority of users, the MIME type information is either
    unuseful or irrelevant.

 imp/lib/Views/ShowMessage.php |    2 +-
 imp/message.php               |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/lib/Views/ShowMessage.php?rt=horde-hatchery&r1=d44e586a6eca4bb5df77f6d4a79417ac30089f58&r2=6074d54adc71712548c84ea2dffec8f11b63cfaa
http://git.horde.org/diff.php/imp/message.php?rt=horde-hatchery&r1=d44e586a6eca4bb5df77f6d4a79417ac30089f58&r2=6074d54adc71712548c84ea2dffec8f11b63cfaa

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

commit 85c76650f8f9864bb4052be500839195e8a92497
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 16 12:27:00 2009 -0700

    Use Form.Element.clear()

 imp/js/compose-dimp.js |    2 +-
 imp/js/contacts.js     |    2 +-
 imp/js/search.js       |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-hatchery&r1=fd94e1ea933e26af6a3437843dcabf0ef6e7eb76&r2=85c76650f8f9864bb4052be500839195e8a92497
http://git.horde.org/diff.php/imp/js/contacts.js?rt=horde-hatchery&r1=32be98beb4f61574d61394b6d9c9b2f5eac39005&r2=85c76650f8f9864bb4052be500839195e8a92497
http://git.horde.org/diff.php/imp/js/search.js?rt=horde-hatchery&r1=e4912f20acaff52a932f4460a52a300395ffa1bd&r2=85c76650f8f9864bb4052be500839195e8a92497

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

commit d4a2a0e6c4939a896ee5e63a8841e92083e82d8e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 16 12:48:33 2009 -0700

    Add missing mimp prefs to group definition.

 imp/config/prefs.php.dist |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-hatchery&r1=cc879e508bee934aeea1f7068c72a87649b5b7ad&r2=d4a2a0e6c4939a896ee5e63a8841e92083e82d8e

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

commit e8afe33dd1f80eb684d16332451696f23be5fedf
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 16 12:49:04 2009 -0700

    Add mimp_download_confirm pref
    
    Determines at what size an attachment download in mimp should trigger
    the download confirmation page.

 imp/config/prefs.php.dist |   10 +++++++++-
 imp/message-mimp.php      |   10 ++++++++--
 2 files changed, 17 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-hatchery&r1=d4a2a0e6c4939a896ee5e63a8841e92083e82d8e&r2=e8afe33dd1f80eb684d16332451696f23be5fedf
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-hatchery&r1=6466012b0d2379a8f6b6083865d4e467422cf669&r2=e8afe33dd1f80eb684d16332451696f23be5fedf




More information about the commits mailing list