r77232 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77231‎ | r77232 | r77233 >
Date:16:26, 24 November 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Fixed dependency for the sorttable script
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php (modified) (history)
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES
@@ -3,7 +3,7 @@
44 == SMW 1.5.4 ==
55
66 * Fixed several bugs, including problems with #declare, the extra options
7 - on Special:Ask and the style of the factbox when using MW 1.17.
 7+ on Special:Ask and the style of the factbox and tables when using MW 1.17.
88 * Various style and documentation improvements and translation updates.
99
1010 == SMW 1.5.3 ==
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php
@@ -77,7 +77,10 @@
7878 );
7979 $wgResourceModules['ext.smw.sorttable'] = $moduleTemplate + array(
8080 'scripts' => 'SMW_sorttable.js',
81 - 'dependencies' => 'ext.smw.style'
 81+ 'dependencies' => array(
 82+ 'mediawiki.legacy.wikibits',
 83+ 'ext.smw.style'
 84+ )
8285 );
8386
8487 // Register special pages aliases file
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php
@@ -83,7 +83,10 @@
8484 );
8585 $wgResourceModules['ext.smw.sorttable'] = $moduleTemplate + array(
8686 'scripts' => 'SMW_sorttable.js',
87 - 'dependencies' => 'ext.smw.style'
 87+ 'dependencies' => array(
 88+ 'mediawiki.legacy.wikibits',
 89+ 'ext.smw.style'
 90+ )
8891 );
8992
9093 // Register special pages aliases file

Status & tagging log