[commits] Horde-Hatchery branch master updated. 2faf375710fbfb550f993776203eb2b1df57395d

Michael M Slusarz slusarz at horde.org
Tue Nov 10 16:57:17 UTC 2009


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

from: a67be0b630867f7b14cf9e7593c89889a58eef2c

9507132 Make the return conform to what is expected from render()
e5d9fe6 Use Horde_Mime::isChild().
bbf30ae Add IMP_Contents::isEmbedded()
71466fe Remove x-imp-pgp-signature Content-Type hack
b879fbf Support Mime Viewer raw render output
ba9857f Output a more correct representation of signature data when viewing sig part of an armored text message
2faf375 All embedded information now lives under the original part.

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

commit 950713232c79deac732a3ca4625e5ab9a2d7a663
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 9 12:56:32 2009 -0700

    Make the return conform to what is expected from render()

 imp/lib/Mime/Viewer/Alternative.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Alternative.php?rt=horde-hatchery&r1=0c44534434df22f1c14487a2669a452d888003f2&r2=950713232c79deac732a3ca4625e5ab9a2d7a663

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

commit e5d9fe667683cc55d02274431d66da299a5af8eb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 9 13:29:13 2009 -0700

    Use Horde_Mime::isChild().

 imp/lib/UI/Message.php |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/lib/UI/Message.php?rt=horde-hatchery&r1=0c44534434df22f1c14487a2669a452d888003f2&r2=e5d9fe667683cc55d02274431d66da299a5af8eb

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

commit bbf30ae74f128ebe884c7dae3b35ed405eab8f41
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 9 15:10:51 2009 -0700

    Add IMP_Contents::isEmbedded()

 imp/lib/Contents.php |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-hatchery&r1=0c44534434df22f1c14487a2669a452d888003f2&r2=bbf30ae74f128ebe884c7dae3b35ed405eab8f41

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

commit 71466fedc7a8c82a1a7157ccb637749e7f4700c1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 9 15:11:22 2009 -0700

    Remove x-imp-pgp-signature Content-Type hack

 imp/lib/Mime/Viewer/Pgp.php   |   14 +++-----------
 imp/lib/Mime/Viewer/Plain.php |    8 +++++++-
 2 files changed, 10 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-hatchery&r1=c7873365bcf17d0417cc82ffcf6b3d2e74a8e3bc&r2=71466fedc7a8c82a1a7157ccb637749e7f4700c1
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Plain.php?rt=horde-hatchery&r1=bd69cf2d041b2a5d947bc043897bdead1871f83a&r2=71466fedc7a8c82a1a7157ccb637749e7f4700c1

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

commit b879fbf80e084ac1d43d439083a5da0a35f01419
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 9 15:23:05 2009 -0700

    Support Mime Viewer raw render output

 imp/lib/Contents.php                |   11 ++++++++++-
 imp/lib/Mime/Viewer/Alternative.php |    1 +
 imp/lib/Mime/Viewer/Appledouble.php |    3 ++-
 imp/lib/Mime/Viewer/Html.php        |    3 ++-
 imp/lib/Mime/Viewer/Images.php      |    3 ++-
 imp/lib/Mime/Viewer/Itip.php        |    3 ++-
 imp/lib/Mime/Viewer/Mdn.php         |    1 +
 imp/lib/Mime/Viewer/Partial.php     |    1 +
 imp/lib/Mime/Viewer/Pdf.php         |    3 ++-
 imp/lib/Mime/Viewer/Pgp.php         |    3 ++-
 imp/lib/Mime/Viewer/Related.php     |    1 +
 imp/lib/Mime/Viewer/Smime.php       |    3 ++-
 imp/lib/Mime/Viewer/Status.php      |    1 +
 imp/lib/Mime/Viewer/Tnef.php        |    3 ++-
 imp/view.php                        |    6 ++++++
 15 files changed, 37 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-hatchery&r1=bbf30ae74f128ebe884c7dae3b35ed405eab8f41&r2=b879fbf80e084ac1d43d439083a5da0a35f01419
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Alternative.php?rt=horde-hatchery&r1=950713232c79deac732a3ca4625e5ab9a2d7a663&r2=b879fbf80e084ac1d43d439083a5da0a35f01419
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Appledouble.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=b879fbf80e084ac1d43d439083a5da0a35f01419
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-hatchery&r1=7016ae8d0c674d06a87115b64da0b1d25598e07a&r2=b879fbf80e084ac1d43d439083a5da0a35f01419
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Images.php?rt=horde-hatchery&r1=ed873eaec51827a5a19526429b6989028f8b9e8b&r2=b879fbf80e084ac1d43d439083a5da0a35f01419
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Itip.php?rt=horde-hatchery&r1=c207f7b7395c61510b1d4fde0c64cec1289409c8&r2=b879fbf80e084ac1d43d439083a5da0a35f01419
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Mdn.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=b879fbf80e084ac1d43d439083a5da0a35f01419
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Partial.php?rt=horde-hatchery&r1=bd69cf2d041b2a5d947bc043897bdead1871f83a&r2=b879fbf80e084ac1d43d439083a5da0a35f01419
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pdf.php?rt=horde-hatchery&r1=ed873eaec51827a5a19526429b6989028f8b9e8b&r2=b879fbf80e084ac1d43d439083a5da0a35f01419
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-hatchery&r1=71466fedc7a8c82a1a7157ccb637749e7f4700c1&r2=b879fbf80e084ac1d43d439083a5da0a35f01419
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Related.php?rt=horde-hatchery&r1=a5c0b5c8217f0e9827eab763db89e67bc508946e&r2=b879fbf80e084ac1d43d439083a5da0a35f01419
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smime.php?rt=horde-hatchery&r1=6466012b0d2379a8f6b6083865d4e467422cf669&r2=b879fbf80e084ac1d43d439083a5da0a35f01419
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Status.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=b879fbf80e084ac1d43d439083a5da0a35f01419
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Tnef.php?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=b879fbf80e084ac1d43d439083a5da0a35f01419
http://git.horde.org/diff.php/imp/view.php?rt=horde-hatchery&r1=dad694e102ab2ff432abf2f21de9c237bed86c36&r2=b879fbf80e084ac1d43d439083a5da0a35f01419

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

