[commits] Horde-Hatchery branch, master, updated. c0763dc37066404c997e4b961d568c78f064c400

Michael M Slusarz slusarz at horde.org
Tue Nov 11 05:48:56 UTC 2008


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Horde-Hatchery".

The branch, master has been updated
       via  c0763dc37066404c997e4b961d568c78f064c400 (commit)
       via  df5736f4455b4d7b8906cd67130d20a49d43be09 (commit)
       via  de9d83fe7e68c251926d985c0a1d2db67ce4fa48 (commit)
       via  a8cac5a1351afcb6c2a5ccb08f32ca9770f12d82 (commit)
       via  150f95bf869362429ec12a10ff572a337407a92d (commit)
       via  4e59b51699174dd04e683313690eeb7c17c3985f (commit)
      from  d53db781ea6751a4b74ef6460953933dc3b055ca (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c0763dc37066404c997e4b961d568c78f064c400
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 10 22:47:12 2008 -0700

    More rendering fixes/improvements.
    
    multipart/alternative driver now works on basic messages. Be more
    liberal about what an 'attachment' is for now. Determination of what
    should be shown inline ultimately rests with view code, not base
    IMP_Contents library code. Also, it is necessary to determine the
    rendered data before we can create the list of attachments (since the
    attachments may already be displayed in the body).

commit df5736f4455b4d7b8906cd67130d20a49d43be09
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 10 22:45:58 2008 -0700

    Fix html driver to work for now.

commit de9d83fe7e68c251926d985c0a1d2db67ce4fa48
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 10 22:44:21 2008 -0700

    Add a 'ids' output to render().
    
    This parameter indicates the list of MIME IDs that this viewer's render
    output was responsible for.

commit a8cac5a1351afcb6c2a5ccb08f32ca9770f12d82
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 10 22:44:04 2008 -0700

    Fix function declarations.

commit 150f95bf869362429ec12a10ff572a337407a92d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 10 20:42:57 2008 -0700

    Message display tweaking.
    
    IMP 5 now can successfully display simple messages containing text/plain
    and text/html data.  Playing around with the formatting a bit, but my
    desire is to *always* show the Mime part summary for every part we can
    display inline and *never* show inline parts in the attachment list.
    This is important because there is no other way to
    strip/download/display in a new window the parts that are shown inline.
    This goes back to the way we used to display things long ago (IMP 3),
    but that is probably the better way to do this. However, this has much
    work that can be done to it - for now, just need to be able to display
    the parts so I can continue implementing other things.

commit 4e59b51699174dd04e683313690eeb7c17c3985f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 10 20:42:31 2008 -0700

    Fix several typos.

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

Summary of changes:
 framework/Mime/lib/Horde/Mime/Viewer/Driver.php    |    7 +-
 framework/Mime/lib/Horde/Mime/Viewer/html.php      |    4 +-
 framework/Mime/lib/Horde/Mime/Viewer/plain.php     |    2 +-
 imp/lib/Contents.php                               |   94 ++++++-------
 imp/lib/Mime/Viewer/alternative.php                |  150 ++++++++------------
 imp/lib/Mime/Viewer/html.php                       |    3 +-
 imp/message.php                                    |   97 ++++++++++----
 imp/templates/message/message.html                 |    4 +-
 .../graphics/{mail_deleted.png => delete.png}      |  Bin 788 -> 788 bytes
 imp/themes/graphics/download.png                   |  Bin 0 -> 190 bytes
 imp/themes/graphics/gallery.png                    |  Bin 0 -> 552 bytes
 imp/themes/screen.css                              |   53 +++++++
 12 files changed, 235 insertions(+), 179 deletions(-)
 copy imp/themes/graphics/{mail_deleted.png => delete.png} (100%)
 create mode 100644 imp/themes/graphics/download.png
 create mode 100644 imp/themes/graphics/gallery.png


hooks/post-receive
-- 
Horde-Hatchery


More information about the commits mailing list