aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14123] Remove redundant help messagesMatt Friedman2015-08-2814-14/+0
* [ticket/14123] Add descriptive help to the CLI help outputMatt Friedman2015-08-2315-0/+15
* [ticket/13211] Move console migrator output handler back to console folderMarc Alexander2014-10-252-1/+70
* [ticket/13211] Also use log wrapper output handler for console migrationsMarc Alexander2014-10-251-2/+6
* [ticket/13211] Move console migrator output handler to db folderMarc Alexander2014-10-242-70/+1
* [ticket/13126] Add missing use statementTristan Darricau2014-10-221-0/+1
* [ticket/13126] Fix testsTristan Darricau2014-10-201-1/+0
* [ticket/13126] Change messages verbosity levelsTristan Darricau2014-10-201-1/+1
* [ticket/13126] Move migrator_output_handler to an interfaceTristan Darricau2014-10-201-7/+4
* [ticket/13126] Extends migrator_output_handler instead of using a closureTristan Darricau2014-10-162-23/+73
* [ticket/13126] Improve the feedback when running the migrationsTristan Darricau2014-10-141-32/+24
* [ticket/12368] Always clean the cache prior to run the migrationsTristan Darricau2014-10-051-0/+2
* [ticket/12657] Add a test file for base caseLEZY Thomas2014-09-191-2/+2
* [ticket/12963] Revert back to "migrations" folder name for extensionsJoas Schilling2014-09-181-8/+0
* [ticket/12963] Edit deprecation messageTristan Darricau2014-09-161-1/+1
* [ticket/12963] Load extensions migrations from /migrationTristan Darricau2014-09-101-0/+9
* [ticket/13003] Add missing language keysMario Skouat2014-08-211-4/+4
* Merge pull request #2793 from n-aleha/ticket/12909Andreas Fischer2014-08-031-2/+2
|\
| * [ticket/12909] Use correct lang vars in cli extension enablen-aleha2014-08-031-2/+2
* | [ticket/12908] Fix operator typo in increment.phpn-aleha2014-08-031-1/+1
|/
* Merge pull request #2780 from Nicofuma/ticket/12870Andreas Fischer2014-07-281-0/+2
|\
| * [ticket/12870] Create the migrations table with a method in the migratorTristan Darricau2014-07-271-25/+2
| * [ticket/12870] Create the migrations table in db:migrateTristan Darricau2014-07-261-1/+26
* | [ticket/12656] Fix typoDhruv2014-07-241-1/+1
* | [ticket/12656] Use lang keys for all CLI stringsDhruv2014-07-2310-31/+31
* | [ticket/12656] Use lang keys for CLI command descriptionsDhruv2014-07-2313-13/+13
|/
* [ticket/12656] Pass user object into all console commands.Andreas Fischer2014-07-179-35/+32
* [ticket/12685] Override getDefaultInputDefinition()Carlo2014-07-151-8/+18
* [ticket/12685] Removed unused USE statementCarlo2014-07-151-1/+0
* [ticket/12685] Inject console.command_collection instead of the containerCarlo2014-07-151-3/+3
* [ticket/12685] Removed spacesCarlo2014-07-151-1/+1
* [ticket/12685] Add --safe-modeCarlo2014-07-151-0/+7
* [ticket/12685] Add space after foreachCarlo2014-07-121-1/+1
* [ticket/12685] Add console collection and fixing CLICarlo2014-07-121-6/+5
* Merge pull request #2669 from Nicofuma/ticket/12777Joas Schilling2014-06-293-3/+3
|\
| * [ticket/12777] Rename extension status functions and add is_configured()Tristan Darricau2014-06-273-3/+3
* | [ticket/12773] Fix language variable name in cli extension enable commandn-aleha2014-06-261-1/+1
|/
* [ticket/12723] Add Sniff ensuring PHP files use the correct file headerTristan Darricau2014-06-221-1/+1
* [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacyTristan Darricau2014-06-161-1/+1
* [ticket/12715] Update console command cron:* commentsTristan Darricau2014-06-152-4/+28
* [ticket/12715] Update console command config:* commentsTristan Darricau2014-06-155-1/+71
* [ticket/12715] Update console command cache:purge commentsTristan Darricau2014-06-151-0/+23
* [ticket/12508] Ignore extensions in migration_tips dev toolJoas Schilling2014-06-101-0/+1
* [ticket/12664] Refactor develop/migration_tips.php into a console command.Andreas Fischer2014-06-101-0/+63
* Merge pull request #2543 from Nicofuma/ticket/12655Andreas Fischer2014-06-063-3/+80
|\
| * [ticket/12655] Set register_container_commands as publicTristan Darricau2014-06-051-4/+1
| * [ticket/12655] Don't try to restore the definition in the helpTristan Darricau2014-06-051-9/+4
| * [ticket/12655] Fix coding styleTristan Darricau2014-06-051-7/+8
| * [ticket/12655] Make the --shell option available only for phpbbcli.phpTristan Darricau2014-06-041-3/+44
| * [ticket/12655] Fix coding style in \phpbb\console\applicationTristan Darricau2014-06-041-2/+8