registration: Allow setting $wgCentralIdLookupProviders
authorKunal Mehta <legoktm@member.fsf.org>
Sat, 2 Jan 2016 07:13:31 +0000 (23:13 -0800)
committerFlorianschmidtwelzow <florian.schmidt.stargatewissen@gmail.com>
Sat, 2 Jan 2016 16:09:23 +0000 (16:09 +0000)
Follows up d032bb52cd8c0d.

Change-Id: I43f4fb3d7b2fafc437abcfda73bf865aa8600ba2

docs/extension.schema.json
includes/registration/ExtensionProcessor.php

index 8c760cc..19c2b37 100644 (file)
                        "type": "object",
                        "description": "Registry of factory functions to create Config objects"
                },
+               "CentralIdLookupProviders": {
+                       "type": "object",
+                       "description": "Central ID lookup providers"
+               },
                "namespaces": {
                        "type": "array",
                        "description": "Method to add extra namespaces",
index 13c450a..0e14ee6 100644 (file)
@@ -23,6 +23,7 @@ class ExtensionProcessor implements Processor {
                'AvailableRights',
                'ContentHandlers',
                'ConfigRegistry',
+               'CentralIdLookupProviders',
                'RateLimits',
                'RecentChangesFlags',
                'MediaHandlers',