aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/extension/enable.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16192] Fix CLI extension not enableable messagesMatt Friedman2019-10-271-6/+5
| | | | PHPBB3-16192
* [ticket/15257] Provide extension not enableable messagesJakub Senko2019-09-301-1/+4
| | | | PHPBB3-15257
* [ticket/15433] Fix phpbbcli can enable non-existent extensionhubaishan2017-12-031-0/+7
| | | | | | Fix phpbbcli can enable non-existent extension PHPBB3-15433
* [ticket/15349] Return 1 instead of 2 in case of errorRubén Calvo2017-09-071-1/+1
| | | | PHPBB3-15346
* [ticket/15349] Check if extension is enableable before enableRubén Calvo2017-09-071-0/+7
| | | | PHPBB3-15346
* [ticket/15123] modified return error codesRubén Calvo2017-03-131-1/+1
| | | | PHPBB3-15123
* [ticket/15123] modified language stringsRubén Calvo2017-03-131-1/+1
| | | | PHPBB3-15123
* [ticket/15123] modified language stringRubén Calvo2017-03-131-1/+1
| | | | PHPBB3-15123
* [ticket/15123] removed blank spacesRubén Calvo2017-03-131-1/+1
| | | | PHPBB3-15123
* [ticket/15123] add check before enable or disable extensionRubén Calvo2017-03-131-0/+7
| | | | PHPBB3-15123
* [ticket/14895] Use SymfonyStyle in all CLIMatt Friedman2016-12-081-2/+5
| | | | PHPBB3-14895
* [ticket/12909] Use correct lang vars in cli extension enablen-aleha2014-08-031-2/+2
| | | | PHPBB3-12909
* [ticket/12656] Use lang keys for all CLI stringsDhruv2014-07-231-3/+3
| | | | PHPBB3-12656
* [ticket/12656] Use lang keys for CLI command descriptionsDhruv2014-07-231-1/+1
| | | | PHPBB3-12656
* Merge pull request #2669 from Nicofuma/ticket/12777Joas Schilling2014-06-291-1/+1
|\ | | | | | | | | | | | | | | | | | | | | [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 Darricau2014-06-271-1/+1
| | | | | | | | PHPBB3-12777
* | [ticket/12773] Fix language variable name in cli extension enable commandn-aleha2014-06-261-1/+1
|/ | | | PHPBB3-12773
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12074] Don't log errorsTristan Darricau2014-05-091-1/+0
| | | | PHPBB3-12074
* [ticket/12074] Managing extensions doesn't produce any log entryTristan Darricau2014-05-091-0/+2
| | | | PHPBB3-12074
* [ticket/11998] Turn develop/extensions.php into console commands.Andreas Fischer2013-11-051-0/+47
PHPBB3-11998