Jforrester has uploaded a new change for review.
https://gerrit.wikimedia.org/r/68846
Change subject: Run VisualEditor default-on A/B split test for new accounts on
enwiki
......................................................................
Run VisualEditor default-on A/B split test for new accounts on enwiki
Bug: 49604
Change-Id: I94d74fd8abeba465f1f9463890541e8c8f786a43
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/46/68846/1
diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 3702e89..4a8285d 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1913,6 +1913,10 @@
if ( $wmgVisualEditorEnableEventLogging ) {
$wgVisualEditorEnableEventLogging = true;
}
+ // Bug 49604 - to remove once complete.
+ if ( $wmgVisualEditorEnableSplitTest ) {
+ $wgVisualEditorEnableSplitTest = true;
+ }
// Also include the Parsoid extension when VE is enabled
require_once( "$IP/extensions/Parsoid/php/Parsoid.php" );
diff --git a/wmf-config/InitialiseSettings.php
b/wmf-config/InitialiseSettings.php
index b6294fc..c68167f 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -10516,6 +10516,12 @@
'enwiki' => true,
),
+// Bug 49604 - to remove once complete.
+'wmgVisualEditorEnableSplitTest' => array(
+ 'default' => false,
+ 'enwiki' => true,
+),
+
'wmgUseRSSExtension' => array(
'default' => false,
'foundationwiki' => true,
--
To view, visit https://gerrit.wikimedia.org/r/68846
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I94d74fd8abeba465f1f9463890541e8c8f786a43
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits