r58086 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58085‎ | r58086 | r58087 >
Date:11:50, 24 October 2009
Author:ialex
Status:ok
Tags:
Comment:
* (bug 21085) list=deletedrevs no longer returns only one revision when drcontinue param is passed
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/api/ApiQueryDeletedrevs.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryDeletedrevs.php
@@ -152,7 +152,7 @@
153153 "(ar_namespace = $ns AND " .
154154 "(ar_title $op '$title' OR " .
155155 "(ar_title = '$title' AND " .
156 - "ar_timestamp = '$ts')))");
 156+ "ar_timestamp $op= '$ts')))");
157157 }
158158
159159 $this->addOption('LIMIT', $limit + 1);
Index: trunk/phase3/RELEASE-NOTES
@@ -651,6 +651,8 @@
652652 customized messages
653653 * Don't parse magic words in meta=allmessages, output messages unparsed
654654 * (bug 21105) list=usercontribs can now list contribs for User:0
 655+* (bug 21085) list=deletedrevs no longer returns only one revision when
 656+ drcontinue param is passed
655657
656658 === Languages updated in 1.16 ===
657659

Follow-up revisions

RevisionCommit summaryAuthorDate
r63008wmf-deployment: Merge r58086, r58551 and r59656 (API fixes) from trunkcatrope14:36, 26 February 2010

Status & tagging log