Index: branches/wmf/1.19wmf1/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php |
— | — | @@ -148,12 +148,12 @@ |
149 | 149 | // G: Button below logo |
150 | 150 | // H: Link on each section bar |
151 | 151 | 'buckets' => array( |
152 | | - 'X' => 33, |
153 | | - 'A' => 33, |
| 152 | + 'X' => 0, |
| 153 | + 'A' => 0, |
154 | 154 | 'B' => 0, |
155 | 155 | 'C' => 0, |
156 | 156 | 'D' => 0, |
157 | | - 'E' => 33, |
| 157 | + 'E' => 100, |
158 | 158 | 'F' => 0, |
159 | 159 | 'G' => 0, |
160 | 160 | 'H' => 0, |
— | — | @@ -161,7 +161,7 @@ |
162 | 162 | // This version number is added to all tracking event names, so that |
163 | 163 | // changes in the software don't corrupt the data being collected. Bump |
164 | 164 | // this when you want to start a new "experiment". |
165 | | - 'version' => 3, |
| 165 | + 'version' => 4, |
166 | 166 | // Let users be tracked for a month, and then rebucket them, allowing some |
167 | 167 | // churn. |
168 | 168 | 'expires' => 30, |