Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15512] Avoid reparsing non-existent polls | JoshyPHP | 2018-01-12 | 1 | -1/+1 |
| | | | | PHPBB3-15512 | ||||
* | [ticket/15464] Detect BBCodes in uppercase when reparsing | JoshyPHP | 2017-11-23 | 1 | -2/+2 |
| | | | | PHPBB3-15464 | ||||
* | [ticket/14925] Prefix modes from reparser with text_reparser | Matt Friedman | 2016-12-18 | 1 | -1/+1 |
| | | | PHPBB3-14925 | ||||
* | [ticket/14925] Set reparser names in service definitions | Matt Friedman | 2016-12-18 | 3 | -1/+60 |
| | | | | PHPBB3-14925 | ||||
* | [ticket/14381] Set the mode in message parser to "reparse" | JoshyPHP | 2016-03-24 | 1 | -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 | ||||
* | Merge pull request #4005 from Elsensee/ticket/14257 | Tristan Darricau | 2015-12-05 | 1 | -0/+128 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Fix CLI reparser and set cron interval | Oliver Schramm | 2015-11-08 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-14257 | ||||
| * | [ticket/14257] Add text_reparser manager | Oliver Schramm | 2015-10-26 | 1 | -0/+128 |
| | | | | | | | | PHPBB3-14257 | ||||
* | | [ticket/14264] Don't use constants as return values | Oliver Schramm | 2015-11-03 | 8 | -67/+11 |
|/ | | | | | | | This will prevent BC breaking in the future if we decide to get rid of constants. PHPBB3-14264 | ||||
* | [ticket/13987] Replaced optional parameter with explicit API | JoshyPHP | 2015-07-06 | 2 | -10/+29 |
| | | | | | | Added disable_save() and enable_save() to toggle a dry run PHPBB3-13987 | ||||
* | [ticket/13987] Add --dry-run option to reparser CLI | JoshyPHP | 2015-07-06 | 2 | -9/+11 |
| | | | | PHPBB3-13987 | ||||
* | [ticket/13990] Reparse markup inside of forum rules/description | JoshyPHP | 2015-07-06 | 6 | -9/+23 |
| | | | | PHPBB3-13990 | ||||
* | [ticket/13803] Use accurate flags for generate_text_for_edit() | JoshyPHP | 2015-05-30 | 1 | -5/+5 |
| | | | | PHPBB3-13803 | ||||
* | [ticket/13803] Renamed var | JoshyPHP | 2015-05-30 | 1 | -4/+4 |
| | | | | PHPBB3-13803 | ||||
* | [ticket/13803] Fixed method name | JoshyPHP | 2015-05-30 | 1 | -1/+1 |
| | | | | PHPBB3-13803 | ||||
* | [ticket/13803] Renamed methods | JoshyPHP | 2015-05-30 | 5 | -10/+11 |
| | | | | PHPBB3-13803 | ||||
* | [ticket/13803] Added contact_admin_info tests | JoshyPHP | 2015-05-30 | 1 | -2/+2 |
| | | | | PHPBB3-13803 | ||||
* | [ticket/13803] Rewrote the poll_option plugin | JoshyPHP | 2015-05-30 | 1 | -12/+36 |
| | | | | | | As it turns out, poll_option_id is not a primary key. PHPBB3-13803 | ||||
* | [ticket/13803] Added get_max_id() tests | JoshyPHP | 2015-05-30 | 1 | -1/+1 |
| | | | | PHPBB3-13803 | ||||
* | [ticket/13803] Moved the add_missing_fields() call to the base class | JoshyPHP | 2015-05-30 | 2 | -4/+2 |
| | | | | PHPBB3-13803 | ||||
* | [ticket/13803] Added user_signature tests | JoshyPHP | 2015-05-30 | 1 | -12/+15 |
| | | | | PHPBB3-13803 | ||||
* | [ticket/13803] Reordered methods [ci skip] | JoshyPHP | 2015-05-30 | 1 | -5/+5 |
| | | | | PHPBB3-13803 | ||||
* | [ticket/13803] Added tests | JoshyPHP | 2015-05-30 | 1 | -7/+43 |
| | | | | PHPBB3-13803 | ||||
* | [ticket/13803] Added pm_text tests | JoshyPHP | 2015-05-30 | 2 | -33/+37 |
| | | | | PHPBB3-13803 | ||||
* | [ticket/13803] Added methods to detect whether a given feature is in use | JoshyPHP | 2015-05-30 | 2 | -2/+67 |
| | | | | | | | 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 test | JoshyPHP | 2015-05-30 | 9 | -18/+18 |
| | | | | PHPBB3-13803 | ||||
* | [ticket/13803] Added tests, fixed param order in generate_text_for_storage() | JoshyPHP | 2015-05-30 | 3 | -15/+62 |
| | | | | PHPBB3-13803 | ||||
* | [ticket/13803] Added plugins | JoshyPHP | 2015-05-30 | 16 | -316/+525 |
| | | | | PHPBB3-13803 | ||||
* | [ticket/13803] Hyphenated class names | JoshyPHP | 2015-05-30 | 5 | -5/+5 |
| | | | | PHPBB3-13803 | ||||
* | [ticket/13803] WIP implementation | JoshyPHP | 2015-05-30 | 7 | -0/+430 |
PHPBB3-13803 |