r114973 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114972‎ | r114973 | r114974 >
Date:19:20, 19 April 2012
Author:catrope
Status:deferred
Tags:
Comment:
1.19wmf1: Update ArticleFeedbackv5 from git (wmf/1.20wmf1)
Modified paths:
  • /branches/wmf/1.19wmf1/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php
@@ -148,12 +148,12 @@
149149 // G: Button below logo
150150 // H: Link on each section bar
151151 'buckets' => array(
152 - 'X' => 33,
153 - 'A' => 33,
 152+ 'X' => 0,
 153+ 'A' => 0,
154154 'B' => 0,
155155 'C' => 0,
156156 'D' => 0,
157 - 'E' => 33,
 157+ 'E' => 100,
158158 'F' => 0,
159159 'G' => 0,
160160 'H' => 0,
@@ -161,7 +161,7 @@
162162 // This version number is added to all tracking event names, so that
163163 // changes in the software don't corrupt the data being collected. Bump
164164 // this when you want to start a new "experiment".
165 - 'version' => 3,
 165+ 'version' => 4,
166166 // Let users be tracked for a month, and then rebucket them, allowing some
167167 // churn.
168168 'expires' => 30,

Status & tagging log