r105164 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105163‎ | r105164 | r105165 >
Date:11:16, 5 December 2011
Author:catrope
Status:deferred
Tags:
Comment:
AFTv5: Fix a few typos and factual errors in the comments
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php
@@ -35,13 +35,13 @@
3636 // Default to $wgContentNamespaces (defaults to array( NS_MAIN ) ).
3737 $wgArticleFeedbackv5Namespaces = $wgContentNamespaces;
3838
39 -// Articles not categorized as on of the values in $wgArticleFeedbackv5Categories can still have the
40 -// tool psudo-randomly activated by applying the following odds to a lottery based on $wgArticleId.
 39+// Articles not categorized as one of the values in $wgArticleFeedbackv5Categories can still have the
 40+// tool pseudo-randomly activated by applying the following odds to a lottery based on wgArticleId.
4141 // The value can be a floating point number (percentage) in range of 0 - 100. Tenths of a percent
4242 // are the smallest increments used.
4343 $wgArticleFeedbackv5LotteryOdds = 0;
4444
45 -// This puts the javascript into debug mode. In debug mode, you can set your
 45+// This puts the JavaScript into debug mode. In debug mode, you can set your
4646 // own bucket by passing it in the url (e.g., ?bucket=1), and the showstopper
4747 // error mode will have a useful error message, if one exists, rather than the
4848 // default message.
@@ -86,8 +86,8 @@
8787 $wgArticleFeedbackv5Tracking = array(
8888 // Not all users need to be tracked, but we do want to track some users over time - these
8989 // buckets are used when deciding to track someone or not, placing them in one of two buckets:
90 - // "ignore" or "track". When $wgArticleFeedbackv5TrackingVersion changes, users will be
91 - // re-bucketed, so you should always increment $wgArticleFeedbackv5TrackingVersion when changing
 90+ // "ignore" or "track". When the 'version' key changes, users will be
 91+ // re-bucketed, so you should always increment the 'version' key when changing
9292 // this number to ensure the new odds are applied to everyone, not just people who have yet to
9393 // be placed in a bucket.
9494 'buckets' => array(

Status & tagging log