aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [ticket/12039] Do not print success message when config did not existJoas Schilling2014-01-081-2/+9
| | | | PHPBB3-12039
* [ticket/12039] Do not colour returned value in get commandJoas Schilling2014-01-081-1/+1
| | | | PHPBB3-12039
* [ticket/12039] Update command descriptionsJoas Schilling2013-12-263-3/+3
| | | | PHPBB3-12039
* [ticket/12039] Remove debug codeJoas Schilling2013-12-021-1/+0
| | | | PHPBB3-12039
* [ticket/12039] Fix option descriptionsJoas Schilling2013-11-273-3/+3
| | | | PHPBB3-12039
* [ticket/12039] Use an abstract class and some more minor adjustmentsJoas Schilling2013-11-276-99/+119
| | | | PHPBB3-12039
* [ticket/12039] Add config:* to the command line interface toolJoas Schilling2013-11-264-0/+255
| | | | PHPBB3-12039
* [ticket/11998] Turn develop/extensions.php into console commands.Andreas Fischer2013-11-055-0/+221
| | | | PHPBB3-11998
* [ticket/11998] Add phpBB abstraction for application and command.Andreas Fischer2013-11-052-2/+15
| | | | PHPBB3-11998
* [ticket/11998] Add console command for recalculating email hash.Andreas Fischer2013-11-031-0/+72
PHPBB3-11998