EBernhardson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/235391

Change subject: Enable experiment with experimental completion suggester
......................................................................

Enable experiment with experimental completion suggester

Enabled for 1 in 5000 page views. Runs from 2015-09-08 until
2015-09-15.

Bug: T111078
Change-Id: I22a7f3d96924cc8b0ab7e2dd19bd3c5b4701cf46
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/91/235391/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 3e1fede..8546201 100755
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2648,6 +2648,7 @@
        include_once( "$IP/extensions/WikimediaEvents/WikimediaEvents.php" );
        $wgWMEStatsdBaseUri = '/beacon/statsv';
        $wgWMETrackGeoFeatures = $wmgWMETrackGeoFeatures;
+       $wgWMEEnableCompletionExperiment = $wmgWMEEnableCompletionExperiment;
 }
 
 if ( $wmgUseEventLogging && $wmgUseNavigationTiming ) {
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index d799919..1e337b3 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -15269,6 +15269,12 @@
        'default' => array(),
 ),
 
+'wmgWMEEnableCompletionExperiment' => array(
+       'default' => false,
+       'enwiki' => true,
+       'dewiki' => true,
+),
+
 'wmgUseCite' => array(
        'default' => true,
        'loginwiki' => false,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I22a7f3d96924cc8b0ab7e2dd19bd3c5b4701cf46
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <ebernhard...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to