r64839 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64838‎ | r64839 | r64840 >
Date:22:34, 9 April 2010
Author:catrope
Status:deferred
Tags:
Comment:
1.16wmf4: MFT r64827
Modified paths:
  • /branches/wmf/1.16wmf4/includes/parser (modified) (history)
  • /branches/wmf/1.16wmf4/includes/parser/Parser.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/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 );
Property changes on: branches/wmf/1.16wmf4/includes/parser
___________________________________________________________________
Name: svn:mergeinfo
398397 + /branches/REL1_15/phase3/includes/parser:51646
/branches/sqlite/includes/parser:58211-58321
/branches/wmf-deployment/includes/parser:53381,60970
/trunk/phase3/includes/parser:63549,63764,63897-63901,64827

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

Status & tagging log