r89136 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89135‎ | r89136 | r89137 >
Date:21:19, 29 May 2011
Author:demon
Status:ok
Tags:
Comment:
Equiv. of r89121 for 1.17wmf1
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/LiquidThreads/classes/View.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/LiquidThreads/classes/View.php
@@ -1208,7 +1208,7 @@
12091209 $wgOut->addExtensionStyle( "$wgLiquidThreadsExtensionPath/lqt.css?{$wgStyleVersion}" );
12101210
12111211 # Hack to make old LQT work with new WikiEditor, hopefully --catrope
1212 - $wgOut->addModules( array( 'ext.wikiEditor', 'ext.wikiEditor.toolbar.i18n', 'jquery.wikiEditor.toolbar', 'jquery.wikiEditor.dialogs', 'jquery.async', 'jquery.cookie', 'jquery.ui.dialog' ) );
 1212+ $wgOut->addModules( array( 'ext.wikiEditor', 'ext.wikiEditor.toolbar.i18n', 'jquery.wikiEditor.toolbar', 'jquery.wikiEditor.dialogs', 'jquery.async', 'jquery.cookie', 'jquery.ui.dialog', 'jquery.ui.droppable' ) );
12131213
12141214 self::$stylesAndScriptsDone = true;
12151215 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89121fix for bug28407 - drag to new location not workingwikinaut17:53, 29 May 2011

Status & tagging log