r83191 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83190‎ | r83191 | r83192 >
Date:00:20, 4 March 2011
Author:krinkle
Status:ok
Tags:
Comment:
PHP Warning: filemtime() [function.filemtime]: stat failed for /www/w/skins/common/block.js in /w/includes/resourceloader/ResourceLoaderFileModule.php on line 365 ; FIXED (r83183)
Modified paths:
  • /trunk/phase3/resources/Resources.php (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/Resources.php
@@ -507,12 +507,6 @@
508508 ),
509509 'dependencies' => 'mediawiki.legacy.wikibits',
510510 ),
511 - 'mediawiki.legacy.block' => array(
512 - 'scripts' => 'common/block.js',
513 - 'remoteBasePath' => $GLOBALS['wgStylePath'],
514 - 'localBasePath' => "{$GLOBALS['IP']}/skins",
515 - 'dependencies' => 'mediawiki.legacy.wikibits',
516 - ),
517511 'mediawiki.legacy.commonPrint' => array(
518512 'styles' => array( 'common/commonPrint.css' => array( 'media' => 'print' ) ),
519513 'remoteBasePath' => $GLOBALS['wgStylePath'],

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83183Convert Special:BlockIP JS to jQuery/ResourceLoader. Change the order of the...happy-melon23:54, 3 March 2011

Status & tagging log