r108150 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108149‎ | r108150 | r108151 >
Date:16:50, 5 January 2012
Author:rsterbin
Status:ok
Tags:
Comment:
Updated bucketing to make link option D the only one, as per Tuesday's status meeting
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php
@@ -128,11 +128,11 @@
129129 // G: Button below logo
130130 // H: Link on each section bar
131131 'buckets' => array(
132 - '-' => 25,
133 - 'A' => 25,
134 - 'B' => 25,
 132+ '-' => 0,
 133+ 'A' => 0,
 134+ 'B' => 0,
135135 'C' => 0,
136 - 'D' => 25,
 136+ 'D' => 100,
137137 'E' => 0,
138138 'F' => 0,
139139 'G' => 0,
@@ -141,7 +141,7 @@
142142 // This version number is added to all tracking event names, so that
143143 // changes in the software don't corrupt the data being collected. Bump
144144 // this when you want to start a new "experiment".
145 - 'version' => 0,
 145+ 'version' => 1,
146146 // Let users be tracked for a month, and then rebucket them, allowing some
147147 // churn.
148148 'expires' => 30,

Status & tagging log