Index: trunk/phase3/includes/ImagePage.php |
— | — | @@ -84,6 +84,8 @@ |
85 | 85 | |
86 | 86 | if( $this->mTitle->getNamespace() != NS_FILE || ( isset( $diff ) && $diffOnly ) ) |
87 | 87 | return Article::view(); |
| 88 | + |
| 89 | + $this->showRedirectedFromHeader(); |
88 | 90 | |
89 | 91 | if( $wgShowEXIF && $this->displayImg->exists() ) { |
90 | 92 | // FIXME: bad interface, see note on MediaHandler::formatMetadata(). |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -535,6 +535,7 @@ |
536 | 536 | command line scripts to fail |
537 | 537 | * (bug 20702) Parser functions can now be used correctly in |
538 | 538 | MediaWiki:Missing-article |
| 539 | +* (bug 14117) "redirected from" is now also shown on foreign file redirects |
539 | 540 | |
540 | 541 | == API changes in 1.16 == |
541 | 542 | |