r66487 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66486‎ | r66487 | r66488 >
Date:18:02, 15 May 2010
Author:catrope
Status:deferred
Tags:
Comment:
1.16wmf4: MFT r66486
Modified paths:
  • /branches/wmf/1.16wmf4/includes/api (modified) (history)
  • /branches/wmf/1.16wmf4/includes/api/ApiQueryAllUsers.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/includes/api/ApiQueryAllUsers.php
@@ -74,7 +74,7 @@
7575 }
7676
7777 if ( $params['witheditsonly'] )
78 - $this->addWhere( 'user_editcount > 0' );
 78+ $this->addWhere( 'u1.user_editcount > 0' );
7979
8080 if ( $fld_groups ) {
8181 // Show the groups the given users belong to
Property changes on: branches/wmf/1.16wmf4/includes/api
___________________________________________________________________
Name: svn:mergeinfo
8282 - /branches/REL1_15/phase3/includes/api:51646
/branches/sqlite/includes/api:58211-58321
/branches/wmf-deployment/includes/api:53381,59952,60970
/trunk/phase3/includes/api:63549,63764,63897-63901,64454
8383 + /branches/REL1_15/phase3/includes/api:51646
/branches/sqlite/includes/api:58211-58321
/branches/wmf-deployment/includes/api:53381,59952,60970
/trunk/phase3/includes/api:63549,63764,63897-63901,64454,66486

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66486API: (bug 23534) Fix regression from r46809 (!) causing DB query errorcatrope18:00, 15 May 2010

Status & tagging log