r105722 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105721‎ | r105722 | r105723 >
Date:21:44, 9 December 2011
Author:yonishostak
Status:ok
Tags:
Comment:
AFTv5: enabled feedback options 0,1,2,3 with equal odds, disabled 4 and 5
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php
@@ -63,12 +63,12 @@
6464 // the new odds are applied to everyone, not just people who have yet to be
6565 // placed in a bucket.
6666 'buckets' => array(
67 - 'zero' => 17,
68 - 'one' => 17,
69 - 'two' => 17,
70 - 'three' => 17,
71 - 'four' => 16,
72 - 'five' => 16,
 67+ 'zero' => 25,
 68+ 'one' => 25,
 69+ 'two' => 25,
 70+ 'three' => 25,
 71+ 'four' => 0,
 72+ 'five' => 0,
7373 ),
7474 // This version number is added to all tracking event names, so that
7575 // changes in the software don't corrupt the data being collected. Bump

Status & tagging log