https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114423
Revision: 114423
Author: rsterbin
Date: 2012-03-22 14:37:20 +0000 (Thu, 22 Mar 2012)
Log Message:
-----------
Bump up version numbers; make no-link option explicit
Modified Paths:
--------------
trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php
Modified: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php
===================================================================
--- trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php 2012-03-22
14:34:31 UTC (rev 114422)
+++ trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php 2012-03-22
14:37:20 UTC (rev 114423)
@@ -90,7 +90,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' => 0,
+ 'version' => 1,
// Let users be tracked for a month, and then rebucket them, allowing
some
// churn.
'expires' => 30,
@@ -113,7 +113,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' => 0,
+ 'version' => 1,
// Let users be tracked for a month, and then rebucket them, allowing
some churn
'expires' => 30,
// Track the event of users being bucketed - so we can be sure the odds
@@ -135,7 +135,7 @@
// Bucket settings for links to the feedback form
$wgArticleFeedbackv5LinkBuckets = array(
// Users can fall into one of several buckets for links. These are:
- // -: No link; user must scroll to the bottom of the page
+ // X: No link; user must scroll to the bottom of the page
// A: After the site tagline (below the article title)
// B: Below the titlebar on the right
// C: Button fixed to right side
@@ -145,7 +145,7 @@
// G: Button below logo
// H: Link on each section bar
'buckets' => array(
- '-' => 33,
+ 'X' => 33,
'A' => 33,
'B' => 0,
'C' => 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' => 2,
+ 'version' => 3,
// 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