Commit graph

6 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
tjhunt
d57f347420 filters: MDL-7336 ->formatstring is not mentioned anywhere else in the code, so remove. 2009-04-13 06:54:57 +00:00
dongsheng
9e3f34d1c7 "FILTER/MDL-14582, filters 2.0, compatible with old filters" 2008-12-19 02:16:00 +00:00
skodak
c543cfe15f More multilang support for site fullname, plus a couple extra comments. merged from MOODLE_18_STABLE 2007-03-30 21:10:15 +00:00
moodler
e3f19cb089 New filter for Email protection ... filters all email addresses in Moodle
text and obfuscates them from spammer's robotic eyes

Thanks Mike Churchward!  http://moodle.org/mod/forum/discuss.php?d=11302
2004-09-02 04:14:06 +00:00