Commit graph

5 commits

Author SHA1 Message Date
Petr Skoda
4317f92f3f MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 12:51:40 +00:00
tjhunt
ccc161f8f0 filters: MDL-7336 change weblib to use the new code
* Rename filter base class from filter_base to moodle_text_filter
* Remove unnecessary explicit constructors in moodle_text_filter
subclasses
* New filter_manager class, rather than static methods in filter_base
* Move some logic out of weblib, and into filter_manager
* Count filtering ops when $CFG->perfdebug on, via
performance_measuring_filter_manager
* Kill unused filter_string function. Petr said it should have been
private to weblib
2009-04-13 06:56:32 +00:00
dongsheng
9e3f34d1c7 "FILTER/MDL-14582, filters 2.0, compatible with old filters" 2008-12-19 02:16:00 +00:00
nicolasconnault
7cff0caeda MDL-9147 2007-04-03 08:43:30 +00:00
moodler
e5912bca11 Tidy filter from Hannes Gassert <hannes at mediagonal dot ch>
If you have Tidy installed as part of your PHP, you can use this
filter to convert all user text into XHTML on the fly.
2004-09-23 12:33:14 +00:00