Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12723] Add Sniff ensuring PHP files use the correct file header | Tristan Darricau | 2014-06-22 | 1 | -1/+1 |
| | | | | PHPBB3-12723 | ||||
* | [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacy | Tristan Darricau | 2014-06-16 | 1 | -1/+1 |
| | | | | PHPBB3-12721 | ||||
* | [ticket/12715] Update console command cron:* comments | Tristan Darricau | 2014-06-15 | 2 | -4/+28 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12715] Update console command config:* comments | Tristan Darricau | 2014-06-15 | 5 | -1/+71 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12715] Update console command cache:purge comments | Tristan Darricau | 2014-06-15 | 1 | -0/+23 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12508] Ignore extensions in migration_tips dev tool | Joas Schilling | 2014-06-10 | 1 | -0/+1 |
| | | | | PHPBB3-12508 | ||||
* | [ticket/12664] Refactor develop/migration_tips.php into a console command. | Andreas Fischer | 2014-06-10 | 1 | -0/+63 |
| | | | | PHPBB3-12664 | ||||
* | Merge pull request #2543 from Nicofuma/ticket/12655 | Andreas Fischer | 2014-06-06 | 3 | -3/+80 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Set register_container_commands as public | Tristan Darricau | 2014-06-05 | 1 | -4/+1 |
| | | | | | | | | PHPBB3-12655 | ||||
| * | [ticket/12655] Don't try to restore the definition in the help | Tristan Darricau | 2014-06-05 | 1 | -9/+4 |
| | | | | | | | | PHPBB3-12655 | ||||
| * | [ticket/12655] Fix coding style | Tristan Darricau | 2014-06-05 | 1 | -7/+8 |
| | | | | | | | | PHPBB3-12655 | ||||
| * | [ticket/12655] Make the --shell option available only for phpbbcli.php | Tristan Darricau | 2014-06-04 | 1 | -3/+44 |
| | | | | | | | | PHPBB3-12655 | ||||
| * | [ticket/12655] Fix coding style in \phpbb\console\application | Tristan Darricau | 2014-06-04 | 1 | -2/+8 |
| | | | | | | | | PHPBB3-12655 | ||||
| * | [ticket/12655] Set the arguments of \phpbb\console\application as required | Tristan Darricau | 2014-06-04 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12655 | ||||
| * | [ticket/12655] Don't require acp/common again in the commands | Tristan Darricau | 2014-06-04 | 2 | -2/+1 |
| | | | | | | | | PHPBB3-12655 | ||||
| * | [ticket/12655] Run the shell when --shell is used | Tristan Darricau | 2014-06-04 | 1 | -0/+38 |
| | | | | | | | | PHPBB3-12655 | ||||
* | | [ticket/12602] Rectify language keys. | Etienne Baroux | 2014-06-06 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12602 | ||||
* | | [ticket/12602] Fix language var mistakes. | Etienne Baroux | 2014-06-06 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12602 | ||||
* | | [ticket/12602] Add types, change description of cron:list. | Etienne Baroux | 2014-06-05 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12602 | ||||
* | | [ticket/12602] Fix spaces issues. | Etienne Baroux | 2014-06-04 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12602 | ||||
* | | [ticket/12602] Coding style correction. | Etienne Baroux | 2014-06-04 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-12602 | ||||
* | | [ticket/12602] Fix coding style mistakes. | Etienne Baroux | 2014-06-03 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-12602 | ||||
* | | [ticket/12602] Headers updated. | Etienne Baroux | 2014-06-03 | 1 | -3/+7 |
| | | | | | | | | PHPBB3-12602 | ||||
* | | [ticket/12602] Changes to respect coding style and to factorize code. | Etienne Baroux | 2014-06-03 | 1 | -8/+14 |
| | | | | | | | | PHPBB3-12602 | ||||
* | | [ticket/12602] Correction of the output message for the cron list | Etienne Baroux | 2014-06-02 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12602 | ||||
* | | [ticket/12602] Add files to print the cron list and test files. | Etienne Baroux | 2014-06-02 | 1 | -0/+80 |
|/ | | | | PHPBB3-12602 | ||||
* | Merge pull request #2523 from bantu/ticket/12597 | Joas Schilling | 2014-05-30 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | | | | | [ticket/12597] Command for executing all available cron tasks * bantu/ticket/12597: [ticket/12597] Update USE_SYSTEM_CRON_EXPLAIN to be a bit more verbose. [ticket/12597] Improve language for cron:run command. [ticket/12597] Do not output anything besides the gif image. | ||||
| * | [ticket/12597] Improve language for cron:run command. | Andreas Fischer | 2014-05-30 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-12597 | ||||
* | | Merge pull request #2508 from ptitlazy/ticket/12597 | Andreas Fischer | 2014-05-30 | 1 | -0/+176 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12597] Command for executing all available cron tasks * ptitlazy/ticket/12597: (27 commits) [ticket/12597] Reformating an acp message [ticket/12597] Modifiying acp message [ticket/12597] Fix wrong global variable name [ticket/12597] Typo correction [ticket/12597] Typo corrections [ticket/12597] Changing place of lock release in execute() method [ticket/12597] Fix test file [ticket/12597] Typing corrections and improvement of code consistency [ticket/12597] Fix various mistakes [ticket/12597] Fix various mistakes [ticket/12597] Fix visibilty of two functions in run.php [ticket/12597] Refactoring and test improving [ticket/12597] Fix language key name [ticket/12597] Fix coding style and typing mistakes [ticket/12597] Changes name of command cron:run-all to cron:run. [ticket/12597] Fix various problems [ticket/12597] Fix constructor bug and servral doc blocs [ticket/12597] Modification of return statuses and of test files [ticket/12597] Fix misplaced release of db lock [ticket/12597] Change EXECUTE to RUN in language ... | ||||
| * | [ticket/12597] Typo correction | LEZY Thomas | 2014-05-29 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12597 | ||||
| * | [ticket/12597] Typo corrections | LEZY Thomas | 2014-05-29 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-12597 | ||||
| * | [ticket/12597] Changing place of lock release in execute() method | LEZY Thomas | 2014-05-29 | 1 | -5/+5 |
| | | | | | | | | PHPBB3-12597 | ||||
| * | [ticket/12597] Typing corrections and improvement of code consistency | LEZY Thomas | 2014-05-29 | 1 | -8/+11 |
| | | | | | | | | PHPBB3-12597 | ||||
| * | [ticket/12597] Fix various mistakes | LEZY Thomas | 2014-05-29 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | Typing mistakes Coding style issue Verbose mode messag PHPBB3-12597 | ||||
| * | [ticket/12597] Fix visibilty of two functions in run.php | LEZY Thomas | 2014-05-29 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-12597 | ||||
| * | [ticket/12597] Refactoring and test improving | LEZY Thomas | 2014-05-29 | 1 | -29/+75 |
| | | | | | | | | | | | | | | | | Adding tests of return status Refactoring code Adding consistency in verbose mode PHPBB3-12597 | ||||
| * | [ticket/12597] Fix language key name | LEZY Thomas | 2014-05-28 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-12597 | ||||
| * | [ticket/12597] Fix coding style and typing mistakes | LEZY Thomas | 2014-05-28 | 1 | -7/+9 |
| | | | | | | | | PHPBB3-12597 | ||||
| * | [ticket/12597] Changes name of command cron:run-all to cron:run. | LEZY Thomas | 2014-05-28 | 1 | -16/+38 |
| | | | | | | | | | | | | | | Also adds an optional argument to specify one precise cron task to lauch, and modifies test file accordingly. PHPBB3-12597 | ||||
| * | [ticket/12597] Fix various problems | LEZY Thomas | 2014-05-28 | 1 | -7/+16 |
| | | | | | | | | | | | | | | | | | | Actually fix the return status of command cron:run-all Fix some doc block coding style issue Fix missing and obsolete file headers Delete a useless constructor method PHPBB3-12597 | ||||
| * | [ticket/12597] Fix constructor bug and servral doc blocs | LEZY Thomas | 2014-05-28 | 1 | -5/+8 |
| | | | | | | | | PHPBB3-12597 | ||||
| * | [ticket/12597] Modification of return statuses and of test files | LEZY Thomas | 2014-05-28 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12597 | ||||
| * | [ticket/12597] Change EXECUTE to RUN in language | LEZY Thomas | 2014-05-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Fix previous commit : change execute to run in language keys PHPBB3-12597 | ||||
| * | [ticket/12597] Update pull-request | LEZY Thomas | 2014-05-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Removes a useless comment. Switchs command name from cron:execute-all to cron:run-all. Replaces assertEquals by assertSame PHPBB3-12597 | ||||
| * | [ticket/12597] Fix various refactoring mistakes | LEZY Thomas | 2014-05-28 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12597 | ||||
| * | [ticket/12597] Add doc blocs in execute_all.php | LEZY Thomas | 2014-05-28 | 1 | -0/+23 |
| | | | | | | | | PHPBB3-12597 | ||||
| * | [ticket/12597] Correcing coding style mistakes | LEZY Thomas | 2014-05-28 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-12597 | ||||
| * | [ticket/12597] Command for executing all available cron tasks | LEZY Thomas | 2014-05-27 | 1 | -0/+65 |
| | | | | | | | | | | | | | | Command cron:execute-all executes all available cron tasks. Test files in tests/console/cron folder PHPBB3-12597 | ||||
* | | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 16 | -48/+112 |
| | | | | | | | | PHPBB3-12594 | ||||
* | | Merge pull request #2429 from Nicofuma/ticket/12074 | Joas Schilling | 2014-05-26 | 4 | -1/+8 |
|\ \ | |/ |/| | | | | | | | | | | | | | [ticket/12074] Managing extensions doesn't produce any log entry * Nicofuma/ticket/12074: [ticket/12074] Update the visibility of the constructor [ticket/12074] Don't log errors [ticket/12074] Managing extensions doesn't produce any log entry |