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

       Web browser: ---
             Bug #: 35980
           Summary: drcontinue parameter seems to not work
           Product: MediaWiki
           Version: 1.18.1
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          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: ---


After querying the deleted revisions for namespace 0 and some limit (tested
with 10, 20 and 30), a drcontinue is also returned. After specifying it to
continue, however, again the initial set of results (and the same drcontinue)
are returned.

Repeated on 2 different wikis, one of them hosted by me.

Exchange dump (cut to save space):

Sent: Array
(
    [format] => php
    [maxlag] => 5
    [drnamespace] => 0
    [drlimit] => 30
    [list] => deletedrevs
    [action] => query
)

Received: Array
(
   [query] => Array
        (
            [deletedrevs] => Array
                (
 (--snip 30 results--)
                )
    [query-continue] => Array
        (
            [deletedrevs] => Array
                (
                    [drcontinue] => 0|Data Entry Jobs Winnipeg Manitoba - film
jobs in prague|20120304135046
                )

        )

)

Sent: Array
(
    [format] => php
    [maxlag] => 5
    [drnamespace] => 0
    [drlimit] => 30
    [drcontinue] => 0|Data Entry Jobs Winnipeg Manitoba - film jobs in
prague|20120304135046
    [list] => deletedrevs
    [action] => query
)

Received: Array
(
   [query] => Array
        (
            [deletedrevs] => Array
                (
 (--snip 30 results (exactly the same ones as above)--)
                )
    [query-continue] => Array
        (
            [deletedrevs] => Array
                (
                    [drcontinue] => 0|Data Entry Jobs Winnipeg Manitoba - film
jobs in prague|20120304135046
                )

        )

)

and so on, until I stop the bot manually.

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