summaryrefslogtreecommitdiff
blob: 31743eaf3ce08cd5c873387ed0c3dad6482204be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
	"name": "ContributionScores",
	"author": "Tim Laqua",
	"url": "https://www.mediawiki.org/wiki/Extension:Contribution_Scores",
	"descriptionmsg": "contributionscores-desc",
	"version": "1.26.1",
	"type": "specialpage",
	"requires": {
		"MediaWiki": ">= 1.34.0"
	},
	"SpecialPages": {
		"ContributionScores": "ContributionScores"
	},
	"AutoloadClasses": {
		"ContributionScores": "src/ContributionScores.php"
	},
	"Hooks": {
		"ParserFirstCallInit": "ContributionScores::onParserFirstCallInit"
	},
	"MessagesDirs": {
		"ContributionScores": [
			"i18n"
		]
	},
	"ExtensionMessagesFiles": {
		"ContribScoreAlias": "ContributionScores.alias.php",
		"ContribScoreMagic": "ContributionScores.i18n.magic.php"
	},
	"config": {
		"ContribScoreReports": {
			"value": null,
			"description": "Each array defines a report - 7,50 is \"past 7 days \" and \"LIMIT 50 \" - Can be omitted."
		},
		"ContribScoreIgnoreBlockedUsers": {
			"value": false,
			"description": "Set to true to exclude blocked users from the reporting."
		},
		"ContribScoreIgnoreBots": {
			"value": false,
			"description": "Set to true to exclude bots users from the reporting."
		},
		"ContribScoreIgnoreUsernames": {
			"value": [],
			"description": "Array of usernames to exclude from the reporting."
		},
		"ContribScoresUseRealName": {
			"value": false,
			"description": "Set to true to use real user names when available."
		},
		"ContribScoreDisableCache": {
			"value": false,
			"description": "Set to true to disable cache for parser function and inclusion of table."
		},
		"ContribScoreUseRoughEditCount": {
			"value": false,
			"description": "Set to true to use the rough number of edits in user table, for performance issue."
		},
		"ContribScoreCacheTTL": {
			"value": 30,
			"description": "Cache the contribution scores data, in minutes."
		}
	},
	"manifest_version": 2
}