aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_reparser
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-095-5/+5
| | | | PHPBB3-14948
* [ticket/15512] Avoid reparsing non-existent pollsJoshyPHP2018-01-121-0/+11
| | | | PHPBB3-15512
* [ticket/15464] Detect BBCodes in uppercase when reparsingJoshyPHP2017-11-232-0/+23
| | | | PHPBB3-15464
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-314-8/+4
| | | | PHPBB3-14576
* [ticket/14381] Set the mode in message parser to "reparse"JoshyPHP2016-03-242-0/+89
| | | | | | | | 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
* Merge pull request #4005 from Elsensee/ticket/14257Tristan Darricau2015-12-052-0/+124
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14257] Reparse after update * Elsensee/ticket/14257: [ticket/14257] Add tests for reparser manager [ticket/14257] Fix CLI reparser and set cron interval [ticket/14257] Fix CLI error message [ticket/14257] Fix phpdoc in CLI command [ticket/14257] Add text_reparser manager [ticket/14257] Use migrations instead of cron job for some reparsers [ticket/14257] Fix lock acquire in CLI command [ticket/14257] Fix if condition [ticket/14257] Add reparse_lock to CLI command [ticket/14257] Add cron tasks for reparsing text
| * [ticket/14257] Add tests for reparser managerOliver Schramm2015-11-212-0/+124
| | | | | | | | PHPBB3-14257
* | [ticket/14264] Fix tests calling removed methodOliver Schramm2015-11-051-1/+6
| | | | | | | | PHPBB3-14264
* | [ticket/14264] Fix textreparser testsOliver Schramm2015-11-037-7/+7
|/ | | | PHPBB3-14264
* [ticket/13987] Replaced optional parameter with explicit APIJoshyPHP2015-07-063-3/+8
| | | | | | Added disable_save() and enable_save() to toggle a dry run PHPBB3-13987
* [ticket/13987] Add --dry-run option to reparser CLIJoshyPHP2015-07-063-31/+73
| | | | PHPBB3-13987
* [ticket/13990] Reparse markup inside of forum rules/descriptionJoshyPHP2015-07-065-10/+137
| | | | PHPBB3-13990
* [ticket/13803] Moved tests to a subdirJoshyPHP2015-05-3018-9/+9
| | | | PHPBB3-13803
* [ticket/13803] Added contact_admin_info testsJoshyPHP2015-05-302-0/+104
| | | | PHPBB3-13803
* [ticket/13803] Rewrote the poll_option pluginJoshyPHP2015-05-302-31/+100
| | | | | | As it turns out, poll_option_id is not a primary key. PHPBB3-13803
* [ticket/13803] Added get_max_id() testsJoshyPHP2015-05-301-0/+6
| | | | PHPBB3-13803
* [ticket/13803] Added poll_option testsJoshyPHP2015-05-302-0/+104
| | | | PHPBB3-13803
* [ticket/13803] Added poll_title testsJoshyPHP2015-05-302-0/+94
| | | | PHPBB3-13803
* [ticket/13803] Added group_description testsJoshyPHP2015-05-302-0/+95
| | | | PHPBB3-13803
* [ticket/13803] Added user_signature testsJoshyPHP2015-05-307-4/+123
| | | | PHPBB3-13803
* [ticket/13803] Sort test rows in SQL to match the expected resultJoshyPHP2015-05-301-1/+2
| | | | PHPBB3-13803
* [ticket/13803] Added testsJoshyPHP2015-05-303-0/+143
| | | | PHPBB3-13803
* [ticket/13803] Added testsJoshyPHP2015-05-303-6/+106
| | | | PHPBB3-13803
* [ticket/13803] Added pm_text testsJoshyPHP2015-05-302-0/+99
| | | | PHPBB3-13803
* [ticket/13803] Refactored testJoshyPHP2015-05-303-73/+98
| | | | PHPBB3-13803
* [ticket/13803] Added tests, fixed param order in generate_text_for_storage()JoshyPHP2015-05-302-7/+73
| | | | PHPBB3-13803
* [ticket/13803] Added pluginsJoshyPHP2015-05-301-1/+1
| | | | PHPBB3-13803
* [ticket/13803] Hyphenated class namesJoshyPHP2015-05-301-2/+2
| | | | PHPBB3-13803
* [ticket/13803] WIP implementationJoshyPHP2015-05-302-0/+86
PHPBB3-13803