Page MenuHomePhabricator

list=allusers duplicates last entry
Closed, ResolvedPublic

Description

http://en.wikipedia.org/w/api.php?format=xml&action=query&list=allusers&aulimit=3&aufrom=A

produces the following result:

<api>
<query>
<allusers>
<u name="A" userid="rMW5006869606c6"/>
<u name="A & D Phone Cards" userid="4364737"/>
<u name="A & F" userid="13421528"/>
<u name="A & F" userid="13421528"/>
</allusers>
</query>
<query-continue>
<allusers aufrom="A & K Reid"/>
</query-continue>
</api>

The user A & F is listed twice when it should only be listed once.


Version: unspecified
Severity: normal
URL: http://en.wikipedia.org/w/api.php?format=xmlfm&action=query&list=allusers&aulimit=3&aufrom=A

Details

Reference
bz27627

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:28 PM
bzimport set Reference to bz27627.

Indeed, looks like something has regressed.

Will poke it later

Duplicatebug you're right, it's a dupe of 26560

r79557 just wasn't backported to 1.17 to fix it. Will tag for it now

  • This bug has been marked as a duplicate of bug 26560 ***