aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/extension/manager.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11467] Add user object to extension manager for testsn-aleha2014-05-291-6/+6
| | | | PHPBB3-11467
* [ticket/11467] Add language variables for extension exception messagesn-aleha2014-05-291-7/+10
| | | | | | | Remove hard-coded messages and add language variables for extension exception messages. PHPBB3-11467
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
| | | | PHPBB3-12594
* [ticket/12586] Limit depth to 2, we require vendor/extension/ext.phpJoas Schilling2014-05-221-0/+1
| | | | PHPBB3-12586
* [ticket/12586] Use dot filter when trying to find available extensionsJoas Schilling2014-05-221-2/+6
| | | | PHPBB3-12586
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-2/+2
| | | | PHPBB3-12282
* [ticket/11429] Increment asset version on Ext enableMatt Friedman2014-03-131-0/+5
| | | | PHPBB3-11429
* [ticket/12009] Do not allow incorrectly structured extensions to be installed.Cesar G2013-12-111-0/+15
| | | | PHPBB3-12009
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-281-0/+6
| | | | PHPBB3-11981
* [ticket/11700] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-171-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-18/+20
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-3/+3
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+513
PHPBB3-11698