commit ba9857f21277a77d8f243638bd433a33ae4b2255
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Nov 9 15:23:34 2009 -0700

    Output a more correct representation of signature data when viewing sig part of an armored text message

 imp/lib/Mime/Viewer/Pgp.php |   51 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-hatchery&r1=b879fbf80e084ac1d43d439083a5da0a35f01419&r2=ba9857f21277a77d8f243638bd433a33ae4b2255

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

commit 2faf375710fbfb550f993776203eb2b1df57395d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Nov 7 01:04:43 2009 -0700

    All embedded information now lives under the original part.
    
    Resolves Ticket #8296; Ticket #8629
    
    Don't replace the original part with the embedded information. This
    ensures we can always uniquely access the original data if necessary.
    Also allows us an easier method to show status messages for related data
    and allows us to do fancier things like wrapping entire parts with
    colored borders (i.e. multipart/encrypted, multipart/signed).
    
    Fixes problems with S/MIME encrypted/signed messages.

 imp/docs/CHANGES                |    2 +
 imp/lib/Contents.php            |   19 +--
 imp/lib/Mime/Viewer/Partial.php |   61 ++++++--
 imp/lib/Mime/Viewer/Pgp.php     |  109 ++++++-------
 imp/lib/Mime/Viewer/Plain.php   |   32 +++--
 imp/lib/Mime/Viewer/Smime.php   |  320 +++++++++++++++++++++-----------------
 imp/themes/screen.css           |   10 +-
 7 files changed, 310 insertions(+), 243 deletions(-)

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=7e7c28dd6bf2f2078b9e2efa66041a0c22babc8a&r2=2faf375710fbfb550f993776203eb2b1df57395d
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-hatchery&r1=b879fbf80e084ac1d43d439083a5da0a35f01419&r2=2faf375710fbfb550f993776203eb2b1df57395d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Partial.php?rt=horde-hatchery&r1=b879fbf80e084ac1d43d439083a5da0a35f01419&r2=2faf375710fbfb550f993776203eb2b1df57395d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-hatchery&r1=ba9857f21277a77d8f243638bd433a33ae4b2255&r2=2faf375710fbfb550f993776203eb2b1df57395d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Plain.php?rt=horde-hatchery&r1=71466fedc7a8c82a1a7157ccb637749e7f4700c1&r2=2faf375710fbfb550f993776203eb2b1df57395d
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Smime.php?rt=horde-hatchery&r1=b879fbf80e084ac1d43d439083a5da0a35f01419&r2=2faf375710fbfb550f993776203eb2b1df57395d
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=c3733d574889dbade4b7f2535f823a068b21d970&r2=2faf375710fbfb550f993776203eb2b1df57395d




More information about the commits mailing list