https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113978

Revision: 113978
Author:   rsterbin
Date:     2012-03-15 23:37:10 +0000 (Thu, 15 Mar 2012)
Log Message:
-----------
Changed bucketing for AFT links from 100% E to 1/3 each A, E, and nothing; also 
bumped up the version number (see bug 34406)

Modified Paths:
--------------
    trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php

Modified: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php
===================================================================
--- trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php    2012-03-15 
23:34:18 UTC (rev 113977)
+++ trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php    2012-03-15 
23:37:10 UTC (rev 113978)
@@ -145,12 +145,12 @@
        //  G: Button below logo
        //  H: Link on each section bar
        'buckets' => array(
-               '-' => 0,
-               'A' => 0,
+               '-' => 33,
+               'A' => 33,
                'B' => 0,
                'C' => 0,
                'D' => 0,
-               'E' => 100,
+               'E' => 33,
                'F' => 0,
                'G' => 0,
                'H' => 0,
@@ -158,7 +158,7 @@
        // This version number is added to all tracking event names, so that
        // changes in the software don't corrupt the data being collected. Bump
        // this when you want to start a new "experiment".
-       'version' => 1,
+       'version' => 2,
        // Let users be tracked for a month, and then rebucket them, allowing 
some
        // churn.
        'expires' => 30,
@@ -320,4 +320,4 @@
 $wgLogActions['articlefeedbackv5/request']  = 'articlefeedbackv5-log-request';
 $wgLogActions['articlefeedbackv5/unrequest']  = 
'articlefeedbackv5-log-unrequest';
 $wgLogActions['articlefeedbackv5/flag']  = 'articlefeedbackv5-log-flag';
-$wgLogActions['articlefeedbackv5/unflag']  = 'articlefeedbackv5-log-unflag';
\ No newline at end of file
+$wgLogActions['articlefeedbackv5/unflag']  = 'articlefeedbackv5-log-unflag';


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

Reply via email to