aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/extension/manager.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15088] Avoid code repetitions in extension managerJakub Senko2019-07-271-96/+54
* [ticket/15202] To disable, an extension must be enabledjaviexin2017-04-281-2/+2
* Merge pull request #4698 from javiexin/ticket/15087Marc Alexander2017-04-161-29/+32
|\
| * [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-12/+21
| * [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-17/+11
* | [ticket/15142] Merge branch 'ticket/15142' into 32xMatt Friedman2017-04-101-2/+2
|\ \
* | | Use SSL in version check for extensiontas25802017-01-221-1/+1
| |/ |/|
* | [ticket/12610] CSTristan Darricau2016-12-031-1/+1
* | [ticket/12610] Use exception_interfaceTristan Darricau2016-12-031-3/+5
* | [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-031-5/+33
* | [ticket/13793] Remove translation on throwing exceptionsMateBartus2015-05-011-5/+2
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-2/+2
* | [ticket/13513] Use paths relative to the phpBB root in the routerTristan Darricau2015-01-171-6/+11
|/
* Merge pull request #2729 from Nicofuma/ticket/12847Joas Schilling2014-08-071-0/+6
|\
| * [ticket/12847] Allow the extensions to say if they can be enabledTristan Darricau2014-07-131-0/+6
* | [ticket/12870] Create the migrations table with a method in the migratorTristan Darricau2014-07-271-2/+5
* | [ticket/12870] Create the migrations table in db:migrateTristan Darricau2014-07-261-5/+3
|/
* [ticket/12777] Add is_purged()Tristan Darricau2014-06-271-0/+13
* [ticket/12777] Update doc block of is_configured()Tristan Darricau2014-06-271-1/+3
* [ticket/12777] Rename extension status functions and add is_configured()Tristan Darricau2014-06-271-2/+25
* [ticket/12762] Make ext.php optional for extensionsTristan Darricau2014-06-231-1/+1
* [ticket/12715] Cleanup comments in \phpbb\extension\*Tristan Darricau2014-06-151-1/+1
* [ticket/12508] Only take a list of names for set_extensions()Joas Schilling2014-06-101-2/+2
* [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-101-3/+3
* [ticket/12508] Fix usages of the finderJoas Schilling2014-06-101-2/+12
* [ticket/11467] Add user object to extension manager for testsn-aleha2014-05-291-6/+6
* [ticket/11467] Add language variables for extension exception messagesn-aleha2014-05-291-7/+10
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
* [ticket/12586] Limit depth to 2, we require vendor/extension/ext.phpJoas Schilling2014-05-221-0/+1
* [ticket/12586] Use dot filter when trying to find available extensionsJoas Schilling2014-05-221-2/+6
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-2/+2
* [ticket/11429] Increment asset version on Ext enableMatt Friedman2014-03-131-0/+5
* [ticket/12009] Do not allow incorrectly structured extensions to be installed.Cesar G2013-12-111-0/+15
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-281-0/+6
* [ticket/11700] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-171-1/+1
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-18/+20
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-3/+3
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+513