aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command
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
* [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
* [ticket/12368] Always clean the cache prior to run the migrationsTristan Darricau2014-10-051-0/+2
| | | | PHPBB3-12368
* [ticket/12657] Add a test file for base caseLEZY Thomas2014-09-191-2/+2
| | | | PHPBB3-12657
* [ticket/12963] Revert back to "migrations" folder name for extensionsJoas Schilling2014-09-181-8/+0
| | | | | | The issues that can be created with the name change are just too much PHPBB3-12963
* [ticket/12963] Edit deprecation messageTristan Darricau2014-09-161-1/+1
| | | | PHPBB3-12963
* [ticket/12963] Load extensions migrations from /migrationTristan Darricau2014-09-101-0/+9
| | | | PHPBB3-12963
* [ticket/13003] Add missing language keysMario Skouat2014-08-211-4/+4
| | | | PHPBB3-13003
* Merge pull request #2793 from n-aleha/ticket/12909Andreas Fischer2014-08-031-2/+2
|\ | | | | | | | | | | | | [ticket/12909] Use correct lang vars in cli extension enable * n-aleha/ticket/12909: [ticket/12909] Use correct lang vars in cli extension enable
| * [ticket/12909] Use correct lang vars in cli extension enablen-aleha2014-08-031-2/+2
| | | | | | | | PHPBB3-12909
* | [ticket/12908] Fix operator typo in increment.phpn-aleha2014-08-031-1/+1
|/ | | | PHPBB3-12908
* Merge pull request #2780 from Nicofuma/ticket/12870Andreas Fischer2014-07-281-0/+2
|\ | | | | | | | | | | | | | | | | | | [ticket/12870] phpbbcli.php db:migrate can not update from 3.0.12 to 3.1 * Nicofuma/ticket/12870: [ticket/12870] Add doc block [ticket/12870] Create the migrations table with a method in the migrator [ticket/12870] Add $config['version'] in phpbb_extension_manager_test [ticket/12870] Create the migrations table in db:migrate
| * [ticket/12870] Create the migrations table with a method in the migratorTristan Darricau2014-07-271-25/+2
| | | | | | | | PHPBB3-12870
| * [ticket/12870] Create the migrations table in db:migrateTristan Darricau2014-07-261-1/+26
| | | | | | | | PHPBB3-12870
* | [ticket/12656] Fix typoDhruv2014-07-241-1/+1
| | | | | | | | PHPBB3-12656
* | [ticket/12656] Use lang keys for all CLI stringsDhruv2014-07-2310-31/+31
| | | | | | | | PHPBB3-12656
* | [ticket/12656] Use lang keys for CLI command descriptionsDhruv2014-07-2313-13/+13
|/ | | | PHPBB3-12656
* [ticket/12656] Pass user object into all console commands.Andreas Fischer2014-07-179-35/+32
| | | | PHPBB3-12656
* Merge pull request #2669 from Nicofuma/ticket/12777Joas Schilling2014-06-293-3/+3
|\ | | | | | | | | | | | | | | | | | | | | [ticket/12777] Rename extension status functions and add is_configured() * Nicofuma/ticket/12777: [ticket/12777] Add tests for unavailable extension [ticket/12777] Add tests [ticket/12777] Add is_purged() [ticket/12777] Update doc block of is_configured() [ticket/12777] Rename extension status functions and add is_configured()
| * [ticket/12777] Rename extension status functions and add is_configured()Tristan Darricau2014-06-273-3/+3
| | | | | | | | PHPBB3-12777
* | [ticket/12773] Fix language variable name in cli extension enable commandn-aleha2014-06-261-1/+1
|/ | | | PHPBB3-12773
* [ticket/12723] Add Sniff ensuring PHP files use the correct file headerTristan Darricau2014-06-221-1/+1
| | | | PHPBB3-12723
* [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacyTristan Darricau2014-06-161-1/+1
| | | | PHPBB3-12721
* [ticket/12715] Update console command cron:* commentsTristan Darricau2014-06-152-4/+28
| | | | PHPBB3-12715
* [ticket/12715] Update console command config:* commentsTristan Darricau2014-06-155-1/+71
| | | | PHPBB3-12715
* [ticket/12715] Update console command cache:purge commentsTristan Darricau2014-06-151-0/+23
| | | | PHPBB3-12715
* [ticket/12508] Ignore extensions in migration_tips dev toolJoas Schilling2014-06-101-0/+1
| | | | PHPBB3-12508
* [ticket/12664] Refactor develop/migration_tips.php into a console command.Andreas Fischer2014-06-101-0/+63
| | | | PHPBB3-12664
* Merge pull request #2543 from Nicofuma/ticket/12655Andreas Fischer2014-06-062-2/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12655] Run phpbbcli as a shell when --shell or -s is used * Nicofuma/ticket/12655: [ticket/12655] Set register_container_commands as public [ticket/12655] Don't try to restore the definition in the help [ticket/12655] Fix coding style [ticket/12655] Make the --shell option available only for phpbbcli.php [ticket/12655] Fix coding style in \phpbb\console\application [ticket/12655] Set the arguments of \phpbb\console\application as required [ticket/12655] Don't require acp/common again in the commands [ticket/12655] Run the shell when --shell is used
| * [ticket/12655] Don't require acp/common again in the commandsTristan Darricau2014-06-042-2/+1
| | | | | | | | PHPBB3-12655
* | [ticket/12602] Rectify language keys.Etienne Baroux2014-06-061-1/+1
| | | | | | | | PHPBB3-12602