aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/config
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14895] Fix issues in CLI classesMatt Friedman2016-12-085-5/+5
| | | | PHPBB3-14895
* [ticket/14895] Use SymfonyStyle in all CLIMatt Friedman2016-12-085-7/+22
| | | | PHPBB3-14895
* [ticket/12908] Fix operator typo in increment.phpn-aleha2014-08-031-1/+1
| | | | PHPBB3-12908
* [ticket/12656] Fix typoDhruv2014-07-241-1/+1
| | | | PHPBB3-12656
* [ticket/12656] Use lang keys for all CLI stringsDhruv2014-07-235-20/+20
| | | | PHPBB3-12656
* [ticket/12656] Use lang keys for CLI command descriptionsDhruv2014-07-235-5/+5
| | | | PHPBB3-12656
* [ticket/12656] Pass user object into all console commands.Andreas Fischer2014-07-171-2/+2
| | | | PHPBB3-12656
* [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacyTristan Darricau2014-06-161-1/+1
| | | | PHPBB3-12721
* [ticket/12715] Update console command config:* commentsTristan Darricau2014-06-155-1/+71
| | | | PHPBB3-12715
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-276-18/+42
| | | | PHPBB3-12594
* [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