aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console
Commit message (Expand)AuthorAgeFilesLines
* [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
| * [ticket/12655] Set the arguments of \phpbb\console\application as requiredTristan Darricau2014-06-041-1/+1
| * [ticket/12655] Don't require acp/common again in the commandsTristan Darricau2014-06-042-2/+1
| * [ticket/12655] Run the shell when --shell is usedTristan Darricau2014-06-041-0/+38
* | [ticket/12602] Rectify language keys.Etienne Baroux2014-06-061-1/+1
* | [ticket/12602] Fix language var mistakes.Etienne Baroux2014-06-061-1/+1
* | [ticket/12602] Add types, change description of cron:list.Etienne Baroux2014-06-051-1/+1
* | [ticket/12602] Fix spaces issues.Etienne Baroux2014-06-041-1/+1
* | [ticket/12602] Coding style correction.Etienne Baroux2014-06-041-1/+0
* | [ticket/12602] Fix coding style mistakes.Etienne Baroux2014-06-031-0/+1
* | [ticket/12602] Headers updated.Etienne Baroux2014-06-031-3/+7
* | [ticket/12602] Changes to respect coding style and to factorize code.Etienne Baroux2014-06-031-8/+14
* | [ticket/12602] Correction of the output message for the cron listEtienne Baroux2014-06-021-1/+1
* | [ticket/12602] Add files to print the cron list and test files.Etienne Baroux2014-06-021-0/+80
|/
* Merge pull request #2523 from bantu/ticket/12597Joas Schilling2014-05-301-3/+3
|\
| * [ticket/12597] Improve language for cron:run command.Andreas Fischer2014-05-301-3/+3
* | Merge pull request #2508 from ptitlazy/ticket/12597Andreas Fischer2014-05-301-0/+176
|\ \ | |/
| * [ticket/12597] Typo correctionLEZY Thomas2014-05-291-1/+1
| * [ticket/12597] Typo correctionsLEZY Thomas2014-05-291-2/+2
| * [ticket/12597] Changing place of lock release in execute() methodLEZY Thomas2014-05-291-5/+5
| * [ticket/12597] Typing corrections and improvement of code consistencyLEZY Thomas2014-05-291-8/+11
| * [ticket/12597] Fix various mistakesLEZY Thomas2014-05-291-3/+7
| * [ticket/12597] Fix visibilty of two functions in run.phpLEZY Thomas2014-05-291-2/+2
| * [ticket/12597] Refactoring and test improvingLEZY Thomas2014-05-291-29/+75
| * [ticket/12597] Fix language key nameLEZY Thomas2014-05-281-2/+2
| * [ticket/12597] Fix coding style and typing mistakesLEZY Thomas2014-05-281-7/+9
| * [ticket/12597] Changes name of command cron:run-all to cron:run.LEZY Thomas2014-05-281-16/+38
| * [ticket/12597] Fix various problemsLEZY Thomas2014-05-281-7/+16
| * [ticket/12597] Fix constructor bug and servral doc blocsLEZY Thomas2014-05-281-5/+8
| * [ticket/12597] Modification of return statuses and of test filesLEZY Thomas2014-05-281-1/+1
| * [ticket/12597] Change EXECUTE to RUN in languageLEZY Thomas2014-05-281-1/+1
| * [ticket/12597] Update pull-requestLEZY Thomas2014-05-281-2/+2
| * [ticket/12597] Fix various refactoring mistakesLEZY Thomas2014-05-281-1/+1
| * [ticket/12597] Add doc blocs in execute_all.phpLEZY Thomas2014-05-281-0/+23
| * [ticket/12597] Correcing coding style mistakesLEZY Thomas2014-05-281-1/+0
| * [ticket/12597] Command for executing all available cron tasksLEZY Thomas2014-05-271-0/+65
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2716-48/+112
* | Merge pull request #2429 from Nicofuma/ticket/12074Joas Schilling2014-05-264-1/+8
|\ \ | |/ |/|