Page MenuHomePhabricator

Request for &rvdiffprop in &prop=revisions to fetch diff info (size)
Closed, DeclinedPublic

Description

Author: herd

Description:
It would be useful to be able to return the size of a diff and/or cache status before actually preloading it via the browser. For example:

http://en.wikipedia.org/w/api.php?action=query&prop=revisions&revids=279481248&rvdiffto=279702980

This generates 168k gzipped, but in actuality it is 5.5 megs plaintext.

With &rvdiffinfo it would be nice, if the diff is already cached, to show the size (and possibly titles, cache key, other diff info) without necessarily fetching it.

I am ambivalent on whether it would be a good idea to return the info if the diff is not cached, as that would involve generating it, and might be a bad practice (that they could then generate huge diffs without having to download them). Probably if it is not cached, the user should get a cached=false or notcached="" parameter, so they know they must &rvdiffto to generate it first.


Version: 1.15.x
Severity: enhancement

Details

Reference
bz18189

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 10:32 PM
bzimport set Reference to bz18189.
bzimport added a subscriber: Unknown Object (MLST).

I wonder if there is any relation to (fixed) https://bugzilla.wikimedia.org/show_bug.cgi?id=37301 for user contribs and if that fixed one would make it easier to implement this request here?

Change 352191 had a related patch set uploaded (by Anomie; owner: Anomie):
[mediawiki/core@master] API: Rewrite ApiComparePages

https://gerrit.wikimedia.org/r/352191

Change 352191 merged by jenkins-bot:
[mediawiki/core@master] API: Rewrite ApiComparePages

https://gerrit.wikimedia.org/r/352191