aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console
Commit message (Collapse)AuthorAgeFilesLines
...
| * [ticket/12655] Run the shell when --shell is usedTristan Darricau2014-06-041-0/+38
| | | | | | | | PHPBB3-12655
* | [ticket/12602] Rectify language keys.Etienne Baroux2014-06-061-1/+1
| | | | | | | | PHPBB3-12602
* | [ticket/12602] Fix language var mistakes.Etienne Baroux2014-06-061-1/+1
| | | | | | | | PHPBB3-12602
* | [ticket/12602] Add types, change description of cron:list.Etienne Baroux2014-06-051-1/+1
| | | | | | | | PHPBB3-12602
* | [ticket/12602] Fix spaces issues.Etienne Baroux2014-06-041-1/+1
| | | | | | | | PHPBB3-12602
* | [ticket/12602] Coding style correction.Etienne Baroux2014-06-041-1/+0
| | | | | | | | PHPBB3-12602
* | [ticket/12602] Fix coding style mistakes.Etienne Baroux2014-06-031-0/+1
| | | | | | | | PHPBB3-12602
* | [ticket/12602] Headers updated.Etienne Baroux2014-06-031-3/+7
| | | | | | | | PHPBB3-12602
* | [ticket/12602] Changes to respect coding style and to factorize code.Etienne Baroux2014-06-031-8/+14
| | | | | | | | PHPBB3-12602
* | [ticket/12602] Correction of the output message for the cron listEtienne Baroux2014-06-021-1/+1
| | | | | | | | PHPBB3-12602
* | [ticket/12602] Add files to print the cron list and test files.Etienne Baroux2014-06-021-0/+80
|/ | | | PHPBB3-12602
* Merge pull request #2523 from bantu/ticket/12597Joas Schilling2014-05-301-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 Fischer2014-05-301-3/+3
| | | | | | | | PHPBB3-12597
* | Merge pull request #2508 from ptitlazy/ticket/12597Andreas Fischer2014-05-301-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 correctionLEZY Thomas2014-05-291-1/+1
| | | | | | | | PHPBB3-12597
| * [ticket/12597] Typo correctionsLEZY Thomas2014-05-291-2/+2
| | | | | | | | PHPBB3-12597
| * [ticket/12597] Changing place of lock release in execute() methodLEZY Thomas2014-05-291-5/+5
| | | | | | | | PHPBB3-12597
| * [ticket/12597] Typing corrections and improvement of code consistencyLEZY Thomas2014-05-291-8/+11
| | | | | | | | PHPBB3-12597
| * [ticket/12597] Fix various mistakesLEZY Thomas2014-05-291-3/+7
| | | | | | | | | | | | | | | | Typing mistakes Coding style issue Verbose mode messag PHPBB3-12597
| * [ticket/12597] Fix visibilty of two functions in run.phpLEZY Thomas2014-05-291-2/+2
| | | | | | | | PHPBB3-12597
| * [ticket/12597] Refactoring and test improvingLEZY Thomas2014-05-291-29/+75
| | | | | | | | | | | | | | | | Adding tests of return status Refactoring code Adding consistency in verbose mode PHPBB3-12597
| * [ticket/12597] Fix language key nameLEZY Thomas2014-05-281-2/+2
| | | | | | | | PHPBB3-12597
| * [ticket/12597] Fix coding style and typing mistakesLEZY Thomas2014-05-281-7/+9
| | | | | | | | PHPBB3-12597
| * [ticket/12597] Changes name of command cron:run-all to cron:run.LEZY Thomas2014-05-281-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 problemsLEZY Thomas2014-05-281-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 blocsLEZY Thomas2014-05-281-5/+8
| | | | | | | | PHPBB3-12597
| * [ticket/12597] Modification of return statuses and of test filesLEZY Thomas2014-05-281-1/+1
| | | | | | | | PHPBB3-12597
| * [ticket/12597] Change EXECUTE to RUN in languageLEZY Thomas2014-05-281-1/+1
| | | | | | | | | | | | Fix previous commit : change execute to run in language keys PHPBB3-12597
| * [ticket/12597] Update pull-requestLEZY Thomas2014-05-281-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 mistakesLEZY Thomas2014-05-281-1/+1
| | | | | | | | PHPBB3-12597
| * [ticket/12597] Add doc blocs in execute_all.phpLEZY Thomas2014-05-281-0/+23
| | | | | | | | PHPBB3-12597
| * [ticket/12597] Correcing coding style mistakesLEZY Thomas2014-05-281-1/+0
| | | | | | | | PHPBB3-12597
| * [ticket/12597] Command for executing all available cron tasksLEZY Thomas2014-05-271-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 headersYuriy Rusko2014-05-2716-48/+112
| | | | | | | | PHPBB3-12594
* | Merge pull request #2429 from Nicofuma/ticket/12074Joas Schilling2014-05-264-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
| * [ticket/12074] Update the visibility of the constructorTristan Darricau2014-05-091-1/+1
| | | | | | | | PHPBB3-12074
| * [ticket/12074] Don't log errorsTristan Darricau2014-05-093-3/+0
| | | | | | | | PHPBB3-12074
| * [ticket/12074] Managing extensions doesn't produce any log entryTristan Darricau2014-05-094-1/+11
| | | | | | | | PHPBB3-12074
* | [ticket/12476] Label the constructor as publicn-aleha2014-05-091-1/+1
| | | | | | | | | | | | Label the the constructor as public. PHPBB3-12476
* | [ticket/12476] Increase assets also from acp_styles and phpbbclin-aleha2014-05-091-1/+6
|/ | | | | | Increase assets also from "ACP > Styles > Purge Cache" and phpbbcli PHPBB3-12476
* [ticket/12507] Add console command to purge the cacheTristan Darricau2014-05-061-0/+62
| | | | PHPBB3-12507
* [ticket/12499] Incorrect call to phpbb\log\log::add() in db:migrateTristan Darricau2014-05-041-1/+1
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-12499 PHPBB3-12499
* [ticket/12475] Tabs, spaces, ...Nils Adermann2014-05-021-2/+2
| | | | PHPBB3-12475
* [ticket/12475] Load extension migrations on cli updater tooNils Adermann2014-05-021-1/+2
| | | | PHPBB3-12475
* Merge pull request #2381 from Nicofuma/ticket/12475Andreas Fischer2014-05-021-1/+1
|\ | | | | | | | | | | | | [ticket/12475] Undefined variable $log in db:migrate console command * Nicofuma/ticket/12475: [ticket/12475] Error in db:update console command
| * [ticket/12475] Error in db:update console commandNicofuma2014-05-021-1/+1
| | | | | | | | PHPBB3-12475
* | [ticket/12474] Error messages should be displayed with <error> tagNicofuma2014-05-021-1/+1
|/ | | | PHPBB3-12474
* [ticket/12473] Add console command for database migration.Andreas Fischer2014-05-021-0/+127
| | | | PHPBB3-12473
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-2/+2
| | | | PHPBB3-12282
* [ticket/12039] Allow getting the value without a new line at the endJoas Schilling2014-01-101-1/+11
| | | | PHPBB3-12039