[commits] Horde branch master updated. c5e890b42f760168f8a43a0d7d9c836082a34b7a

Michael M Slusarz slusarz at horde.org
Thu Feb 11 08:25:15 UTC 2010


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

from: 40693846410743d8636446f8aefe87ff0df7097c

8ed8ab0 This can all be done in one call in PHP 4.3.0+
2d0c2dc Fix undefined error warning.
36e4dd6 Add ability to define filters to use with preg_replace_callback().
ff2e1dc Improvements to the Html2Text filter.
74b2b0f Tweaks to reply quote styling
9326547 Move filter interface into Horde_Text_Filter_Base class.
c5e890b Don't wrap HTML->Text reply data

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

commit 8ed8ab00228de57f5b73cfb624ca8bdfc812047d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Feb 10 11:14:22 2010 -0700

    This can all be done in one call in PHP 4.3.0+

 framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=8ed8ab00228de57f5b73cfb624ca8bdfc812047d

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

commit 2d0c2dc902dfa24fce91ae3f9aced7bdcf1c4550
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Feb 10 11:49:27 2010 -0700

    Fix undefined error warning.

 imp/lib/Compose.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=fdaed514a9f940f7ae5dc42101f9ac81a197263d&r2=2d0c2dc902dfa24fce91ae3f9aced7bdcf1c4550

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

commit 36e4dd6043bac2398564de190ba4a4de9186e8f1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Feb 10 11:59:58 2010 -0700

    Add ability to define filters to use with preg_replace_callback().

 framework/Text_Filter/lib/Horde/Text/Filter.php |    7 +++++++
 framework/Text_Filter/package.xml               |    3 ++-
 2 files changed, 9 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=36e4dd6043bac2398564de190ba4a4de9186e8f1
http://git.horde.org/diff.php/framework/Text_Filter/package.xml?rt=horde-git&r1=504e55792175710c0992a3ae3a5a4b62f43f8356&r2=36e4dd6043bac2398564de190ba4a4de9186e8f1

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

commit ff2e1dc60e9e3f6c4adba4d1fb446b57ccc7a89f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Feb 10 12:20:03 2010 -0700

    Improvements to the Html2Text filter.

 framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php |  155 ++++++-------
 1 files changed, 66 insertions(+), 89 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php?rt=horde-git&r1=8ed8ab00228de57f5b73cfb624ca8bdfc812047d&r2=ff2e1dc60e9e3f6c4adba4d1fb446b57ccc7a89f

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

commit 74b2b0f34af2bfbd30c09d2730cbd4c4721c9666
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Feb 10 12:54:45 2010 -0700

    Tweaks to reply quote styling

 imp/lib/Compose.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=2d0c2dc902dfa24fce91ae3f9aced7bdcf1c4550&r2=74b2b0f34af2bfbd30c09d2730cbd4c4721c9666

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

commit 9326547e493b8025bec6ddd708d2769d9af12167
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Feb 10 13:20:32 2010 -0700

    Move filter interface into Horde_Text_Filter_Base class.

 framework/Text_Filter/lib/Horde/Text/Filter.php                  |   53 +----
 framework/Text_Filter/lib/Horde/Text/Filter/Base.php             |   68 ++++++
 framework/Text_Filter/lib/Horde/Text/Filter/Bbcode.php           |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Cleanascii.php       |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Cleanhtml.php        |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Dimsignature.php     |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Emails.php           |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Emoticons.php        |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Environment.php      |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Highlightquotes.php  |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php        |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/JavascriptMinify.php |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Linkurls.php         |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Simplemarkup.php     |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Space2html.php       |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Tabs2spaces.php      |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php        |    6 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Words.php            |    2 +-
 framework/Text_Filter/lib/Horde/Text/Filter/Xss.php              |    2 +-
 framework/Text_Filter/package.xml                                |    6 +
 framework/Text_Filter_Csstidy/lib/Horde/Text/Filter/Csstidy.php  |    2 +-
 21 files changed, 95 insertions(+), 72 deletions(-)
 create mode 100644 framework/Text_Filter/lib/Horde/Text/Filter/Base.php

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter.php?rt=horde-git&r1=36e4dd6043bac2398564de190ba4a4de9186e8f1&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/co.php/framework/Text_Filter/lib/Horde/Text/Filter/Base.php?rt=horde-git&r=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Bbcode.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Cleanascii.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Cleanhtml.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Dimsignature.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Emails.php?rt=horde-git&r1=e73c134898000aa83c9b5fbf815e9829adcbbd3e&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Emoticons.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Environment.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Highlightquotes.php?rt=horde-git&r1=93f6f0d92be3eb46728fa563082666b399f4e1bb&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php?rt=horde-git&r1=ff2e1dc60e9e3f6c4adba4d1fb446b57ccc7a89f&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/JavascriptMinify.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Linkurls.php?rt=horde-git&r1=ef83c281d859da261f4c2929b92bbc1d41cf583a&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Simplemarkup.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Space2html.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Tabs2spaces.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Text2html.php?rt=horde-git&r1=add5b9f9b63d81d29085a9615c30c4c9b4163e5d&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Words.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Xss.php?rt=horde-git&r1=504e55792175710c0992a3ae3a5a4b62f43f8356&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter/package.xml?rt=horde-git&r1=36e4dd6043bac2398564de190ba4a4de9186e8f1&r2=9326547e493b8025bec6ddd708d2769d9af12167
http://git.horde.org/diff.php/framework/Text_Filter_Csstidy/lib/Horde/Text/Filter/Csstidy.php?rt=horde-git&r1=ba3858bd12afd901328705f7c37d373d72f19afe&r2=9326547e493b8025bec6ddd708d2769d9af12167

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

commit c5e890b42f760168f8a43a0d7d9c836082a34b7a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Feb 10 13:21:22 2010 -0700

    Don't wrap HTML->Text reply data

 imp/compose.php              |    2 +-
 imp/lib/Ajax/Application.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=4500367b43f531420da5c643adc66873073072b9&r2=c5e890b42f760168f8a43a0d7d9c836082a34b7a
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=8dc2a0ef9d76ed3d8ac9b82b88234a06b5a62a38&r2=c5e890b42f760168f8a43a0d7d9c836082a34b7a




More information about the commits mailing list