From ff809e24e162cb1879c433bf5139e29a4b7c50cf Mon Sep 17 00:00:00 2001 From: Bryan Tong Minh Date: Sat, 15 Oct 2011 21:40:30 +0000 Subject: [PATCH] Revert unrelated changes from r99916 --- includes/ImagePage.php | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 86e70a1b2e..9a017daae2 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -287,9 +287,6 @@ class ImagePage extends Article { $width = $width_orig; $height_orig = $this->displayImg->getHeight( $page ); $height = $height_orig; - $mustRender = $this->displayImg->getHandler() && - $this->displayImg->getHandler()->mustRender( $this->displayImg ); - $addFullResolutionLink = false; $longDesc = wfMsg( 'parentheses', $this->displayImg->getLongDesc() ); @@ -315,19 +312,14 @@ class ImagePage extends Article { # Note that $height <= $maxHeight now, but might not be identical # because of rounding. } - + $msgbig = wfMsgHtml( 'show-big-image' ); $otherSizes = array(); foreach ( $wgImageLimits as $size ) { if ( $size[0] < $width_orig && $size[1] < $height_orig && $size[0] != $width && $size[1] != $height ) { $otherSizes[] = $this->makeSizeLink( $params, $size[0], $size[1] ); - } + } } - if ( $mustRender ) { - $otherSizes[] = $this->makeSizeLink( $params, $width_orig, $height_orig, 'show-big-image' ); - } else { - $addFullResolutionLink = true; - } $msgsmall = wfMessage( 'show-big-image-preview' )-> rawParams( $this->makeSizeLink( $params, $width, $height ) )-> parse() . ' ' . @@ -355,7 +347,7 @@ class ImagePage extends Article { if ( $thumbnail ) { $options = array( 'alt' => $this->displayImg->getTitle()->getPrefixedText(), - 'file-link' => !$mustRender, + 'file-link' => true, ); $wgOut->addHTML( '