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",
|
"license-name": "GPL-2.0-or-later",
|
||||||
"type": "parserhook",
|
"type": "parserhook",
|
||||||
"requires": {
|
"requires": {
|
||||||
"MediaWiki": ">= 1.42.0"
|
"MediaWiki": ">= 1.43"
|
||||||
},
|
},
|
||||||
"MessagesDirs": {
|
"MessagesDirs": {
|
||||||
"Cite": [
|
"Cite": [
|
||||||
|
@ -333,35 +333,39 @@
|
||||||
"cite-tracking-category-cite-error",
|
"cite-tracking-category-cite-error",
|
||||||
"cite-tracking-category-ref-extends"
|
"cite-tracking-category-ref-extends"
|
||||||
],
|
],
|
||||||
"ParsoidModules": [ {
|
"ParsoidModules": [
|
||||||
"name": "Cite",
|
{
|
||||||
"domProcessors": [
|
"name": "Cite",
|
||||||
"Cite\\Parsoid\\RefProcessor"
|
"domProcessors": [
|
||||||
],
|
"Cite\\Parsoid\\RefProcessor"
|
||||||
"tags": [
|
],
|
||||||
{
|
"tags": [
|
||||||
"name": "ref",
|
{
|
||||||
"handler": "Cite\\Parsoid\\Ref",
|
"name": "ref",
|
||||||
"options": {
|
"handler": "Cite\\Parsoid\\Ref",
|
||||||
"wt2html": {
|
"options": {
|
||||||
"unpackOutput": false,
|
"wt2html": {
|
||||||
"embedsHTMLInAttributes": true
|
"unpackOutput": false,
|
||||||
},
|
"embedsHTMLInAttributes": true
|
||||||
"outputHasCoreMwDomSpecMarkup": 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
|
"manifest_version": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue