aboutsummaryrefslogtreecommitdiffstats
path: root/includes/registration/Processor.php
Commit message (Expand)AuthorAgeFilesLines
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-0/+7
* Drop ExtensionProcessor::getExtraAutoloaderPaths(), deprecated in 1.39James D. Forrester2023-12-081-12/+0
* registration: Improve docs and add `ingroup` tagsTimo Tijhof2023-03-241-2/+2
* Collect autoloader info in ExtensionProcessordaniel2022-06-071-0/+18
* registration: Stop double-caching config settingsKunal Mehta2021-02-101-1/+0
* registration: Add development requirements to extension.jsonKunal Mehta2019-05-221-1/+2
* registration: Follow-up on I54e8065c63f81016425c7dd40ce87eDerick Alangi2019-03-251-1/+0
* registration: Expose config array to ExtensionRegistryFlorian Schmidt2018-07-191-0/+1
* Miscellaneous indentation tweaksBartosz DziewoƄski2017-02-271-5/+5
* registration: Allow loading composer's autoloader if it existsvictorbarbu2015-12-291-0/+10
* registration: Allow extensions to specify which MW core versions they requireKunal Mehta2015-09-211-0/+10
* registration: Version the extension.json schemaKunal Mehta2015-05-281-1/+2
* registration: Improve docs for return value of Processor::getExtractedInfo()Kunal Mehta2015-05-131-1/+6
* Implement extension registration from an extension.json fileKunal Mehta2015-01-081-0/+27