r99068 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99067‎ | r99068 | r99069 >
Date:01:13, 6 October 2011
Author:brion
Status:ok
Tags:
Comment:
MFT r99067: fix bug 31400, followup to r87997.

Fixes use of Special:MyPage in importScript() on IE 9
Modified paths:
  • /branches/REL1_18/phase3/includes/SpecialPage.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/includes/SpecialPage.php
@@ -1018,7 +1018,9 @@
10191019 function __construct() {
10201020 parent::__construct( 'Mypage' );
10211021 $this->mAllowedRedirectParams = array( 'action' , 'preload' , 'editintro',
1022 - 'section', 'oldid', 'diff', 'dir' );
 1022+ 'section', 'oldid', 'diff', 'dir',
 1023+ // Options for action=raw; missing ctype can break JS or CSS in some browsers
 1024+ 'ctype', 'maxage', 'smaxage' );
10231025 }
10241026
10251027 function getRedirect( $subpage ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87997* (bug 15461) Make IE8 turn off content sniffing. Everbody else should ignore...brion15:52, 13 May 2011
r99067* (bug 31374) Pass relevant additional parameters for action=raw on Special:M...brion01:10, 6 October 2011

Status & tagging log