r100351 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100350‎ | r100351 | r100352 >
Date:16:38, 20 October 2011
Author:santhosh
Status:ok
Tags:
Comment:
Remove unwanted dependencies between input method rules.
Modified paths:
  • /trunk/extensions/Narayam/Narayam.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/Narayam.php
@@ -271,11 +271,11 @@
272272 );
273273 $wgResourceModules['ext.narayam.rules.ta-99'] = $narayamTpl + array(
274274 'scripts' => 'js/ext.narayam.rules.ta-99.js',
275 - 'dependencies' => 'ext.narayam.rules.ta', // make sure ta99 loads after ta
 275+ 'dependencies' => 'ext.narayam.core',
276276 );
277277 $wgResourceModules['ext.narayam.rules.ta-bamini'] = $narayamTpl + array(
278278 'scripts' => 'js/ext.narayam.rules.ta-bamini.js',
279 - 'dependencies' => 'ext.narayam.rules.ta', // make sure ta-bamini loads after ta
 279+ 'dependencies' => 'ext.narayam.core',
280280 );
281281 $wgResourceModules['ext.narayam.rules.te-inscript'] = $narayamTpl + array(
282282 'scripts' => 'js/ext.narayam.rules.te-inscript.js',

Follow-up revisions

RevisionCommit summaryAuthorDate
r102305MFT r99387 r99395 r99456 r99457 r99682 r99683 r100013 r100024 r100108 r100212...nikerabbit18:21, 7 November 2011

Status & tagging log