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

Change subject: $wgEventLoggingSchemaIndexUri => $wgEventLoggingSchemaApiUri
......................................................................


$wgEventLoggingSchemaIndexUri => $wgEventLoggingSchemaApiUri

Change I4f1763372 (to mediawiki/extensions/EventLogging.git) adds an API module
for schemas that is designed to replace 'action=raw' as the means by which
wikis fetch schema contents from MetaWiki. For the sake of clarity, the
configuration variable pointing to MetaWiki has been renamed from
'$wgEventLoggingSchemaIndexUri' to '$wgEventLoggingSchemaApiUri'. This change
prepares for the migration by leaving the old definition in tact but adding the
new one beside it.

Change-Id: I009820d1d07d7883d703c159b3d60597e253e292
---
M wmf-config/CommonSettings.php
1 file changed, 2 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 3702e89..39a52b9 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2395,6 +2395,7 @@
                // test2wiki has its own Schema: NS.
                $wgEventLoggingDBname = 'test2wiki';
                $wgEventLoggingSchemaIndexUri = 
'http://test2.wikipedia.org/w/index.php';
+               $wgEventLoggingSchemaApiUri = 
'http://test2.wikipedia.org/w/api.php';
                $wgEventLoggingBaseUri = '//bits.wikimedia.org/dummy.gif';
                $wgEventLoggingFile = 
"udp://$wmfUdp2logDest/EventLogging-$wgDBname";
        } else {
@@ -2403,6 +2404,7 @@
                $wgEventLoggingDBname = 'metawiki';
                $wgEventLoggingFile = 'udp://10.64.21.123:8421/EventLogging';  
// vanadium
                $wgEventLoggingSchemaIndexUri = 
'http://meta.wikimedia.org/w/index.php';
+               $wgEventLoggingSchemaApiUri = 
'http://meta.wikimedia.org/w/api.php';
        }
        if ( $wgEventLoggingDBname === $wgDBname ) {
                // Bug 45031

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I009820d1d07d7883d703c159b3d60597e253e292
Gerrit-PatchSet: 2
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