aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/reparser
Commit message (Collapse)AuthorAgeFilesLines
* [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