Hoo man has uploaded a new change for review.
https://gerrit.wikimedia.org/r/270910
Change subject: Enable Capiunto on test, test2 and testwikidata
......................................................................
Enable Capiunto on test, test2 and testwikidata
Bug: T126399
Change-Id: I07ed64206ddc88ec75adeb16ae3b1e6bec54165d
---
M wmf-config/CommonSettings-labs.php
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
3 files changed, 11 insertions(+), 4 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/10/270910/1
diff --git a/wmf-config/CommonSettings-labs.php
b/wmf-config/CommonSettings-labs.php
index 9ede040..0ba461d 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -344,10 +344,6 @@
$wgSentryLogPhpErrors = false;
}
-if ( $wmgUseCapiunto ) {
- require_once "$IP/extensions/Capiunto/Capiunto.php";
-}
-
if ( $wmgUseEventBus ) {
wfLoadExtension( 'EventBus' );
$wgEventServiceUrl =
'http://deployment-eventlogging04.deployment-prep.eqiad.wmflabs:8085/v1/events';
diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index af77aa8..9d84c6f 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -3114,6 +3114,10 @@
$wgEventServiceUrl = "{$wmfMasterServices['eventbus']}/v1/events";
}
+if ( $wmgUseCapiunto ) {
+ require_once "IP/extensions/Capiunto/Capiunto.php";
+}
+
# THIS MUST BE AFTER ALL EXTENSIONS ARE INCLUDED
#
# REALLY ... we're not kidding here ... NO EXTENSIONS AFTER
diff --git a/wmf-config/InitialiseSettings.php
b/wmf-config/InitialiseSettings.php
index 8d57c55..444b5d9 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -16505,6 +16505,13 @@
'votewiki' => false,
),
+'wmgUseCapiunto' => array(
+ 'default' => false,
+ 'testwiki' => true,
+ 'test2wiki' => true,
+ 'testwikidatawiki' => true,
+),
+
);
--
To view, visit https://gerrit.wikimedia.org/r/270910
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I07ed64206ddc88ec75adeb16ae3b1e6bec54165d
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits