[commits] Horde branch master updated. 03dd213b5af9a5ccb37899801f4692f6944126e3

Michael M Slusarz slusarz at horde.org
Tue Dec 13 18:23:06 UTC 2011


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

from: 466f2b79afe21f5f36c1a13b067dc9c55ae343c0

334e1da Abstract MIME status block generation into separate object/class.
03dd213 [mms] Fix message redirection regression in dynamic view (Bug #10859).

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

commit 334e1da0f8dffbbb474a232ee142e3f7a9e4fcf5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Dec 13 05:11:36 2011 -0700

    Abstract MIME status block generation into separate object/class.

 imp/lib/Contents.php                |   79 ++++---------------
 imp/lib/Mime/Status.php             |  143 +++++++++++++++++++++++++++++++++++
 imp/lib/Mime/Viewer/Alternative.php |    7 +-
 imp/lib/Mime/Viewer/Appledouble.php |   14 ++--
 imp/lib/Mime/Viewer/Audio.php       |   12 +--
 imp/lib/Mime/Viewer/Html.php        |   70 +++++++----------
 imp/lib/Mime/Viewer/Images.php      |   26 ++-----
 imp/lib/Mime/Viewer/Itip.php        |    3 -
 imp/lib/Mime/Viewer/Mdn.php         |   12 +--
 imp/lib/Mime/Viewer/Partial.php     |   11 +--
 imp/lib/Mime/Viewer/Pdf.php         |   15 +---
 imp/lib/Mime/Viewer/Pgp.php         |   98 ++++++++++--------------
 imp/lib/Mime/Viewer/Plain.php       |    3 -
 imp/lib/Mime/Viewer/Related.php     |   24 +++---
 imp/lib/Mime/Viewer/Smime.php       |   56 ++++++--------
 imp/lib/Mime/Viewer/Status.php      |   30 +++-----
 imp/lib/Mime/Viewer/Vcard.php       |    1 -
 imp/lib/Mime/Viewer/Video.php       |   12 +--
 imp/lib/Mime/Viewer/Zip.php         |    1 -
 imp/lib/Views/ShowMessage.php       |    9 +--
 imp/message.php                     |   11 +--
 imp/package.xml                     |    4 +-
 22 files changed, 323 insertions(+), 318 deletions(-)
 create mode 100644 imp/lib/Mime/Status.php

http://git.horde.org/horde-git/-/commit/334e1da0f8dffbbb474a232ee142e3f7a9e4fcf5

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

commit 03dd213b5af9a5ccb37899801f4692f6944126e3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Dec 13 11:02:31 2011 -0700

    [mms] Fix message redirection regression in dynamic view (Bug #10859).
    
    Sigh.  This was all tested, and then I went and tried to simplify things
    in dynamic view since it didn't support redirecting multiple messages
    and that broke things.
    
    So fix this correctly by having dynamic view support redirecting
    multiple messages. Also, optimize by passing header/content information
    back to allow further manipulation.

 imp/compose-dimp.php         |    2 +-
 imp/compose-mimp.php         |    2 +-
 imp/compose.php              |    4 ++--
 imp/docs/CHANGES             |    1 +
 imp/js/compose-dimp.js       |    7 ++++++-
 imp/lib/Ajax/Application.php |   41 ++++++++++++++++++++++-------------------
 imp/lib/Compose.php          |   24 ++++++++++++++++++++----
 imp/package.xml              |    4 ++--
 8 files changed, 55 insertions(+), 30 deletions(-)

http://git.horde.org/horde-git/-/commit/03dd213b5af9a5ccb37899801f4692f6944126e3




More information about the commits mailing list