r21535 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r21534‎ | r21535 | r21536 >
Date:16:26, 24 April 2007
Author:brion
Status:old
Tags:
Comment:
* (bug 9585) Fix regression in tidy usage in Special:Undelete previews
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/SpecialUndelete.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialUndelete.php
@@ -617,7 +617,7 @@
618618
619619 if( $this->mPreview ) {
620620 $wgOut->addHtml( "<hr />\n" );
621 - $wgOut->addWikiTextTitle( $rev->getText(), $this->mTargetObj, false );
 621+ $wgOut->addWikiTextTitleTidy( $rev->getText(), $this->mTargetObj, false );
622622 }
623623
624624 $wgOut->addHtml(
Index: trunk/phase3/RELEASE-NOTES
@@ -345,7 +345,9 @@
346346 * Fixed upgrade for the non-standard MySQL schemas
347347 * Disable MySQL's strict mode at session start for MySQL 4.1+, to avoid the
348348 various problems that occur when it is on.
 349+* (bug 9585) Fix regression in tidy usage in Special:Undelete previews
349350
 351+
350352 == Maintenance ==
351353
352354 * New script maintenance/language/checkExtensioni18n.php used to check i18n