Page MenuHomePhabricator

prop=revisions&rvstart=... blows up when continuing
Closed, ResolvedPublic

Description

A query such as https://en.wikipedia.org/w/api.php?format=jsonfm&action=query&titles=Jimi%20Hendrix&prop=revisions&rvprop=ids|timestamp&rvlimit=10&rvstart=20120731000000 returns a query-continue of rvstartid=504924999. According to the API docs, we should just append this rvstartid to the original query: https://en.wikipedia.org/w/api.php?format=jsonfm&action=query&titles=Jimi%20Hendrix&prop=revisions&rvprop=ids|timestamp&rvlimit=10&rvstart=20120731000000&rvstartid=504924999. But this fails because rvstart and rvstartid may not both be used.

Gerrit changeset coming shortly (I need the bug number for the release notes and revision summary).


Version: 1.20.x
Severity: normal

Details

Reference
bz38904

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:48 AM
bzimport set Reference to bz38904.
bzimport added a subscriber: Unknown Object (MLST).