aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extension.schema.json
Commit message (Expand)AuthorAgeFilesLines
* Update SPDX licensesReedy2018-03-031-58/+212
* registration: Support conditionally registered namespacesKunal Mehta2017-06-231-0/+5
* Add AuthManagerBrad Jorsch2016-05-161-0/+19
* registration: Handle $wgSessionProviders in ExtensionProcessorGergő Tisza2016-05-121-0/+4
* registration: Fix mode of files (755 -> 644)Florian2016-05-061-0/+0
* registration: Allow string value for HooksFlorian2016-05-031-1/+1
* registration: Improve schema validation for some propertiesKunal Mehta2016-04-251-7/+44
* Merge "registration: Allow ActionFilteredLogs to be modified by extensions"jenkins-bot2016-04-251-0/+17
|\
| * registration: Allow ActionFilteredLogs to be modified by extensionsGlaisher2016-04-241-0/+17
* | registration: Explain skipFunction more succinctlyJames D. Forrester2016-04-221-1/+1
|/
* registration: Support skipFunction module definitionsJames D. Forrester2016-04-191-0/+4
* Allow templates in ResourceModules to be array in extension registrationPaladox2016-03-281-1/+1
* registration: Allow setting $wgFeedClasses in extension.jsonmhutti12016-01-031-0/+4
* registration: Allow setting $wgCentralIdLookupProvidersKunal Mehta2016-01-021-0/+4
* registration: Allow loading composer's autoloader if it existsvictorbarbu2015-12-291-0/+4
* registration: Remove type validation for "config" itemsKunal Mehta2015-12-041-1/+0
* registration: Support custom classes in "ResourceModules" schemaKunal Mehta2015-10-271-104/+161
* Merge "registration: Allow extensions to specify which MW core versions they ...jenkins-bot2015-09-221-0/+10
|\
| * registration: Allow extensions to specify which MW core versions they requireKunal Mehta2015-09-211-0/+10
* | resourceloader: Fully remove ResourceLoaderLESSFunctionsOri Livneh2015-09-041-4/+0
* | registration: Allow custom prefixes for configuration settingsKunal Mehta2015-09-031-0/+7
|/
* registration: Document 'templates' property of ResourceModules objectsKunal Mehta2015-08-031-0/+4
* registration: Allow setting $wgCapitalLinkOverridesKunal Mehta2015-08-021-0/+4
* registration: Allow setting $wgNamespaceProtectionKunal Mehta2015-08-021-0/+4
* registration: Overhaul merging of globalsKunal Mehta2015-08-021-1/+18
* registration: Fix "namespaces" schema to match codeKunal Mehta2015-07-311-30/+34
* registration: 'FilterLogTypes' is a JSON objectKunal Mehta2015-06-251-1/+1
* Merge "OOUI theme support"jenkins-bot2015-06-021-0/+3
|\
| * OOUI theme supportBartosz Dziewoński2015-05-311-0/+3
* | registration: Remove "additionalitems" property from array (authors)Kunal Mehta2015-06-011-2/+1
|/
* registration: Don't hardcode list of extension types in schemaKunal Mehta2015-05-301-13/+1
* registration: Improve ResourceModules schema definitionKunal Mehta2015-05-301-5/+5
* registration: Fix types of ResourceModules propertiesKunal Mehta2015-05-281-2/+2
* registration: Version the extension.json schemaKunal Mehta2015-05-281-0/+5
* registration: Fix 'ResourceModules' in schemaKunal Mehta2015-05-251-1/+1
* Merge "Do not allow setting deprecated $wgSpecialPageGroups over extension.json"jenkins-bot2015-05-201-4/+0
|\
| * Do not allow setting deprecated $wgSpecialPageGroups over extension.jsonumherirrender2015-05-161-4/+0
* | registration: Remove duplicate "ParserTestFiles" key from schemaKunal Mehta2015-05-171-4/+0
|/
* registration: Add support for $wgParserTestFilesKunal Mehta2015-05-021-0/+4
* registration: Support $wgMediaHandlers in ExtensionProcessorKunal Mehta2015-05-021-0/+4
* registration: Support 'namemsg'Kunal Mehta2015-04-071-0/+4
* registration: Support ResourceModuleSkinStylesKunal Mehta2015-04-071-0/+4
* Add "ValidSkinNames" to extension.schema.json and ExtensionProcessorKunal Mehta2015-03-041-0/+3
* Make "name" a required value of extension.json in the schemaKunal Mehta2015-03-021-1/+2
* registration: Add resource template-like functionality to extension.jsonKunal Mehta2015-02-091-0/+19
* registration: Sync extension.schema.json with realityKunal Mehta2015-01-131-7/+0
* registration: Add ConfigRegistry to the extension.json schemaKunal Mehta2015-01-131-0/+4
* Implement extension registration from an extension.json fileKunal Mehta2015-01-081-0/+609