Index: trunk/phase3/includes/api/ApiQueryFilearchive.php |
— | — | @@ -132,6 +132,7 @@ |
133 | 133 | |
134 | 134 | $file = array(); |
135 | 135 | $file['name'] = $row->fa_name; |
| 136 | + self::addTitleInfo( $file, Title::makeTitle( NS_FILE, $row->fa_name ) ); |
136 | 137 | |
137 | 138 | if ( $fld_sha1 ) { |
138 | 139 | $file['sha1'] = wfBaseConvert( $row->fa_storage_key, 36, 16, 40 ); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -205,6 +205,7 @@ |
206 | 206 | * (bug 27715) imageinfo didn't respect revdelete |
207 | 207 | * (bug 27862) Useremail module didn't properly return success on success. |
208 | 208 | * (bug 27590) prop=imageinfo now allows querying the media type |
| 209 | +* (bug 27587) list=filearchive now outputs full title info |
209 | 210 | |
210 | 211 | === Languages updated in 1.18 === |
211 | 212 | |