Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php |
— | — | @@ -90,7 +90,7 @@ |
91 | 91 | // This version number is added to all tracking event names, so that |
92 | 92 | // changes in the software don't corrupt the data being collected. Bump |
93 | 93 | // this when you want to start a new "experiment". |
94 | | - 'version' => 0, |
| 94 | + 'version' => 1, |
95 | 95 | // Let users be tracked for a month, and then rebucket them, allowing some |
96 | 96 | // churn. |
97 | 97 | 'expires' => 30, |
— | — | @@ -113,7 +113,7 @@ |
114 | 114 | ), |
115 | 115 | // This version number is added to all tracking event names, so that changes in the software |
116 | 116 | // don't corrupt the data being collected. Bump this when you want to start a new "experiment". |
117 | | - 'version' => 0, |
| 117 | + 'version' => 1, |
118 | 118 | // Let users be tracked for a month, and then rebucket them, allowing some churn |
119 | 119 | 'expires' => 30, |
120 | 120 | // Track the event of users being bucketed - so we can be sure the odds |
— | — | @@ -135,7 +135,7 @@ |
136 | 136 | // Bucket settings for links to the feedback form |
137 | 137 | $wgArticleFeedbackv5LinkBuckets = array( |
138 | 138 | // Users can fall into one of several buckets for links. These are: |
139 | | - // -: No link; user must scroll to the bottom of the page |
| 139 | + // X: No link; user must scroll to the bottom of the page |
140 | 140 | // A: After the site tagline (below the article title) |
141 | 141 | // B: Below the titlebar on the right |
142 | 142 | // C: Button fixed to right side |
— | — | @@ -145,7 +145,7 @@ |
146 | 146 | // G: Button below logo |
147 | 147 | // H: Link on each section bar |
148 | 148 | 'buckets' => array( |
149 | | - '-' => 33, |
| 149 | + 'X' => 33, |
150 | 150 | 'A' => 33, |
151 | 151 | 'B' => 0, |
152 | 152 | 'C' => 0, |
— | — | @@ -158,7 +158,7 @@ |
159 | 159 | // This version number is added to all tracking event names, so that |
160 | 160 | // changes in the software don't corrupt the data being collected. Bump |
161 | 161 | // this when you want to start a new "experiment". |
162 | | - 'version' => 2, |
| 162 | + 'version' => 3, |
163 | 163 | // Let users be tracked for a month, and then rebucket them, allowing some |
164 | 164 | // churn. |
165 | 165 | 'expires' => 30, |