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

           Summary: API incorrectly reports "query-continue"
           Product: MediaWiki
           Version: 1.16
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Normal
         Component: API
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected]


Hello,

Please try the following query:

http://en.wikipedia.org/w/api.php?action=query&list=usercontribs&ucuser=Catrope&uclimit=3&ucdir=newer

The results is:

<?xml version="1.0"?>
<api>
  <query>
    <usercontribs>
      <item user="Catrope" pageid="11650099" revid="136629050" ns="3"
title="User talk:Catrope" timestamp="2007-06-07T16:45:30Z" minor=""
comment="Creation; directing to BW" size="119" />
      <item user="Catrope" pageid="11650100" revid="136629120" ns="2"
title="User:Catrope" timestamp="2007-06-07T16:45:49Z" minor=""
comment="Creation; directing to BW" size="109" />
      <item user="Catrope" pageid="3383874" revid="136629407" ns="3"
title="User talk:Ruud Koot" timestamp="2007-06-07T16:47:09Z" comment="Nested
collapsible tables fix" size="70939" />
    </usercontribs>
  </query>
  <query-continue>
    <usercontribs ucstart="2007-06-11T09:23:57Z" />
  </query-continue>
</api>

Three results are returned (as asked) but the API indicates that there is a
continuation, which should not happen because all 3 results that where asked
for were returned.

  Thanks,

Nakor


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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