Revisions for framework/Text_Filter/Filter.php

Location: [ Horde ] / framework / Text_Filter / Filter.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.28 (+3 -8 lines) 08/20/2008 01:49 AM Michael M Slusarz slusarz

Various documentation fixes and code cleanups.

1.15.2.12 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:30 AM Jan Schneider jan

Happy New Year

Tags: HORDE_3_3, HORDE_3_3_RC1, HORDE_3_2_2, HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4, HORDE_3_2_RC3, HORDE_3_2_RC2

1.27 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

1.15.2.11 FRAMEWORK_3 (+12 -13 lines) 12/20/2007 08:49 AM Jan Schneider jan

Merge from HEAD.

1.15.2.10 FRAMEWORK_3 (+3 -3 lines) 01/02/2007 08:54 AM Jan Schneider jan

Happy New Year

Tags: HORDE_3_1_9, HORDE_3_1_8, HORDE_3_1_7, HORDE_3_1_6, HORDE_3_1_5, HORDE_3_1_4, HORDE_3_1_4_RC1

1.26 (+2 -2 lines) 01/02/2007 07:47 AM Jan Schneider jan

Happy New Year

Tags: BEFORE_MERGE_3_2, HORDE_3_2_RC1, HORDE_3_2_ALPHA

1.25 (+2 -3 lines) 01/01/2007 07:40 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.24 (+3 -3 lines) 12/30/2006 03:24 PM Jan Schneider jan

Standardize copyright wrapping and spacing.

1.15.2.9 FRAMEWORK_3 (+2 -40 lines) 05/11/2006 03:49 PM Chuck Hagenbuch chuck

MFH: remove Text_Filter::singleton

Tags: HORDE_3_1_3, HORDE_3_1_2

1.23 (+10 -48 lines) 05/11/2006 03:48 PM Chuck Hagenbuch chuck

- Text_Filter objects are not heavy and using singletons for them
probably wastes more memory than it saves processing time.
- rework factory() to only include files when needed and not silence includes.

1.15.2.8 FRAMEWORK_3 (+2 -2 lines) 04/05/2006 04:49 PM Chuck Hagenbuch chuck

MFH 1.22

1.22 (+2 -2 lines) 04/05/2006 04:46 PM Chuck Hagenbuch chuck

We don't require parameters to be passed when using one filter; don't
require them for multiple filters either.

1.15.2.7 FRAMEWORK_3 (+3 -3 lines) 01/01/2006 04:28 PM Jan Schneider jan

Happy new year

Tags: HORDE_3_1_1, HORDE_3_1, HORDE_3_1_RC3, HORDE_3_1_RC2, HORDE_3_1_RC1

