aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/extension
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15433] Fix phpbbcli can enable non-existent extensionhubaishan2017-12-031-0/+7
* [ticket/15349] Return 1 instead of 2 in case of errorRubén Calvo2017-09-071-1/+1
* [ticket/15349] Check if extension is enableable before enableRubén Calvo2017-09-071-0/+7
* [ticket/15123] modified return error codesRubén Calvo2017-03-132-2/+2
* [ticket/15123] modified language stringsRubén Calvo2017-03-132-2/+2
* [ticket/15123] modified language stringRubén Calvo2017-03-132-2/+2
* [ticket/15123] removed blank spacesRubén Calvo2017-03-132-2/+2
* [ticket/15123] add check before enable or disable extensionRubén Calvo2017-03-132-0/+14
* [ticket/14895] Use SymfonyStyle in all CLIMatt Friedman2016-12-084-24/+25
* [ticket/13003] Add missing language keysMario Skouat2014-08-211-4/+4
* [ticket/12909] Use correct lang vars in cli extension enablen-aleha2014-08-031-2/+2
* [ticket/12656] Use lang keys for all CLI stringsDhruv2014-07-234-10/+10
* [ticket/12656] Use lang keys for CLI command descriptionsDhruv2014-07-234-4/+4
* [ticket/12656] Pass user object into all console commands.Andreas Fischer2014-07-171-2/+2
* Merge pull request #2669 from Nicofuma/ticket/12777Joas Schilling2014-06-293-3/+3
|\
| * [ticket/12777] Rename extension status functions and add is_configured()Tristan Darricau2014-06-273-3/+3
* | [ticket/12773] Fix language variable name in cli extension enable commandn-aleha2014-06-261-1/+1
|/
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-275-15/+35
* [ticket/12074] Update the visibility of the constructorTristan Darricau2014-05-091-1/+1
* [ticket/12074] Don't log errorsTristan Darricau2014-05-093-3/+0
* [ticket/12074] Managing extensions doesn't produce any log entryTristan Darricau2014-05-094-1/+11
* [ticket/11998] Turn develop/extensions.php into console commands.Andreas Fischer2013-11-055-0/+221