Ori.livneh has uploaded a new change for review.
https://gerrit.wikimedia.org/r/281288
Change subject: Load the Newsletter extension on the beta cluster
......................................................................
Load the Newsletter extension on the beta cluster
Change-Id: I3ffe65b87150753c83ed8fa1e66adc267bd714f5
Task: T127297
---
M wmf-config/CommonSettings-labs.php
M wmf-config/InitialiseSettings-labs.php
2 files changed, 7 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/88/281288/1
diff --git a/wmf-config/CommonSettings-labs.php
b/wmf-config/CommonSettings-labs.php
index 8bf542b..59de815 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -337,6 +337,10 @@
$wgOresBaseUrl = 'https://ores.wmflabs.org/';
}
+if ( $wmgUseNewsletter ) {
+ wfLoadExtension( 'Newsletter' );
+}
+
// Experimental
$wgGadgetsCaching = false;
diff --git a/wmf-config/InitialiseSettings-labs.php
b/wmf-config/InitialiseSettings-labs.php
index 47320a1..9b2b734 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -665,5 +665,8 @@
'default' => 1024 * 1024 * 4096, // 4 GB (i.e. equals
2^31 - 1)
'ptwiki' => 1024 * 500, // 500 KB - T25186
),
+ 'wmgUseNewsletter' => array(
+ 'default' => true, // T127297
+ ),
);
} # wmflLabsSettings()
--
To view, visit https://gerrit.wikimedia.org/r/281288
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ffe65b87150753c83ed8fa1e66adc267bd714f5
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits