jenkins-bot has submitted this change and it was merged.

Change subject: Compatibility hack to ease roll-out of EL API module
......................................................................


Compatibility hack to ease roll-out of EL API module

This ensures remote schema are fetched using index.php while we roll out the
API module to MetaWiki. See Gerrit change I4f1763372 for details.

Change-Id: I7fc1a5ad4296a86796e0edc2093f7a7286e1e268
---
M wmf-config/CommonSettings.php
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 39a52b9..29e7f64 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2415,6 +2415,9 @@
                $wgCodeEditorEnableCore = $wmgUseCodeEditorForCore; // For 
safety's sake
        }
 
+       // Temporary hack for 'jsonschema' API module migration
+       $wgEventLoggingSchemaApiUri = $wgEventLoggingSchemaIndexUri;
+
        // Extensions dependent on EventLogging
        if ( $wmgUseCampaigns ) {
                include_once( "$IP/extensions/Campaigns/Campaigns.php" );

-- 
To view, visit https://gerrit.wikimedia.org/r/69149
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7fc1a5ad4296a86796e0edc2093f7a7286e1e268
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to