r36114 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36113‎ | r36114 | r36115 >
Date:23:54, 9 June 2008
Author:brion
Status:old
Tags:
Comment:
* (bug 12311) Fix regression with lists at start of undeletion preview
From patch by RockMFR - https://bugzilla.wikimedia.org/attachment.cgi?id=4969
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/SpecialUndelete.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialUndelete.php
@@ -776,7 +776,7 @@
777777 $popts = $wgOut->parserOptions();
778778 $popts->setEditSection( false );
779779 $wgOut->parserOptions( $popts );
780 - $wgOut->addWikiTextTitleTidy( $rev->revText(), $this->mTargetObj, false );
 780+ $wgOut->addWikiTextTitleTidy( $rev->revText(), $this->mTargetObj, true );
781781 }
782782
783783 $wgOut->addHtml(
Index: trunk/phase3/RELEASE-NOTES
@@ -354,6 +354,7 @@
355355 * (bug 14392) Fix regression breaking table prefix in installer
356356 * (bug 11084) $wgDBprefix replacement for updater SQL will now work for
357357 extension tables using uppercase letters or digits in their names.
 358+* (bug 12311) Fix regression with lists at start of undeletion preview
358359
359360
360361 === API changes in 1.13 ===

Status & tagging log