r102453 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102452‎ | r102453 | r102454 >
Date:21:44, 8 November 2011
Author:krinkle
Status:ok
Tags:
Comment:
[TsIntuition] rm fixme-comment about q-val default per r102205 CR
Modified paths:
  • /trunk/tools/ToolserverI18N/TsIntuitionUtil.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/TsIntuitionUtil.php
@@ -159,8 +159,6 @@
160160 array_shift( $m );
161161
162162 // Default to 1 as q-val
163 - // @FIXME: In case "nl-be,nl;q=0.7,en-us,en;q=0.3", "en" gets defaulted to '1',
164 - // it should default to the next q-val (0.3 in this case)
165163 if ( !isset( $m[1] ) ) {
166164 $m[1] = '1';
167165 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102205[TsIntuition] Minor fixes in acceptableLanguages()...krinkle23:02, 6 November 2011

Status & tagging log