Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #2780 from Nicofuma/ticket/12870 | Andreas Fischer | 2014-07-28 | 1 | -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 migrator | Tristan Darricau | 2014-07-27 | 1 | -25/+2 | |
| | | | | | | | | PHPBB3-12870 | |||||
| * | [ticket/12870] Create the migrations table in db:migrate | Tristan Darricau | 2014-07-26 | 1 | -1/+26 | |
| | | | | | | | | PHPBB3-12870 | |||||
* | | [ticket/12656] Fix typo | Dhruv | 2014-07-24 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-12656 | |||||
* | | [ticket/12656] Use lang keys for all CLI strings | Dhruv | 2014-07-23 | 10 | -31/+31 | |
| | | | | | | | | PHPBB3-12656 | |||||
* | | [ticket/12656] Use lang keys for CLI command descriptions | Dhruv | 2014-07-23 | 13 | -13/+13 | |
|/ | | | | PHPBB3-12656 | |||||
* | [ticket/12656] Pass user object into all console commands. | Andreas Fischer | 2014-07-17 | 9 | -35/+32 | |
| | | | | PHPBB3-12656 | |||||
* | [ticket/12685] Override getDefaultInputDefinition() | Carlo | 2014-07-15 | 1 | -8/+18 | |
| | | | | PHPBB3-12685 | |||||
* | [ticket/12685] Removed unused USE statement | Carlo | 2014-07-15 | 1 | -1/+0 | |
| | | | | PHPBB3-12685 | |||||
* | [ticket/12685] Inject console.command_collection instead of the container | Carlo | 2014-07-15 | 1 | -3/+3 | |
| | | | | PHPBB3-12685 | |||||
* | [ticket/12685] Removed spaces | Carlo | 2014-07-15 | 1 | -1/+1 | |
| | | | | PHPBB3-12685 | |||||
* | [ticket/12685] Add --safe-mode | Carlo | 2014-07-15 | 1 | -0/+7 | |
| | | | | PHPBB3-12685 | |||||
* | [ticket/12685] Add space after foreach | Carlo | 2014-07-12 | 1 | -1/+1 | |
| | | | | PHPBB3-12685 | |||||
* | [ticket/12685] Add console collection and fixing CLI | Carlo | 2014-07-12 | 1 | -6/+5 | |
| | | | | | | Added a commands service collection and removed CLI container PHPBB3-12685 | |||||
* | Merge pull request #2669 from Nicofuma/ticket/12777 | Joas Schilling | 2014-06-29 | 3 | -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 Darricau | 2014-06-27 | 3 | -3/+3 | |
| | | | | | | | | PHPBB3-12777 | |||||
* | | [ticket/12773] Fix language variable name in cli extension enable command | n-aleha | 2014-06-26 | 1 | -1/+1 | |
|/ | | | | PHPBB3-12773 | |||||
* | [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 |