r64840 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64839‎ | r64840 | r64841 >
Date:22:40, 9 April 2010
Author:platonides
Status:deferred (Comments)
Tags:
Comment:
MFT r64827. It also fixes bug Bug 23124.
Modified paths:
  • /branches/REL1_16/phase3/includes/parser/Parser.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/includes/parser/Parser.php
@@ -387,10 +387,9 @@
388388 $convruletitle = $wgContLang->getConvRuleTitle();
389389 if ( $convruletitle ) {
390390 $this->mOutput->setTitleText( $convruletitle );
 391+ } else {
 392+ $this->mOutput->setTitleText( $wgContLang->convert( $this->mOutput->getTitleText() ) );
391393 }
392 - else {
393 - $this->mOutput->setTitleText( $wgContLang->convert( $title->getPrefixedText() ) );
394 - }
395394 }
396395
397396 $text = $this->mStripState->unstripNoWiki( $text );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64827Convert the previous title instead of getting it again, so the Main Page keep...platonides20:27, 9 April 2010

Comments

#Comment by MarkAHershberger (talk | contribs)   23:31, 10 December 2010

handled in r64876

Status & tagging log