https://bugzilla.wikimedia.org/show_bug.cgi?id=38904

       Web browser: ---
             Bug #: 38904
           Summary: prop=revisions&rvstart=... blows up when continuing
           Product: MediaWiki
           Version: 1.20-git
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: API
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---


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).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to