From: Alexandre Emsenhuber Date: Sat, 26 Sep 2009 09:25:15 +0000 (+0000) Subject: * (bug 11264) The file logo on a file description page for documents (PDF, ...) now... X-Git-Tag: 1.31.0-rc.0~39522 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=69cf34264cf3dc1611cf0cd103a0eebe06166d84;p=lhc%2Fweb%2Fwiklou.git * (bug 11264) The file logo on a file description page for documents (PDF, ...) now links to the file rather than the file description page --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d631789517..d7b2c28609 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -536,6 +536,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 17747) Only display thumbnail column in file history if the image can be rendered. * (bug 3421) Live preview no longer breaks user CSS/JS previews +* (bug 11264) The file logo on a file description page for documents (PDF, ...) + now links to the file rather than the file description page == API changes in 1.16 == diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 7a0605f59d..3ff18dc012 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -443,7 +443,7 @@ class ImagePage extends Article { $icon= $this->displayImg->iconThumb(); $wgOut->addHTML( '\n" ); }