r81722 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81721‎ | r81722 | r81723 >
Date:12:14, 8 February 2011
Author:catrope
Status:ok
Tags:
Comment:
Fix double commas from r81721. This time I actually ran it through php -l before committing *shame*
Modified paths:
  • /trunk/phase3/resources/Resources.php (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/Resources.php
@@ -490,7 +490,7 @@
491491 'mediawiki.legacy.ajax' => array(
492492 'scripts' => 'common/ajax.js',
493493 'remoteBasePath' => $GLOBALS['wgStylePath'],
494 - 'localBasePath' => "{$GLOBALS['IP']}/skins",,
 494+ 'localBasePath' => "{$GLOBALS['IP']}/skins",
495495 'messages' => array(
496496 'watch',
497497 'unwatch',
@@ -504,13 +504,13 @@
505505 'mediawiki.legacy.block' => array(
506506 'scripts' => 'common/block.js',
507507 'remoteBasePath' => $GLOBALS['wgStylePath'],
508 - 'localBasePath' => "{$GLOBALS['IP']}/skins",,
 508+ 'localBasePath' => "{$GLOBALS['IP']}/skins",
509509 'dependencies' => 'mediawiki.legacy.wikibits',
510510 ),
511511 'mediawiki.legacy.commonPrint' => array(
512512 'styles' => array( 'common/commonPrint.css' => array( 'media' => 'print' ) ),
513513 'remoteBasePath' => $GLOBALS['wgStylePath'],
514 - 'localBasePath' => "{$GLOBALS['IP']}/skins",,
 514+ 'localBasePath' => "{$GLOBALS['IP']}/skins",
515515 ),
516516 'mediawiki.legacy.config' => array(
517517 'scripts' => 'common/config.js',

Follow-up revisions

RevisionCommit summaryAuthorDate
r817231.17wmf1: MFT r81719, r81721, r81722catrope12:15, 8 February 2011
r85348Fixes for r85151: grab Resources.php changes for r81719, r81721, r81722, r822...demon17:41, 4 April 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81721Fix r81719: trailing commascatrope12:13, 8 February 2011

Status & tagging log