summaryrefslogtreecommitdiff
blob: 94892b5b96a415c50a1c09c398eb0e01062282b1 (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
{
    "name": "Clean Changes",
    "version": "2019-01-17 [https://www.mediawiki.org/wiki/MLEB MLEB 2019.01]",
    "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": "CleanChanges_body.php",
        "CCFilters": "Filters.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
}