r33057 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r33056‎ | r33057 | r33058 >
Date:22:42, 9 April 2008
Author:brion
Status:old
Tags:
Comment:
* (bug 13433) Fix action=render on Image: pages
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/ImagePage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ImagePage.php
@@ -38,7 +38,7 @@
3939 function render() {
4040 global $wgOut;
4141 $wgOut->setArticleBodyOnly( true );
42 - $wgOut->addWikiTextTitleTidy( $this->getContent(), $this->mTitle );
 42+ parent::view();
4343 }
4444
4545 function view() {
Index: trunk/phase3/RELEASE-NOTES
@@ -161,6 +161,7 @@
162162 * (bug 13624) Fix regression with manual thumb= parameter on images
163163 * (bug 11039) Add missing labels on protection form
164164 * (bug 13458) Preview/edit toolbar spacing now works consistently
 165+* (bug 13433) Fix action=render on Image: pages
165166
166167
167168 === API changes in 1.13 ===

Status & tagging log