r79288 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79287‎ | r79288 | r79289 >
Date:19:55, 30 December 2010
Author:foxtrott
Status:deferred
Tags:
Comment:
followup r79270 (include missing style sheet)

Works now with MW 1.17 and 1.18 (does still not use resource loader, though)
Modified paths:
  • /trunk/extensions/SemanticFormsInputs/SFI_Inputs.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticFormsInputs/SFI_Inputs.php
@@ -260,6 +260,7 @@
261261 $hasRun = true;
262262
263263 $wgOut->addScript( '<script type="text/javascript" src="' . $sfgScriptPath . '/libs/jquery-ui/jquery.ui.datepicker.min.js"></script> ' );
 264+ $wgOut->addExtensionStyle( $sfgScriptPath . '/skins/jquery-ui/base/jquery.ui.datepicker.css' );
264265 $wgOut->addScript( '<script type="text/javascript" src="' . $sfigSettings->scriptPath . '/libs/datepicker.js"></script> ' );
265266
266267 // set localized messages (use MW i18n, not jQuery i18n)

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79270major rework of extension...foxtrott17:28, 30 December 2010

Status & tagging log