aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/reparser
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14925] Set reparser names in service definitionsMatt Friedman2016-12-182-12/+8
| | | | PHPBB3-14925
* [ticket/14895] Use SymfonyIO stylingMatt Friedman2016-12-071-5/+4
| | | | PHPBB3-14895
* [ticket/14895] CLI reparser:list should display proper listMatt Friedman2016-12-071-2/+6
| | | | PHPBB3-14895
* [ticket/14814] Fix reparser cronTristan Darricau2016-11-021-1/+1
| | | | PHPBB3-14814
* [ticket/14569] Extract CLI progress bar creation to a methodMatt Friedman2016-04-121-39/+1
| | | | PHPBB3-14569
* [ticket/14257] Fix CLI reparser and set cron intervalOliver Schramm2015-11-081-17/+14
| | | | PHPBB3-14257
* [ticket/14257] Fix phpdoc in CLI commandOliver Schramm2015-10-261-2/+2
| | | | PHPBB3-14257
* [ticket/14257] Add text_reparser managerOliver Schramm2015-10-261-44/+10
| | | | PHPBB3-14257
* [ticket/14257] Fix lock acquire in CLI commandOliver Schramm2015-10-251-22/+20
| | | | PHPBB3-14257
* [ticket/14257] Add reparse_lock to CLI commandOliver Schramm2015-10-241-16/+34
| | | | PHPBB3-14257
* [ticket/13986] Replaced hardcoded valueJoshyPHP2015-07-171-1/+1
| | | | PHPBB3-13986
* [ticket/13986] Fixed resume data to carry through multiple runsJoshyPHP2015-07-171-2/+2
| | | | | | | Options restored from a previous execution should carry to the next resumed execution PHPBB3-13986
* [ticket/13986] Add --resume option to reparser CLIJoshyPHP2015-07-171-41/+144
| | | | PHPBB3-13986
* Merge pull request #3776 from VSEphpbb/ticket/14033Tristan Darricau2015-07-171-1/+1
|\ | | | | | | [ticket/14033] Fix errors in docblocks
| * [ticket/14033] Fix errors in docblocksMatt Friedman2015-07-161-1/+1
| | | | | | | | PHPBB3-14033
* | [ticket/14034] Fix reparser names that contain "text_reparser" in the middleJoshyPHP2015-07-172-4/+4
|/ | | | PHPBB3-14034
* [ticket/13987] Replaced optional parameter with explicit APIJoshyPHP2015-07-061-5/+12
| | | | | | Added disable_save() and enable_save() to toggle a dry run PHPBB3-13987
* [ticket/13987] Add --dry-run option to reparser CLIJoshyPHP2015-07-061-4/+11
| | | | PHPBB3-13987
* [ticket/13891] Fix CSTristan Darricau2015-07-021-1/+1
| | | | PHPBB3-13891
* [ticket/13891] Handle verbosityTristan Darricau2015-07-021-6/+20
| | | | PHPBB3-13891
* [ticket/13891] Added elapsed/estimated time and memory to the progress barJoshyPHP2015-07-021-3/+3
| | | | | | Also fixed some extra whitespace. PHPBB3-13891
* [ticket/13891] Use the SymfonyStyle in the reparse commandTristan Darricau2015-07-011-5/+34
| | | | PHPBB3-13891
* [ticket/13891] Updated range descriptionJoshyPHP2015-06-301-6/+6
| | | | | | Does not count #0 as a potential record PHPBB3-13891
* [ticket/13891] Added a progress barJoshyPHP2015-06-301-6/+20
| | | | PHPBB3-13891
* [ticket/13891] Added command-line optionsJoshyPHP2015-06-301-9/+34
| | | | PHPBB3-13891
* [ticket/13891] Replaced ContainerBuilder with service_collectionJoshyPHP2015-06-302-12/+11
| | | | PHPBB3-13891
* [ticket/13891] Added reparser:list and reparser:reparse to CLIJoshyPHP2015-06-302-0/+176
PHPBB3-13891