r64811 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64810‎ | r64811 | r64812 >
Date:17:42, 9 April 2010
Author:philip
Status:ok (Comments)
Tags:
Comment:
Bug 23115: Language Converter should apply on talk page.
Modified paths:
  • /trunk/phase3/includes/parser/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/Parser.php
@@ -349,7 +349,6 @@
350350 # is the <nowiki> mark.
351351 if ( !( $wgDisableLangConversion
352352 || isset( $this->mDoubleUnderscores['nocontentconvert'] )
353 - || $this->mTitle->isTalkPage()
354353 || $this->mTitle->isConversionTable() ) ) {
355354 $text = $wgContLang->convert( $text );
356355 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r64812Follow up r64811. Language Converter should apply on talk page. Fix this bug ...philip17:50, 9 April 2010
r64813Follow up r64811. Language Converter should apply on talk page. Fix this bug ...philip17:51, 9 April 2010
r64814Follow-up r64811 on fixing bug 23115....platonides17:56, 9 April 2010
r64819Bug 23115: Follow up on r64811. Fix another bug which cause talk page can't c...philip19:02, 9 April 2010

Comments

#Comment by Platonides (talk | contribs)   21:14, 17 October 2010

Bug 23115 was a regression on r61101. Also see r64814.

Status & tagging log