aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textreparser/base.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15464] Detect BBCodes in uppercase when reparsingJoshyPHP2017-11-231-2/+2
| | | | PHPBB3-15464
* [ticket/14925] Prefix modes from reparser with text_reparserMatt Friedman2016-12-181-1/+1
| | | PHPBB3-14925
* [ticket/14925] Set reparser names in service definitionsMatt Friedman2016-12-181-1/+26
| | | | PHPBB3-14925
* [ticket/14381] Set the mode in message parser to "reparse"JoshyPHP2016-03-241-1/+2
| | | | | | | | The default mode is "post". By setting it to something else, all limits pertaining to posts (min/max length, etc...) should be disabled. PHPBB3-14381
* [ticket/13987] Replaced optional parameter with explicit APIJoshyPHP2015-07-061-6/+26
| | | | | | Added disable_save() and enable_save() to toggle a dry run PHPBB3-13987
* [ticket/13987] Add --dry-run option to reparser CLIJoshyPHP2015-07-061-6/+7
| | | | PHPBB3-13987
* [ticket/13990] Reparse markup inside of forum rules/descriptionJoshyPHP2015-07-061-7/+18
| | | | PHPBB3-13990
* [ticket/13803] Use accurate flags for generate_text_for_edit()JoshyPHP2015-05-301-5/+5
| | | | PHPBB3-13803
* [ticket/13803] Renamed varJoshyPHP2015-05-301-4/+4
| | | | PHPBB3-13803
* [ticket/13803] Renamed methodsJoshyPHP2015-05-301-3/+3
| | | | PHPBB3-13803
* [ticket/13803] Moved the add_missing_fields() call to the base classJoshyPHP2015-05-301-0/+1
| | | | PHPBB3-13803
* [ticket/13803] Reordered methods [ci skip]JoshyPHP2015-05-301-5/+5
| | | | PHPBB3-13803
* [ticket/13803] Added testsJoshyPHP2015-05-301-7/+43
| | | | PHPBB3-13803
* [ticket/13803] Added pm_text testsJoshyPHP2015-05-301-1/+37
| | | | PHPBB3-13803
* [ticket/13803] Added methods to detect whether a given feature is in useJoshyPHP2015-05-301-0/+56
| | | | | | | They test whether a given BBCode was enabled and has been used in a text, or smilies, or magic URLs. PHPBB3-13803
* [ticket/13803] Added tests, fixed param order in generate_text_for_storage()JoshyPHP2015-05-301-2/+2
| | | | PHPBB3-13803
* [ticket/13803] Added pluginsJoshyPHP2015-05-301-15/+0
| | | | PHPBB3-13803
* [ticket/13803] WIP implementationJoshyPHP2015-05-301-0/+97
PHPBB3-13803