r98502 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98501‎ | r98502 | r98503 >
Date:10:14, 30 September 2011
Author:catrope
Status:ok
Tags:
Comment:
Address fixme on r96978: expand URLs fed to the client-side loader
Modified paths:
  • /trunk/phase3/includes/resourceloader/ResourceLoader.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/resourceloader/ResourceLoader.php
@@ -891,7 +891,7 @@
892892
893893 // Prevent the IE6 extension check from being triggered (bug 28840)
894894 // by appending a character that's invalid in Windows extensions ('*')
895 - return wfAppendQuery( $wgLoadScript, $query ) . '&*';
 895+ return wfExpandUrl( wfAppendQuery( $wgLoadScript, $query ) . '&*', PROTO_RELATIVE );
896896 }
897897
898898 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r98762REL1_18 MFT r97806, r97895, r98193, r98194, r98237, r98502, r98656, r98707, r...reedy13:56, 3 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96978Fix the fixme on r88053: dependency handling was broken in debug mode in cert...catrope17:13, 13 September 2011

Status & tagging log