r105722 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r105721
|
r105722
|
r105723
>
Date:
21:44, 9 December 2011
Author:
yonishostak
Status:
ok
Tags:
Comment:
AFTv5: enabled feedback options 0,1,2,3 with equal odds, disabled 4 and 5
Modified paths:
/trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php
—
—
@@ -63,12 +63,12 @@
64
64
// the new odds are applied to everyone, not just people who have yet to be
65
65
// placed in a bucket.
66
66
'buckets' => array(
67
- 'zero' => 17,
68
- 'one' => 17,
69
- 'two' => 17,
70
- 'three' => 17,
71
- 'four' => 16,
72
- 'five' => 16,
67
+ 'zero' => 25,
68
+ 'one' => 25,
69
+ 'two' => 25,
70
+ 'three' => 25,
71
+ 'four' => 0,
72
+ 'five' => 0,
73
73
),
74
74
// This version number is added to all tracking event names, so that
75
75
// changes in the software don't corrupt the data being collected. Bump
Status & tagging log
20:36, 12 December 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r105722
[
removed:
new
added:
ok]