[commits] Horde-Hatchery branch master updated.
Michael M Slusarz
slusarz at horde.org
Tue Mar 10 22:41:12 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 4547574f667d07fc6b8166f70bd03a46066e2619
7dc3f0b... Rename Mime drivers
1390355... multipart/alternative needs to be viewable in full render mode.
b734831... Multipart/related inline fixes
07d1333... Bug #8062: Fix link parsing
-----------------------------------------------------------------------
commit 7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Mar 10 15:59:41 2009 -0600
Rename Mime drivers
imp/lib/Mime/Viewer/Alternative.php | 96 ++++
imp/lib/Mime/Viewer/Appledouble.php | 112 ++++
imp/lib/Mime/Viewer/Enriched.php | 79 +++
imp/lib/Mime/Viewer/Html.php | 290 +++++++++++
imp/lib/Mime/Viewer/Images.php | 282 ++++++++++
imp/lib/Mime/Viewer/Itip.php | 967 +++++++++++++++++++++++++++++++++++
imp/lib/Mime/Viewer/Mdn.php | 105 ++++
imp/lib/Mime/Viewer/Partial.php | 84 +++
imp/lib/Mime/Viewer/Pdf.php | 131 +++++
imp/lib/Mime/Viewer/Pgp.php | 408 +++++++++++++++
imp/lib/Mime/Viewer/Plain.php | 293 +++++++++++
imp/lib/Mime/Viewer/Related.php | 106 ++++
imp/lib/Mime/Viewer/Smil.php | 58 +++
imp/lib/Mime/Viewer/Smime.php | 331 ++++++++++++
imp/lib/Mime/Viewer/Status.php | 148 ++++++
imp/lib/Mime/Viewer/Tnef.php | 124 +++++
imp/lib/Mime/Viewer/Zip.php | 93 ++++
imp/lib/Mime/Viewer/alternative.php | 96 ----
imp/lib/Mime/Viewer/appledouble.php | 112 ----
imp/lib/Mime/Viewer/enriched.php | 79 ---
imp/lib/Mime/Viewer/html.php | 290 -----------
imp/lib/Mime/Viewer/images.php | 282 ----------
imp/lib/Mime/Viewer/itip.php | 967 -----------------------------------
imp/lib/Mime/Viewer/mdn.php | 105 ----
imp/lib/Mime/Viewer/partial.php | 84 ---
imp/lib/Mime/Viewer/pdf.php | 131 -----
imp/lib/Mime/Viewer/pgp.php | 408 ---------------
imp/lib/Mime/Viewer/plain.php | 293 -----------
imp/lib/Mime/Viewer/related.php | 106 ----
imp/lib/Mime/Viewer/smil.php | 58 ---
imp/lib/Mime/Viewer/smime.php | 331 ------------
imp/lib/Mime/Viewer/status.php | 148 ------
imp/lib/Mime/Viewer/tnef.php | 124 -----
imp/lib/Mime/Viewer/zip.php | 93 ----
34 files changed, 3707 insertions(+), 3707 deletions(-)
create mode 100644 imp/lib/Mime/Viewer/Alternative.php
create mode 100644 imp/lib/Mime/Viewer/Appledouble.php
create mode 100644 imp/lib/Mime/Viewer/Enriched.php
create mode 100644 imp/lib/Mime/Viewer/Html.php
create mode 100644 imp/lib/Mime/Viewer/Images.php
create mode 100644 imp/lib/Mime/Viewer/Itip.php
create mode 100644 imp/lib/Mime/Viewer/Mdn.php
create mode 100644 imp/lib/Mime/Viewer/Partial.php
create mode 100644 imp/lib/Mime/Viewer/Pdf.php
create mode 100644 imp/lib/Mime/Viewer/Pgp.php
create mode 100644 imp/lib/Mime/Viewer/Plain.php
create mode 100644 imp/lib/Mime/Viewer/Related.php
create mode 100644 imp/lib/Mime/Viewer/Smil.php
create mode 100644 imp/lib/Mime/Viewer/Smime.php
create mode 100644 imp/lib/Mime/Viewer/Status.php
create mode 100644 imp/lib/Mime/Viewer/Tnef.php
create mode 100644 imp/lib/Mime/Viewer/Zip.php
delete mode 100644 imp/lib/Mime/Viewer/alternative.php
delete mode 100644 imp/lib/Mime/Viewer/appledouble.php
delete mode 100644 imp/lib/Mime/Viewer/enriched.php
delete mode 100644 imp/lib/Mime/Viewer/html.php
delete mode 100644 imp/lib/Mime/Viewer/images.php
delete mode 100644 imp/lib/Mime/Viewer/itip.php
delete mode 100644 imp/lib/Mime/Viewer/mdn.php
delete mode 100644 imp/lib/Mime/Viewer/partial.php
delete mode 100644 imp/lib/Mime/Viewer/pdf.php
delete mode 100644 imp/lib/Mime/Viewer/pgp.php
delete mode 100644 imp/lib/Mime/Viewer/plain.php
delete mode 100644 imp/lib/Mime/Viewer/related.php
delete mode 100644 imp/lib/Mime/Viewer/smil.php
delete mode 100644 imp/lib/Mime/Viewer/smime.php
delete mode 100644 imp/lib/Mime/Viewer/status.php
delete mode 100644 imp/lib/Mime/Viewer/tnef.php
delete mode 100644 imp/lib/Mime/Viewer/zip.php
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Alternative.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Appledouble.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Enriched.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Html.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Images.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Itip.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Mdn.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Partial.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Pdf.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Pgp.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Plain.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Related.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Smil.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Smime.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Status.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Tnef.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/co.php/imp/lib/Mime/Viewer/Zip.php?rt=horde-hatchery&r=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/alternative.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/appledouble.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/enriched.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/html.php?rt=horde-hatchery&r1=a402ae9c74de4913a5347b5c7074d6e248778f17&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/images.php?rt=horde-hatchery&r1=a402ae9c74de4913a5347b5c7074d6e248778f17&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/itip.php?rt=horde-hatchery&r1=5e5d8c1c6c524926f28c1f553a602e336db9a3f4&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/mdn.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/partial.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/pdf.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/pgp.php?rt=horde-hatchery&r1=a9f5aa9b663ed71a39d84418bac27faaf50e3b98&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/plain.php?rt=horde-hatchery&r1=5173d74baf5280158a52aac690cfd73dbf144775&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/related.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/smil.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/smime.php?rt=horde-hatchery&r1=c79c6dfcd3fe5fefabd73a5eff965823577abe74&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/status.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/tnef.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/zip.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc
-----------------------------------------------------------------------
commit 1390355e84a980ba309632922e65b612ee4d769d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Mar 10 16:22:44 2009 -0600
multipart/alternative needs to be viewable in full render mode.
imp/lib/Mime/Viewer/Alternative.php | 32 ++++++++++++++++++++++++++++----
1 files changed, 28 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Alternative.php?rt=horde-hatchery&r1=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc&r2=1390355e84a980ba309632922e65b612ee4d769d
-----------------------------------------------------------------------
commit b734831540a3a71225675052689ab971683a1200
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Mar 10 16:23:11 2009 -0600
Multipart/related inline fixes
Multipart/related parts should show the base part in the inline screen,
rather than the viewable internal part. We want the link associated with
the inline data to view the full related message, rather than a
particular subpart.
imp/lib/Mime/Viewer/Related.php | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Related.php?rt=horde-hatchery&r1=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc&r2=b734831540a3a71225675052689ab971683a1200
-----------------------------------------------------------------------
commit 07d1333648750a0173727939655e4543727c37c3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Mar 10 16:30:47 2009 -0600
Bug #8062: Fix link parsing
We need to make sure there is a space before target/href or else params
contained in a URL can confuse the regexp if named target or href.
imp/lib/Mime/Viewer/Html.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-hatchery&r1=7dc3f0b944c0bebc4d64f09f749ebf6929f998fc&r2=07d1333648750a0173727939655e4543727c37c3
More information about the commits
mailing list