mediawiki-extensions-Visual.../includes/VEParsoid
C. Scott Ananian cc95db5afd Ensure Parsoid doesn't throw when <ref> is used w/o Cite installed
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 29d3e25b4a)
2020-08-21 16:39:04 +00:00
..
src Ensure Parsoid doesn't throw when <ref> is used w/o Cite installed 2020-08-21 16:39:04 +00:00
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+.