aboutsummaryrefslogtreecommitdiffstats
path: root/includes/registration/ExtensionProcessor.php
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Add 'ParsoidModules' as a top-level core attribute in extension.json"jenkins-bot2020-05-291-0/+1
|\
| * Add 'ParsoidModules' as a top-level core attribute in extension.jsonC. Scott Ananian2020-05-221-0/+1
* | ExtensionRegistry: Remove exporting and caching of wgExtensionCreditsTimo Tijhof2020-05-281-4/+2
|/
* Merge "registration: Move SearchMappings to CORE_ATTRIBS from NOT_ATTRIBS"jenkins-bot2020-05-021-1/+1
|\
| * registration: Move SearchMappings to CORE_ATTRIBS from NOT_ATTRIBSReedy2020-05-011-1/+1
* | Fix variable clash in ExtensionProcessor::extractHooksDannyS7122020-05-011-3/+3
|/
* registration: Use array_merge() when merging CORE_ATTRIBSReedy2020-05-011-1/+21
* registration: Rename ExtensionProcessor::storeToArray to storeToArrayRecursiveReedy2020-05-011-6/+8
* Merge "Fix DeprecatedHooks and move emitDeprecatedHookWarnings to HookContainer"jenkins-bot2020-05-011-49/+33
|\
| * Fix DeprecatedHooks and move emitDeprecatedHookWarnings to HookContainerTim Starling2020-05-011-49/+33
* | registration: Alphasort internal arrays in ExtensionProcessorReedy2020-04-301-19/+19
* | Merge "search: Add 'SearchMappings' attribute to map canonical name to PHP cl...jenkins-bot2020-04-301-0/+1
|\ \ | |/ |/|
| * search: Add 'SearchMappings' attribute to map canonical name to PHP classReedy2020-04-301-0/+1
* | Change HookContainer's namespace from HookRunner to HookContainerTim Starling2020-04-291-1/+1
|/
* Hook ContainerNikki Nikkhoui2020-04-171-11/+118
* registration: Convert internal static class vars to constantsTimo Tijhof2020-04-101-11/+11
* Merge "resourceloader: Export ResourceModules as extension attribute"jenkins-bot2020-03-301-5/+1
|\
| * resourceloader: Export ResourceModules as extension attributeTimo Tijhof2020-03-301-5/+1
* | Merge "resourceloader: Export ResourceModuleSkinStyles as extension attribute"jenkins-bot2020-03-301-1/+1
|\|
| * resourceloader: Export ResourceModuleSkinStyles as extension attributeTimo Tijhof2020-03-301-1/+1
* | ExtensionRegistry: Avoid losing 'defines' when loading lazy-loaded attributesNikki Nikkhoui2020-03-181-1/+1
|/
* registration: Don't store 'requires' info as an attributeKunal Mehta2019-12-121-0/+1
* mediawiki.messagePoster: Introduce 'MessagePosterModule' extension attributeTimo Tijhof2019-10-171-0/+13
* Registration: Allow relative paths in config arrays, not just stringsMatthias Mullie2019-10-081-3/+10
* Allow skins/extensions to define custom OOUI themesBartosz Dziewoński2019-07-101-2/+7
* REST API initial commitTim Starling2019-06-121-0/+1
* registration: Add development requirements to extension.jsonKunal Mehta2019-05-221-2/+70
* registration: Remove wrong `@return` PHPDoc commentsDerick Alangi2019-03-251-1/+0
* resourceloader: Support TestModules registration via extension.jsonTimo Tijhof2019-02-051-1/+15
* Add $wgReauthenticateTime to extension.jsonGergő Tisza2018-11-151-0/+1
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-5/+1
* Require editsitecss/editsitejs for editing raw messagesGergő Tisza2018-08-261-0/+1
* resourceloader: Remove $wgResourceLoaderLESSVars supportTimo Tijhof2018-08-141-1/+0
* registration: Expose config array to ExtensionRegistryFlorian Schmidt2018-07-191-0/+11
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-5/+3
* registration: Improve duplicate config setting exceptionKunal Mehta2018-05-151-11/+15
* registration: Simplify extracting path based globalsKunal Mehta2018-02-091-15/+17
* Avoid using array_map in ExtensionRegistry and ExtensionProcessor for simple ...Yifei He2017-12-141-3/+4
* Merge "registration: Only allow one extension to set a specific config setting"jenkins-bot2017-10-241-2/+17
|\
| * registration: Only allow one extension to set a specific config settingFlorianschmidtwelzow2017-08-281-2/+17
* | registration: Fix caching of load_composer_autoloaderKunal Mehta2017-09-221-4/+1
|/
* Revert "registration: Only allow one extension to set a specific config setting"Thcipriani2017-08-221-17/+2
* registration: Only allow one extension to set a specific config settingFlorian Schmidt2017-08-221-2/+17
* build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0Umherirrender2017-06-261-1/+1
* Merge "Allow namespaces defined in extension.json to be overwritten locally."jenkins-bot2017-05-211-2/+9
|\
| * Allow namespaces defined in extension.json to be overwritten locally.daniel2017-05-111-2/+9
* | registration: Move attributes out of the top levelKunal Mehta2017-05-151-4/+71
|/
* registration: Generalize CoreVersionChecker to VersionCheckerFlorian Schmidt2016-12-141-7/+1
* registration: Provide credits information to callbacksKunal Mehta2016-12-041-2/+6
* registration: Set "FileExtensions" to $GLOBALSReedy2016-11-171-0/+1