r59523 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59522‎ | r59523 | r59524 >
Date:19:15, 28 November 2009
Author:philip
Status:ok
Tags:
Comment:
follow-up r59522, add missing credit.
Modified paths:
  • /trunk/phase3/languages/LanguageConverter.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/LanguageConverter.php
@@ -187,6 +187,7 @@
188188 if( array_key_exists( 'HTTP_ACCEPT_LANGUAGE', $_SERVER ) ) {
189189 // bug 21672: Add Accept-Language to Vary and XVO headers
190190 // to help Squid to determine user's perferred local language
 191+ // thanks to Liangent's help
191192 global $wgOut, $wgUseXVO;
192193 $wgOut->addVaryHeader( 'Accept-Language' );
193194 if( $wgUseXVO )

Follow-up revisions

RevisionCommit summaryAuthorDate
r59541follow-up r59522, r59523, r59527, r59529, r59530....philip06:47, 29 November 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r59522bug 21672: Add Accept-Language to Vary and XVO headers to help Squid to deter...philip19:13, 28 November 2009

Status & tagging log