r56893 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56892‎ | r56893 | r56894 >
Date:20:46, 24 September 2009
Author:btongminh
Status:ok
Tags:
Comment:
(bug 14117) "redirected" from is now also shown on foreign file redirects
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/ImagePage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ImagePage.php
@@ -84,6 +84,8 @@
8585
8686 if( $this->mTitle->getNamespace() != NS_FILE || ( isset( $diff ) && $diffOnly ) )
8787 return Article::view();
 88+
 89+ $this->showRedirectedFromHeader();
8890
8991 if( $wgShowEXIF && $this->displayImg->exists() ) {
9092 // FIXME: bad interface, see note on MediaHandler::formatMetadata().
Index: trunk/phase3/RELEASE-NOTES
@@ -535,6 +535,7 @@
536536 command line scripts to fail
537537 * (bug 20702) Parser functions can now be used correctly in
538538 MediaWiki:Missing-article
 539+* (bug 14117) "redirected from" is now also shown on foreign file redirects
539540
540541 == API changes in 1.16 ==
541542

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r45191* (bug 14117) Image redirects from the shared repo now show "redirected from"vasilievvv17:17, 30 December 2008
r45258Revert r45191 "* (bug 14117) Image redirects from the shared repo now show "r...brion22:06, 31 December 2008

Status & tagging log