Author: Amalthea.wikimedia
Description:
Since yesterday (at enWP) the API doesn't return diffs anymore.
A query like
https://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvdiffto=prev&revids=403864100
Used to return a "diff" element that contained the page diff of the requested revisions.
That element is now missing, instead the "rev" tag now has a "textmissing" attribute.
I notice recent changes to ApiQueryRevisions.php that added this attribute, I assume it broke diff handling somehow.
Version: 1.21.x
Severity: major