Hard deprecate support for Parsoid v1 API
authorC. Scott Ananian <cscott@cscott.net>
Fri, 13 Jul 2018 20:59:57 +0000 (16:59 -0400)
committerJames D. Forrester <jforrester@wikimedia.org>
Fri, 13 Jul 2018 21:12:32 +0000 (14:12 -0700)
commit11b90976ca6a4aa0eac36fab24501e264ada8728
tree759d04f2b879a63f1e173996bc32467b71b514c2
parent44bd8cc219e1995bdcc5a8bd71e50de9ac61b606
Hard deprecate support for Parsoid v1 API

This was soft deprecated by f5c874cbaf2c1408342305fbc87dc6db36728e07 in
May 2015, and support for the v1 API was removed from Parsoid in May 2016,
but the compatibility code has persisted zombie-like in core.

Hard deprecate this now, to warn anyone who might still be using ancient
copies of Visual Editor and Parsoid, and then we can slice the code out
in the next MW release.

Bug: T100681
Change-Id: I68e0ab5b38f31b7708ba6f075dcb3328dde118d1
RELEASE-NOTES-1.32
includes/libs/virtualrest/ParsoidVirtualRESTService.php
includes/libs/virtualrest/RestbaseVirtualRESTService.php