Bsitu has uploaded a new change for review.

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


Change subject: Enable Echo interaction schema and cohort study
......................................................................

Enable Echo interaction schema and cohort study

Change-Id: I159d8a4ca5da57358f67ec14266e160b4385021a
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 13 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index e8a8e1c..8c8493f 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2268,6 +2268,12 @@
        // Eventlogging for Schema:EchoPrefUpdate
        $wgEchoConfig['eventlogging']['EchoPrefUpdate']['enabled'] = true;
        $wgEchoConfig['eventlogging']['EchoPrefUpdate']['revision'] = 5488876;
+       // Eventlogging for Schema:EchoInteraction
+       $wgEchoConfig['eventlogging']['EchoInteraction']['enabled'] = true;
+       $wgEchoConfig['eventlogging']['EchoInteraction']['revision'] = 5539940;
+
+       // Cohort study time
+       $wgEchoCohortInterval = $wmgEchoCohortInterval;
 
        $wgEchoEnableEmailBatch = $wmgEchoEnableEmailBatch;
        $wgEchoEmailFooterAddress = $wmgEchoEmailFooterAddress;
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 77ada08..fb9383d 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -12031,6 +12031,13 @@
        'enwiki' => 'extension1',
 ),
 
+// Cohort study time, empty array to disable Cohort study
+'wmgEchoCohortInterval' => array(
+       'default' => array(),
+       'testwiki' => array( 20130611182949, 20130611184549, 20130611185949 ),
+       'enwiki' => array( 20130611200000, 20130618200000, 20130701200000 ),
+),
+
 'wmgUseThanks' => array(
        'default' => false,
        'testwiki' => true,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I159d8a4ca5da57358f67ec14266e160b4385021a
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Bsitu <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to