r104866 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104865‎ | r104866 | r104867 >
Date:15:53, 1 December 2011
Author:rsterbin
Status:deferred
Tags:
Comment:
Updated display bucketing config to include all six forms; Fixed mistaken revamp of tracking bucket in r103335
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php
@@ -63,9 +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 - '1' => 34,
68 - '5' => 33,
69 - '6' => 33,
 67+ '0' => 17,
 68+ '1' => 17,
 69+ '2' => 17,
 70+ '3' => 17,
 71+ '4' => 16,
 72+ '5' => 16,
7073 ),
7174 // This version number is added to all tracking event names, so that
7275 // changes in the software don't corrupt the data being collected. Bump
@@ -88,12 +91,8 @@
8992 // this number to ensure the new odds are applied to everyone, not just people who have yet to
9093 // be placed in a bucket.
9194 'buckets' => array(
92 - 'one' => 16,
93 - 'two' => 16,
94 - 'three' => 16,
95 - 'four' => 16,
96 - 'five' => 16,
97 - 'six' => 16,
 95+ 'ignore' => 0,
 96+ 'track' => 100,
9897 ),
9998 // This version number is added to all tracking event names, so that changes in the software
10099 // don't corrupt the data being collected. Bump this when you want to start a new "experiment".

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103335Update database schema for AFTv5. Rename tables and set sensible prefixes. Pr...gregchiasson16:25, 16 November 2011

Status & tagging log