r102547 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102546‎ | r102547 | r102548 >
Date:17:43, 9 November 2011
Author:reedy
Status:ok
Tags:
Comment:
REL1_18 MFT r102537
Modified paths:
  • /branches/REL1_18/phase3 (modified) (history)
  • /branches/REL1_18/phase3/includes (modified) (history)
  • /branches/REL1_18/phase3/includes/api (modified) (history)
  • /branches/REL1_18/phase3/includes/api/ApiQuerySearch.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/includes/api/ApiQuerySearch.php
@@ -126,6 +126,7 @@
127127
128128 // Silently skip broken and missing titles
129129 if ( $result->isBrokenTitle() || $result->isMissingRevision() ) {
 130+ $result = $matches->next();
130131 continue;
131132 }
132133
Property changes on: branches/REL1_18/phase3/includes/api
___________________________________________________________________
Modified: svn:mergeinfo
133134 Merged /trunk/phase3/includes/api:r102537
Property changes on: branches/REL1_18/phase3/includes
___________________________________________________________________
Modified: svn:mergeinfo
134135 Merged /trunk/phase3/includes:r102537
Property changes on: branches/REL1_18/phase3
___________________________________________________________________
Modified: svn:mergeinfo
135136 Merged /trunk/phase3:r102537

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102537(bug 32256) API list=search stops at first invalid result. Thanks to Lupo for...catrope17:20, 9 November 2011

Status & tagging log