1.21 (+3 -3 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

1.15.2.6 FRAMEWORK_3 (+6 -3 lines) 11/07/2005 04:49 AM Jan Schneider jan

MFH: Fixes for reference warnings with PHP 5.1.

1.20 (+6 -3 lines) 11/07/2005 12:50 AM Chuck Hagenbuch chuck

Fixes for reference warnings with PHP 5.1. If someone could merge
these it'd be appreciated, I'm not up to it right now and will be
swamped come morning.

1.15.2.5 FRAMEWORK_3 (+1 -1 lines) 10/18/2005 07:01 AM Jan Schneider jan

Merged from HEAD.

1.15.2.4 FRAMEWORK_3 (+1 -3 lines) 07/03/2005 01:14 AM Matt Selsky selsky

MFH: Remove "@access public" and fix formatting.

Tags: HORDE_3_0_12, HORDE_3_0_11, HORDE_3_0_10, HORDE_3_0_9, HORDE_3_0_8, HORDE_3_0_7, HORDE_3_0_6, HORDE_3_0_6_RC1, HORDE_3_0_5, HORDE_3_0_5_RC2, HORDE_3_0_5_RC1

1.19 (+1 -3 lines) 07/03/2005 01:10 AM Matt Selsky selsky

Remove "@access public" and fix formatting.

Tags: BEFORE_MERGE_3_1

1.15.2.3 FRAMEWORK_3 (+2 -2 lines) 06/23/2005 03:57 PM Matt Selsky selsky

MFH: Clean up phpdoc

1.18 (+2 -2 lines) 06/23/2005 03:40 PM Matt Selsky selsky

Clean up phpdoc

1.15.2.2 FRAMEWORK_3 (+3 -3 lines) 01/11/2005 03:44 PM Chuck Hagenbuch chuck

MFH: explicit includes

Tags: HORDE_3_0_4, HORDE_3_0_4_RC2, HORDE_3_0_4_RC1, HORDE_3_0_3, HORDE_3_0_3_RC1

1.17 (+3 -3 lines) 01/11/2005 03:36 PM Chuck Hagenbuch chuck

Cleanup and inclusion clarity for Text_Filter

1.16 (+2 -2 lines) 01/03/2005 08:09 AM Jan Schneider jan

Happy New Year

1.15.2.1 FRAMEWORK_3 (+4 -4 lines) 01/03/2005 07:19 AM Jan Schneider jan

Happy New Year

Tags: HORDE_3_0_2, HORDE_3_0_1

1.15 (+3 -2 lines) 12/22/2004 03:08 AM Michael M Slusarz slusarz

We need another level between NOHTML and Micro HTML for filtering for the
case where we want to link URLs but *not* emails.  This is useful anytime
we are filtering text that will eventually be used outside of the Horde
framework (since linked emails may point to internal javascript calls that
are worthless outside of the framework).

Tags: FRAMEWORK_3, HORDE_3_0

1.14 (+9 -2 lines) 10/15/2004 07:04 AM Jan Schneider jan

Define TEXT_HTML_* constants in Filter.php because we need them for setting up
the text2html filter, but the filter class only gets call when the filter is
run.
Set default callback to Horde::getExternalUrl(). Not nice but saves us a lot
of parameters.

Tags: HORDE_3_0_RC3

1.13 (+3 -2 lines) 10/07/2004 07:08 AM Jan Schneider jan

Include PEAR.php.

1.12 (+5 -2 lines) 10/06/2004 08:38 AM Jan Schneider jan

Return error message if filter object is a PEAR_Error.

1.11 (+15 -11 lines) 10/05/2004 10:13 PM Chuck Hagenbuch chuck

- tabs2spaces now uses smarterExpandTabs() code, updated for new
filter structure as tabs2spaces filter.
- use tabs2spaces filter in IMP viewer
- more whitespace/wrapping/trailing newlines.

1.10 (+12 -12 lines) 10/05/2004 08:31 AM Jan Schneider jan

Move preProcess() before getPatters() to easier follow the logic flow.

1.9 (+3 -3 lines) 10/05/2004 07:17 AM Jan Schneider jan

Merge, don't replace parameters.

1.8 (+4 -4 lines) 10/01/2004 01:37 AM Michael M Slusarz slusarz

A bunch of changes to make the html2text code actually work.

1.7 (+161 -20 lines) 09/30/2004 05:29 PM Jan Schneider jan

Implement factory/singleton for Filters and stackable filter objects.
Move HTMLConverter to html2text filter.

1.6 (+3 -3 lines) 01/01/2004 10:14 AM Jan Schneider jan

Happy new year everyone.

Tags: HORDE_3_0_ALPHA

1.5 (+5 -5 lines) 11/11/2003 10:06 AM Chuck Hagenbuch chuck

tabs to spaces

1.4 (+14 -10 lines) 11/11/2003 08:44 AM mdjukic

fix warnings when missing indexes

1.3 (+29 -3 lines) 10/23/2003 10:45 PM Chuck Hagenbuch chuck

Flesh out the Text_Filter implementation a bit, add a base filter() method that
can be used by subclasses, and use getPatterns() more consistently.

1.2 (+3 -777 lines) 08/22/2003 02:49 PM Chuck Hagenbuch chuck

alright, it's not stackable filters yet, but here's an update that at least
puts the right hierachy in place and fixes up a few paths/method names/etc.

1.1 08/21/2003 05:12 PM Chuck Hagenbuch chuck

a few stubs/new files for text filters. only committing this so that I can work on it
from home later - no actual code here.