aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/extensions.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10703] Added a condition to check if ext directory existsDhruv Goel2012-03-231-1/+7
| | | | | | | | The existence of ext directory is checked, if not present a proper error message that file doesn't exist is printed out. No Fatal Error messages. PHPBB3-10703
* [ticket/10614] Change not installed heading to available.Oleg Pudeyev2012-02-111-1/+1
| | | | | | | | | | "Not installed" implies that extensions listed there can be installed, but the operation is called enable. Reduce the confusion by using "available" for the heading, this matches extension manager code. PHPBB3-10614
* [ticket/10614] Refactor list command to use manager APIIgor Wiedler2012-02-091-52/+22
| | | | PHPBB3-10614
* [ticket/10614] Add purge commandIgor Wiedler2012-02-091-0/+17
| | | | PHPBB3-10614
* [ticket/10614] Tweak list output, show state, purge cache, handle missing extsIgor Wiedler2012-02-091-10/+19
| | | | PHPBB3-10614
* [ticket/10614] Make script accessible from anywhereIgor Wiedler2012-02-091-1/+1
| | | | PHPBB3-10614
* [ticket/10614] Better usage outputIgor Wiedler2012-02-061-29/+21
| | | | PHPBB3-10614
* [ticket/10614] Add a script to enable, disable and view status of extensions.Oleg Pudeyev2012-02-031-0/+135
PHPBB3-10614