r99069 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99068‎ | r99069 | r99070 >
Date:01:18, 6 October 2011
Author:aaron
Status:ok
Tags:
Comment:
MFT r99067
Modified paths:
  • /branches/wmf/1.18wmf1/includes/SpecialPage.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/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
r99067* (bug 31374) Pass relevant additional parameters for action=raw on Special:M...brion01:10, 6 October 2011

Status & tagging log