mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
![]() * 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 |
||
---|---|---|
.. | ||
filter.php | ||
filtersettings.php | ||
README.txt |
////////////////////////// // // // Censorship Filter // // // ////////////////////////// This is a very simple Text Filter that searches text being output to the screen, replacing "bad" words with other words. To customise the word list, use the censor settings page in the filters administration page. If no customised list has been provided, a default list specified in the current language pack will be used. Note that the custom list is an alternative to the default list not an addition to it.