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
|
{
"name": "Clean Changes",
"version": "2020-07-20 [https://www.mediawiki.org/wiki/MLEB MLEB 2020.07]",
"author": "Niklas Laxström",
"url": "https://www.mediawiki.org/wiki/Extension:CleanChanges",
"descriptionmsg": "cleanchanges-desc",
"license-name": "GPL-2.0-or-later",
"type": "other",
"AutoloadClasses": {
"NCL": "includes/NCL.php",
"CCFilters": "includes/CCFilters.php"
},
"config": {
"CCTrailerFilter": false,
"CCUserFilter": true,
"CCFiltersOnly": true
},
"Hooks": {
"FetchChangesList": "NCL::hook",
"MakeGlobalVariablesScript": "NCL::addScriptVariables",
"ChangesListSpecialPageQuery": [
"CCFilters::user",
"CCFilters::trailer"
],
"SpecialRecentChangesPanel": [
"CCFilters::userForm",
"CCFilters::trailerForm"
]
},
"MessagesDirs": {
"CleanChanges": [
"i18n"
]
},
"ResourceModules": {
"ext.cleanchanges": {
"scripts": "resources/cleanchanges.js"
},
"ext.cleanchanges.uls": {
"scripts": "resources/cleanchanges.uls.js",
"styles": "resources/cleanchanges.uls.css"
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteExtPath": "CleanChanges"
},
"manifest_version": 1
}
|