r61837 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61836‎ | r61837 | r61838 >
Date:00:48, 2 February 2010
Author:catrope
Status:ok
Tags:
Comment:
wmf-deployment: Merge r61836 from trunk
Modified paths:
  • /branches/wmf-deployment/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/includes/OutputPage.php
@@ -126,7 +126,7 @@
127127 global $wgStylePath, $wgScript, $wgUser;
128128 global $wgEnableScriptLoader, $wgScriptPath;
129129
130 - if( substr( $file, 0, 1 ) == '/' ) {
 130+ if( substr( $file, 0, 1 ) == '/' || substr( $file, 0, 7 ) == 'http://' ) {
131131 $path = $file;
132132 } else {
133133 $path = "{$wgStylePath}/common/{$file}";
Property changes on: branches/wmf-deployment/includes/OutputPage.php
___________________________________________________________________
Name: svn:mergeinfo
134134 - /branches/REL1_15/phase3/includes/OutputPage.php:51646
/branches/wmf-deployment/includes/OutputPage.php:53381
/trunk/phase3/includes/OutputPage.php:56213,56215-56216,56218,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447,57472,57530,57541,57602,57916,58151,58219,58633,58816,60704,61431,61557,61568
135135 + /branches/REL1_15/phase3/includes/OutputPage.php:51646
/branches/wmf-deployment/includes/OutputPage.php:53381
/trunk/phase3/includes/OutputPage.php:56213,56215-56216,56218,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447,57472,57530,57541,57602,57916,58151,58219,58633,58816,60704,61431,61557,61568,61836

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r61836Allow external URLs (e.g. http://bits.wikimedia.org/foo) in OutputPage::addSc...catrope00:44, 2 February 2010

Status & tagging log