r35056 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r35055‎ | r35056 | r35057 >
Date:20:40, 19 May 2008
Author:brion
Status:old
Tags:
Comment:
Backport r34616
Modified paths:
  • /branches/REL1_12/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_12/phase3/includes/filerepo/File.php (modified) (history)

Diff [purge]

Index: branches/REL1_12/phase3/includes/filerepo/File.php
@@ -641,7 +641,7 @@
642642 * @param $end timestamp Only revisions newer than $end will be returned
643643 */
644644 function getHistory($limit = null, $start = null, $end = null) {
645 - return false;
 645+ return array();
646646 }
647647
648648 /**
Index: branches/REL1_12/phase3/RELEASE-NOTES
@@ -11,7 +11,7 @@
1212 * (bug 13522) Fix fatal error in Parser::extractTagsAndParams
1313 * (bug 12077) Fix HTML nesting for TOC
1414 * (bug 13532) Use proper timestamp call when reverting images
15 -* (bug 13649) Bad call to wfTimestamp()
 15+* (bug 13649, 14084) Bad call to wfTimestamp()
1616 * (bug 13770) Use Preprocessor_Hash by default to avoid missing DOM module errors
1717 * (bug 13442) Missing pages in prop=langlinks and prop=extlinks are now
1818 handled properly.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r34616Consistent typeaaron14:54, 11 May 2008

Status & tagging log