r64793 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64792‎ | r64793 | r64794 >
Date:12:43, 9 April 2010
Author:tstarling
Status:reverted
Tags:
Comment:
MFT r64792
Modified paths:
  • /branches/wmf/1.16wmf4/includes/Title.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/includes/Title.php
@@ -775,6 +775,9 @@
776776 $pref = $wgContLang->getPreferredVariant(false);
777777 if($pref != $wgContLang->getCode())
778778 $variant = $pref;
 779+ } elseif ( $variant == $wgContLang->getCode() ) {
 780+ // Don't use $wgVariantArticlePath for the main code
 781+ $variant = false;
779782 }
780783
781784 if ( $this->isExternal() ) {
Property changes on: branches/wmf/1.16wmf4/includes/Title.php
___________________________________________________________________
Name: svn:mergeinfo
782785 + /branches/REL1_15/phase3/includes/Title.php:51646
/branches/sqlite/includes/Title.php:58211-58321
/branches/wmf-deployment/includes/Title.php:53381,60970
/trunk/phase3/includes/Title.php:63549,63764,63897-63901,64792

Follow-up revisions

RevisionCommit summaryAuthorDate
r64796Revert r64793tstarling12:56, 9 April 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64792Don't use $wgVariantArticlePath when the main language code is specified as a...tstarling12:41, 9 April 2010

Status & tagging log