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

Revision: 114973
Author:   catrope
Date:     2012-04-19 19:20:15 +0000 (Thu, 19 Apr 2012)
Log Message:
-----------
1.19wmf1: Update ArticleFeedbackv5 from git (wmf/1.20wmf1)

Modified Paths:
--------------
    branches/wmf/1.19wmf1/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php

Modified: 
branches/wmf/1.19wmf1/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php
===================================================================
--- branches/wmf/1.19wmf1/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php    
2012-04-19 19:09:47 UTC (rev 114972)
+++ branches/wmf/1.19wmf1/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php    
2012-04-19 19:20:15 UTC (rev 114973)
@@ -148,12 +148,12 @@
        //  G: Button below logo
        //  H: Link on each section bar
        'buckets' => array(
-               'X' => 33,
-               'A' => 33,
+               'X' => 0,
+               'A' => 0,
                'B' => 0,
                'C' => 0,
                'D' => 0,
-               'E' => 33,
+               'E' => 100,
                'F' => 0,
                'G' => 0,
                'H' => 0,
@@ -161,7 +161,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' => 3,
+       'version' => 4,
        // Let users be tracked for a month, and then rebucket them, allowing 
some
        // churn.
        'expires' => 30,


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

Reply via email to