aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textreparser/row_based_plugin.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14264] Don't use constants as return valuesOliver Schramm2015-11-031-11/+11
| | | | | | | This will prevent BC breaking in the future if we decide to get rid of constants. PHPBB3-14264
* [ticket/13803] Renamed methodsJoshyPHP2015-05-301-3/+4
| | | | PHPBB3-13803
* [ticket/13803] Added get_max_id() testsJoshyPHP2015-05-301-1/+1
| | | | PHPBB3-13803
* [ticket/13803] Moved the add_missing_fields() call to the base classJoshyPHP2015-05-301-4/+1
| | | | PHPBB3-13803
* [ticket/13803] Added pm_text testsJoshyPHP2015-05-301-32/+0
| | | | PHPBB3-13803
* [ticket/13803] Added methods to detect whether a given feature is in useJoshyPHP2015-05-301-2/+11
| | | | | | | They test whether a given BBCode was enabled and has been used in a text, or smilies, or magic URLs. PHPBB3-13803
* [ticket/13803] Refactored testJoshyPHP2015-05-301-2/+2
| | | | PHPBB3-13803
* [ticket/13803] Added tests, fixed param order in generate_text_for_storage()JoshyPHP2015-05-301-10/+24
| | | | PHPBB3-13803
* [ticket/13803] Added pluginsJoshyPHP2015-05-301-0/+128
PHPBB3-13803