[commits] Horde branch master updated. 1b6d96ff95dbcc6009d4b5fe0d152e3b80880211

Michael M Slusarz slusarz at horde.org
Fri Jul 23 18:59:43 UTC 2010


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

from: b077e75cf250faa5be9fdda55431621709b71508

b524c48 Fix parsing mailto: URLs in HTML viewer
15a4bac Allow Xss filter to return a DOMDocument object.
dd5faae Remove unneeded comment.
1b6d96f Horde_Mime_Viewer HTML viewer now uses DOM parsing.

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

commit b524c489fd3eee15e5c1a7fd8c301a8e0c96a5e2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 09:58:23 2010 -0600

    Fix parsing mailto: URLs in HTML viewer

 imp/lib/IMP.php              |   23 ++++++++++++++++-------
 imp/lib/Mime/Viewer/Html.php |    5 +++--
 2 files changed, 19 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=442b22a378aabaa70d44ec30ec2b33ee0785e0a2&r2=b524c489fd3eee15e5c1a7fd8c301a8e0c96a5e2
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=b077e75cf250faa5be9fdda55431621709b71508&r2=b524c489fd3eee15e5c1a7fd8c301a8e0c96a5e2

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

commit 15a4bac530af50296f53dfdd73c52c476882de10
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 10:08:17 2010 -0600

    Allow Xss filter to return a DOMDocument object.

 framework/Text_Filter/lib/Horde/Text/Filter/Xss.php |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Xss.php?rt=horde-git&r1=4bb6919a96ef42eb0c048bc5ae4548bda7e7ddcb&r2=15a4bac530af50296f53dfdd73c52c476882de10

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

commit dd5faae5171825818bf591ce5d5a5f5b3466e8aa
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 10:43:22 2010 -0600

    Remove unneeded comment.

 framework/Text_Filter/lib/Horde/Text/Filter/Xss.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Xss.php?rt=horde-git&r1=15a4bac530af50296f53dfdd73c52c476882de10&r2=dd5faae5171825818bf591ce5d5a5f5b3466e8aa

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

commit 1b6d96ff95dbcc6009d4b5fe0d152e3b80880211
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 23 11:49:23 2010 -0600

    Horde_Mime_Viewer HTML viewer now uses DOM parsing.
    
    Additionally, refactor driver so that it (and things like the IMP
    extended driver) can reuse the DOMDocument object so that the HTML data
    does not need to be continually reparsed.

 framework/Mime/lib/Horde/Mime/Viewer/Html.php |  259 ++++++++++++++-----------
 imp/lib/Mime/Viewer/Html.php                  |  207 +++++++++-----------
 imp/lib/tests/mime_viewer_html.phpt           |   45 ++++-
 3 files changed, 277 insertions(+), 234 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Viewer/Html.php?rt=horde-git&r1=4bb6919a96ef42eb0c048bc5ae4548bda7e7ddcb&r2=1b6d96ff95dbcc6009d4b5fe0d152e3b80880211
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=b524c489fd3eee15e5c1a7fd8c301a8e0c96a5e2&r2=1b6d96ff95dbcc6009d4b5fe0d152e3b80880211
http://git.horde.org/diff.php/imp/lib/tests/mime_viewer_html.phpt?rt=horde-git&r1=b077e75cf250faa5be9fdda55431621709b71508&r2=1b6d96ff95dbcc6009d4b5fe0d152e3b80880211




More information about the commits mailing list