r82084 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82083‎ | r82084 | r82085 >
Date:21:58, 13 February 2011
Author:demon
Status:ok
Tags:
Comment:
Fixes for r82044, r81723. Krinkle helped :)
Modified paths:
  • /branches/wmf/1.17wmf1/resources/Resources.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/resources/Resources.php
@@ -416,7 +416,7 @@
417417 'dependencies' => 'mediawiki.legacy.wikibits',
418418 ),
419419 'mediawiki.legacy.ajaxwatch' => array(
420 - 'scripts' => 'skins/common/ajaxwatch.js',
 420+ 'scripts' => 'common/ajaxwatch.js',
421421 'dependencies' => 'mediawiki.legacy.wikibits',
422422 'remoteBasePath' => $GLOBALS['wgStylePath'],
423423 'localBasePath' => "{$GLOBALS['IP']}/skins",
@@ -453,8 +453,10 @@
454454 'dependencies' => 'mediawiki.legacy.wikibits',
455455 ),
456456 'mediawiki.legacy.enhancedchanges' => array(
457 - 'scripts' => 'skins/common/enhancedchanges.js',
 457+ 'scripts' => 'common/enhancedchanges.js',
458458 'dependencies' => 'mediawiki.legacy.wikibits',
 459+ 'remoteBasePath' => $GLOBALS['wgStylePath'],
 460+ 'localBasePath' => "{$GLOBALS['IP']}/skins",
459461 ),
460462 'mediawiki.legacy.history' => array(
461463 'scripts' => 'common/history.js',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r817231.17wmf1: MFT r81719, r81721, r81722catrope12:15, 8 February 2011
r820441.17wmf1: Forgot one in r81723 because it's been renamed in trunkcatrope00:04, 13 February 2011

Status & tagging log