r108131 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108130‎ | r108131 | r108132 >
Date:10:07, 5 January 2012
Author:siebrand
Status:ok
Tags:
Comment:
Add some documentation for settings per CR on r108127.
Modified paths:
  • /trunk/extensions/ContributionScores/ContributionScores.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ContributionScores/ContributionScores.php
@@ -22,11 +22,13 @@
2323
2424 define( 'CONTRIBUTIONSCORES_MAXINCLUDELIMIT', 50 );
2525 $wgContribScoreReports = null;
26 -$wgContribScoreIgnoreBlockedUsers = false;
27 -$wgContribScoreIgnoreBots = false;
28 -$wgContribScoresUseRealName = false;
29 -$wgContribScoreDisableCache = false;
3026
 27+// These settings can be overridden in LocalSettings.php.
 28+$wgContribScoreIgnoreBlockedUsers = false; // Set to true to exclude bots from the reporting.
 29+$wgContribScoreIgnoreBots = false; // Set to true to exclude blocked users from the reporting.
 30+$wgContribScoresUseRealName = false; // Set to true to use real user names when available. Only for MediaWiki 1.19 and later.
 31+$wgContribScoreDisableCache = false; // Set to true to disable cache for parser function and inclusion of table.
 32+
3133 $wgAutoloadClasses['ContributionScores'] = $dir . 'ContributionScores_body.php';
3234 $wgSpecialPages['ContributionScores'] = 'ContributionScores';
3335 $wgSpecialPageGroups['ContributionScores'] = 'wiki';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108127* format number output of cscore parser function....siebrand09:43, 5 January 2012

Status & tagging log