mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-03 10:26:37 +00:00
cc95db5afd
Parsoid always enables `<ref>` processing, but our Cite extension
implementation tries to fetch $wgCiteResponsiveReferences, which won't
be set if the Cite extension is not installed.
Change-Id: Idde8af07e5bf40983b2ec878ebf70aabb522a800
(cherry picked from commit 0ca4ae6908b626d34f8445d9048342378d0e3c23)
(cherry picked from commit
|
||
---|---|---|
.. | ||
src | ||
parsoidRoutes.json | ||
README.md | ||
ServiceWiring.php |
This code exports a REST API for Parsoid. It is a temporary mechanism to connect VE and Parsoid, which will eventually be replaced by direct communication as Parsoid is integrated in MediaWiki core.
Any patches must be submitted and merged into the Parsoid repo (mediawiki/services/parsoid.git) first, before being applied here, to avoid implementation drift.
Note that, unlike the rest of this repo, this code is licensed under GPL 2.0+.