mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-14 19:27:53 +00:00
eaf2d26db8
The action=record-lint was a hack that allowed Parsoid/JS to send data to MediaWiki to be stored in the linter database. Thankfully we no longer need it in the glorious Parsoid/PHP world because it can write directly to the database. The API module, i18n messages and $wgLinterSubmitterWhitelist are all removed. Bug: T329992 Change-Id: Iba70e05a2e28f4ecd02101cff51993ebe65f19d0
25 lines
1.2 KiB
JSON
25 lines
1.2 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Amire80",
|
|
"Fitoschido",
|
|
"Kunal Mehta",
|
|
"Liuxinyu970226",
|
|
"Mormegil",
|
|
"Umherirrender"
|
|
]
|
|
},
|
|
"apihelp-query+linterrors-description": "{{doc-apihelp-description|query+linterrors}}",
|
|
"apihelp-query+linterrors-summary": "{{doc-apihelp-summary|query+linterrors}}",
|
|
"apihelp-query+linterrors-param-categories": "{{doc-apihelp-param|query+linterrors|categories}}",
|
|
"apihelp-query+linterrors-param-limit": "{{doc-apihelp-param|query+linterrors|limit}}",
|
|
"apihelp-query+linterrors-param-from": "{{doc-apihelp-param|query+linterrors|from}}",
|
|
"apihelp-query+linterrors-param-namespace": "{{doc-apihelp-param|query+linterrors|namespace}}",
|
|
"apihelp-query+linterrors-param-pageid": "{{doc-apihelp-param|query+linterrors|pageid}}",
|
|
"apihelp-query+linterrors-param-title": "{{doc-apihelp-param|query+linterrors|title}}",
|
|
"apihelp-query+linterrors-example-1": "{{doc-apihelp-example|query+linterrors}}",
|
|
"apihelp-query+linterstats-description": "{{doc-apihelp-description|query+linterstats}}",
|
|
"apihelp-query+linterstats-summary": "{{doc-apihelp-summary|query+linterstats}}",
|
|
"apihelp-query+linterstats-example-1": "{{doc-apihelp-example|query+linterstats}}"
|
|
}
|