aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14039] Revamp updaterMate Bartus2015-10-173-5/+15
| | | | PHPBB3-14039
* Merge pull request #3857 from Nicofuma/ticket/14124Marc Alexander2015-10-071-4/+3
|\ | | | | | | [ticket/14124] Automatically translate exceptions in CLI
| * [ticket/14124] Migrate cron:run exceptionsTristan Darricau2015-08-251-4/+3
| | | | | | | | PHPBB3-14124
* | [ticket/14162] Add CLI command db:listZoddo2015-09-201-0/+73
| | | | | | | | | | | | | | | | | | This command lists all installed and uninstalled migrations. Note: The class is named `list_command`, because `list` is a reserved word and can't be used as class name in PHP. PHPBB3-14162
* | [ticket/14162] Add CLI command db:revertZoddo2015-09-203-35/+141
| | | | | | | | | | | | This command allow to revert a migration from the CLI PHPBB3-14162
* | Merge branch '3.1.x'Tristan Darricau2015-09-021-0/+1
|\ \ | |/ |/| | | | | | | | | * 3.1.x: [ticket/14123] Fix typo [ticket/14123] Remove redundant help messages [ticket/14123] Add descriptive help to the CLI help output
| * [ticket/14123] Remove redundant help messagesMatt Friedman2015-08-2814-14/+0
| | | | | | | | PHPBB3-14123
| * [ticket/14123] Add descriptive help to the CLI help outputMatt Friedman2015-08-2315-0/+15
| | | | | | | | PHPBB3-14123
* | Merge remote-tracking branch 'Nicofuma/ticket/12692'Marc Alexander2015-08-073-0/+454
|\ \
| * | [ticket/12692] Fix tests and update styleTristan Darricau2015-08-063-46/+86
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Cleanup language fileTristan Darricau2015-07-093-8/+8
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Fix languages filesTristan Darricau2015-07-092-4/+2
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Add outputTristan Darricau2015-07-093-0/+63
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Move the language strings to cli.phpTristan Darricau2015-07-093-32/+17
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Update the database regularlyTristan Darricau2015-07-092-8/+42
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Cast the ids to intTristan Darricau2015-07-091-1/+1
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Remove a not and swap the blocks in the corresponding ifTristan Darricau2015-07-091-4/+4
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Update commentsTristan Darricau2015-07-091-1/+1
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Fix coding styleTristan Darricau2015-07-092-2/+2
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Use strict comparison in thumbnail:recreateTristan Darricau2015-07-091-1/+1
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Use !empty() instead of sizeof()Tristan Darricau2015-07-092-2/+2
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Update doc blocksTristan Darricau2015-07-093-1/+7
| | | | | | | | | | | | PHPBB3-12692
| * | [ticket/12692] Add a console command to manage the thumbnailsTristan Darricau2015-07-093-0/+328
| | | | | | | | | | | | PHPBB3-12692
* | | [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
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-2/+6
|/ | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* [ticket/13211] Move console migrator output handler back to console folderMarc Alexander2014-10-252-1/+70
| | | | PHPBB3-13211
* [ticket/13211] Also use log wrapper output handler for console migrationsMarc Alexander2014-10-251-2/+6
| | | | PHPBB3-13211
* [ticket/13211] Move console migrator output handler to db folderMarc Alexander2014-10-242-70/+1
| | | | PHPBB3-13211
* [ticket/13126] Add missing use statementTristan Darricau2014-10-221-0/+1
| | | | PHPBB3-13126
* [ticket/13126] Fix testsTristan Darricau2014-10-201-1/+0
| | | | PHPBB3-13126
* [ticket/13126] Change messages verbosity levelsTristan Darricau2014-10-201-1/+1
| | | | PHPBB3-13126
* [ticket/13126] Move migrator_output_handler to an interfaceTristan Darricau2014-10-201-7/+4
| | | | PHPBB3-13126
* [ticket/13126] Extends migrator_output_handler instead of using a closureTristan Darricau2014-10-162-23/+73
| | | | PHPBB3-13126
* [ticket/13126] Improve the feedback when running the migrationsTristan Darricau2014-10-141-32/+24
| | | | PHPBB3-13126