r82715 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82714‎ | r82715 | r82716 >
Date:11:41, 24 February 2011
Author:reedy
Status:ok
Tags:
Comment:
MFT r79557
Modified paths:
  • /branches/REL1_17/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_17/phase3/includes/api (modified) (history)
  • /branches/REL1_17/phase3/includes/api/ApiQueryAllUsers.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/phase3/includes/api/ApiQueryAllUsers.php
@@ -143,6 +143,9 @@
144144 if ( is_array( $lastUserData ) ) {
145145 $fit = $result->addValue( array( 'query', $this->getModuleName() ),
146146 null, $lastUserData );
 147+
 148+ $lastUserData = null;
 149+
147150 if ( !$fit ) {
148151 $this->setContinueEnumParameter( 'from',
149152 $this->keyToTitle( $lastUserData['name'] ) );
Property changes on: branches/REL1_17/phase3/includes/api
___________________________________________________________________
Modified: svn:mergeinfo
150153 Merged /trunk/phase3/includes/api:r79557
Index: branches/REL1_17/phase3/RELEASE-NOTES
@@ -495,6 +495,7 @@
496496 * (bug 24650) Fix API to work with categorylinks changes
497497 * action=parse now correctly returns an error for nonexistent pages
498498 * (bug 27201) Special:WhatLinksHere output no longer contains duplicate IDs
 499+* (bug 26560) On allusers if limit < total number of users, last user gets duplicate
499500
500501 * (bug 22738) Allow filtering by action type on query=logevent.
501502 * (bug 22764) uselang parameter for action=parse.
Property changes on: branches/REL1_17/phase3/RELEASE-NOTES
___________________________________________________________________
Modified: svn:mergeinfo
502503 Merged /trunk/phase3/RELEASE-NOTES:r79557

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79557* (bug 26560) On allusers if limit < total number of users, last user gets du...reedy04:05, 4 January 2011

Status & tagging log