mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-23 22:45:20 +00:00
build: Update MediaWiki requirement to 1.43
All extensions in the MediaWiki tarball are expected to track MediaWiki's release directly. Change-Id: Ibc1f2c62054f76423778af600cf7b563c8a10f1b
This commit is contained in:
parent
438eed5c54
commit
a8985ad1e1
|
@ -15,7 +15,7 @@
|
|||
"license-name": "GPL-2.0-or-later",
|
||||
"type": "parserhook",
|
||||
"requires": {
|
||||
"MediaWiki": ">= 1.42.0"
|
||||
"MediaWiki": ">= 1.43"
|
||||
},
|
||||
"MessagesDirs": {
|
||||
"Cite": [
|
||||
|
@ -333,35 +333,39 @@
|
|||
"cite-tracking-category-cite-error",
|
||||
"cite-tracking-category-ref-extends"
|
||||
],
|
||||
"ParsoidModules": [ {
|
||||
"name": "Cite",
|
||||
"domProcessors": [
|
||||
"Cite\\Parsoid\\RefProcessor"
|
||||
],
|
||||
"tags": [
|
||||
{
|
||||
"name": "ref",
|
||||
"handler": "Cite\\Parsoid\\Ref",
|
||||
"options": {
|
||||
"wt2html": {
|
||||
"unpackOutput": false,
|
||||
"embedsHTMLInAttributes": true
|
||||
},
|
||||
"outputHasCoreMwDomSpecMarkup": true
|
||||
"ParsoidModules": [
|
||||
{
|
||||
"name": "Cite",
|
||||
"domProcessors": [
|
||||
"Cite\\Parsoid\\RefProcessor"
|
||||
],
|
||||
"tags": [
|
||||
{
|
||||
"name": "ref",
|
||||
"handler": "Cite\\Parsoid\\Ref",
|
||||
"options": {
|
||||
"wt2html": {
|
||||
"unpackOutput": false,
|
||||
"embedsHTMLInAttributes": true
|
||||
},
|
||||
"outputHasCoreMwDomSpecMarkup": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "references",
|
||||
"handler": "Cite\\Parsoid\\References",
|
||||
"options": {
|
||||
"wt2html": {
|
||||
"embedsHTMLInAttributes": true
|
||||
},
|
||||
"html2wt": {
|
||||
"format": "block"
|
||||
},
|
||||
"outputHasCoreMwDomSpecMarkup": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "references",
|
||||
"handler": "Cite\\Parsoid\\References",
|
||||
"options": {
|
||||
"wt2html": {
|
||||
"embedsHTMLInAttributes": true
|
||||
},
|
||||
"html2wt": { "format": "block" },
|
||||
"outputHasCoreMwDomSpecMarkup": true
|
||||
}
|
||||
}
|
||||
]
|
||||
} ],
|
||||
]
|
||||
}
|
||||
],
|
||||
"manifest_version": 2
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue