r82379 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82378‎ | r82379 | r82380 >
Date:05:55, 18 February 2011
Author:tstarling
Status:ok
Tags:
Comment:
MFT r82378: filter debugging
Modified paths:
  • /branches/wmf/1.17wmf1/includes/resourceloader/ResourceLoader.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/resourceloader/ResourceLoader.php
@@ -151,9 +151,11 @@
152152 $result = JavaScriptDistiller::stripWhiteSpace(
153153 $data, $wgResourceLoaderMinifyJSVerticalSpace
154154 );
 155+ $result .= "\n\n/* cache key: $key */\n";
155156 break;
156157 case 'minify-css':
157158 $result = CSSMin::minify( $data );
 159+ $result .= "\n\n/* cache key: $key */\n";
158160 break;
159161 }
160162
Property changes on: branches/wmf/1.17wmf1/includes/resourceloader/ResourceLoader.php
___________________________________________________________________
Modified: svn:mergeinfo
161163 Merged /trunk/phase3/includes/resourceloader/ResourceLoader.php:r82378

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82378Add the cache key to the filter output, like what we do with the parser cache...tstarling05:55, 18 February 2011

Status & tagging log