r110191 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110190‎ | r110191 | r110192 >
Date:23:37, 27 January 2012
Author:yaron
Status:deferred (Comments)
Tags:
Comment:
Follow-up to r109525 - added new i18n.magic file
Modified paths:
  • /trunk/extensions/SemanticDrilldown/SemanticDrilldown.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticDrilldown/SemanticDrilldown.php
@@ -42,6 +42,7 @@
4343
4444 $wgExtensionMessagesFiles['SemanticDrilldown'] = $sdgIP . '/languages/SD_Messages.php';
4545 $wgExtensionMessagesFiles['SemanticDrilldownAlias'] = $sdgIP . '/languages/SD_Aliases.php';
 46+$wgExtensionMessagesFiles['SemanticDrilldownMagic'] = $sdgIP . '/languages/SemanticDrilldown.i18n.magic.php';
4647
4748 // register all special pages and other classes
4849 $wgSpecialPages['Filters'] = 'SDFilters';
@@ -242,12 +243,12 @@
243244
244245 // register client-side modules
245246 if ( defined( 'MW_SUPPORTS_RESOURCE_MODULES' ) ) {
246 - $sfgResourceTemplate = array(
 247+ $sdgResourceTemplate = array(
247248 'localBasePath' => $sdgIP,
248249 'remoteExtPath' => 'SemanticDrilldown'
249250 );
250251 $wgResourceModules += array(
251 - 'ext.semanticdrilldown.combobox' => $sfgResourceTemplate + array(
 252+ 'ext.semanticdrilldown.combobox' => $sdgResourceTemplate + array(
252253 'scripts' => array(
253254 'libs/SemanticDrilldown.js',
254255 ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109525Remove use of deprecated LanguageGetMagic hook....siebrand12:16, 19 January 2012

Comments

#Comment by Siebrand (talk | contribs)   10:50, 28 January 2012

Hmm, did I forget to add that? Sorry if so.