r83289 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83288‎ | r83289 | r83290 >
Date:15:00, 5 March 2011
Author:btongminh
Status:ok
Tags:
Comment:
(bug 27587) list=filearchive now outputs full title info
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/api/ApiQueryFilearchive.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryFilearchive.php
@@ -132,6 +132,7 @@
133133
134134 $file = array();
135135 $file['name'] = $row->fa_name;
 136+ self::addTitleInfo( $file, Title::makeTitle( NS_FILE, $row->fa_name ) );
136137
137138 if ( $fld_sha1 ) {
138139 $file['sha1'] = wfBaseConvert( $row->fa_storage_key, 36, 16, 40 );
Index: trunk/phase3/RELEASE-NOTES
@@ -205,6 +205,7 @@
206206 * (bug 27715) imageinfo didn't respect revdelete
207207 * (bug 27862) Useremail module didn't properly return success on success.
208208 * (bug 27590) prop=imageinfo now allows querying the media type
 209+* (bug 27587) list=filearchive now outputs full title info
209210
210211 === Languages updated in 1.18 ===
211212

Status & tagging log