From: Kunal Mehta Date: Sat, 2 Jan 2016 07:13:31 +0000 (-0800) Subject: registration: Allow setting $wgCentralIdLookupProviders X-Git-Tag: 1.31.0-rc.0~8491 X-Git-Url: http://git.cyclocoop.org/%27.generer_url_ecrire%28%27admin_couteau_suisse%27%2C%27cmd=descrip&outil=boites_privees?a=commitdiff_plain;h=2d534f3ea6ab39c463ac27692c1121c3faf5c92a;p=lhc%2Fweb%2Fwiklou.git registration: Allow setting $wgCentralIdLookupProviders Follows up d032bb52cd8c0d. Change-Id: I43f4fb3d7b2fafc437abcfda73bf865aa8600ba2 --- diff --git a/docs/extension.schema.json b/docs/extension.schema.json index 8c760cc31d..19c2b3771a 100644 --- a/docs/extension.schema.json +++ b/docs/extension.schema.json @@ -504,6 +504,10 @@ "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", diff --git a/includes/registration/ExtensionProcessor.php b/includes/registration/ExtensionProcessor.php index 13c450a415..0e14ee683f 100644 --- a/includes/registration/ExtensionProcessor.php +++ b/includes/registration/ExtensionProcessor.php @@ -23,6 +23,7 @@ class ExtensionProcessor implements Processor { 'AvailableRights', 'ContentHandlers', 'ConfigRegistry', + 'CentralIdLookupProviders', 'RateLimits', 'RecentChangesFlags', 'MediaHandlers',