r50099 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50098‎ | r50099 | r50100 >
Date:06:47, 1 May 2009
Author:tstarling
Status:deferred
Tags:
Comment:
* Backported r48836: fix total breakage of the language converter.
Modified paths:
  • /branches/REL1_15/phase3 (modified) (history)
  • /branches/REL1_15/phase3/includes (modified) (history)
  • /branches/REL1_15/phase3/includes/api (modified) (history)
  • /branches/REL1_15/phase3/includes/specials (modified) (history)
  • /branches/REL1_15/phase3/languages/LanguageConverter.php (modified) (history)

Diff [purge]

Property changes on: branches/REL1_15/phase3/includes/api
___________________________________________________________________
Name: svn:mergeinfo
11 - /trunk/phase3/includes/api:48813-48814,48819,48909,49051,49068,49086,49682,49775
22 + /trunk/phase3/includes/api:48813-48814,48819,48836,48909,49051,49068,49086,49682,49775
Property changes on: branches/REL1_15/phase3/includes/specials
___________________________________________________________________
Name: svn:mergeinfo
33 - /trunk/phase3/includes/specials:48993,49051,49068,49086,49682,49775
/trunk/phase3/includes/specials/specials:48993
44 + /trunk/phase3/includes/specials:48836,48993,49051,49068,49086,49682,49775
/trunk/phase3/includes/specials/specials:48993
Property changes on: branches/REL1_15/phase3/includes
___________________________________________________________________
Name: svn:mergeinfo
55 - /trunk/phase3/includes:49051,49068,49086,49682,49775
/trunk/phase3/includes/specials:48993
66 + /trunk/phase3/includes:48836,49051,49068,49086,49682,49775
/trunk/phase3/includes/specials:48993
Index: branches/REL1_15/phase3/languages/LanguageConverter.php
@@ -981,7 +981,7 @@
982982 if ( in_array($variant, $flags) )
983983 $flags_temp[] = $variant;
984984 }
985 - if ( count($flags_temp) == 0 )
 985+ if ( count($flags_temp) !== 0 )
986986 $flags = $flags_temp;
987987 }
988988 if ( count($flags) == 0 )
Property changes on: branches/REL1_15/phase3
___________________________________________________________________
Name: svn:mergeinfo
989989 - /trunk/phase3:48814,48909,49051,49068,49086,49682,49775
990990 + /trunk/phase3:48814,48836,48909,49051,49068,49086,49682,49775

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r48836Follow up on r48015, fix a bug which caused 'A' and 'D' won't work.philip17:30, 25 March 2009

Status & tagging log