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