* (bug 11264) The file logo on a file description page for documents (PDF, ...) now...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 26 Sep 2009 09:25:15 +0000 (09:25 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 26 Sep 2009 09:25:15 +0000 (09:25 +0000)
RELEASE-NOTES
includes/ImagePage.php

index d631789..d7b2c28 100644 (file)
@@ -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 ==
 
index 7a0605f..3ff18dc 100644 (file)
@@ -443,7 +443,7 @@ class ImagePage extends Article {
                                        $icon= $this->displayImg->iconThumb();
 
                                        $wgOut->addHTML( '<div class="fullImageLink" id="file">' .
-                                       $icon->toHtml( array( 'desc-link' => true ) ) .
+                                       $icon->toHtml( array( 'file-link' => true ) ) .
                                        "</div>\n" );
                                }