r89121 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89120‎ | r89121 | r89122 >
Date:17:53, 29 May 2011
Author:wikinaut
Status:ok (Comments)
Tags:
Comment:
fix for bug28407 - drag to new location not working
Modified paths:
  • /trunk/extensions/LiquidThreads/LiquidThreads.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/LiquidThreads.php
@@ -71,7 +71,7 @@
7272 $wgResourceModules['ext.liquidThreads'] = $lqtResourceTemplate + array(
7373 'styles' => array( 'lqt.css', 'jquery/jquery.thread_collapse.css', 'lqt.dialogs.css' ),
7474 'scripts' => array( 'lqt.js', 'js/lqt.toolbar.js', 'jquery/jquery.thread_collapse.js', 'jquery/jquery.autogrow.js' ),
75 - 'dependencies' => array( 'jquery.ui.dialog' ),
 75+ 'dependencies' => array( 'jquery.ui.dialog', 'jquery.ui.droppable' ),
7676 'messages' => $lqtMessages
7777 );
7878

Follow-up revisions

RevisionCommit summaryAuthorDate
r89136Equiv. of r89121 for 1.17wmf1demon21:19, 29 May 2011
r92324REL_1.18 MFT r89121, r89266, r90723, r90857, r91578, r92300reedy22:08, 15 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89120added jquery.ui.droppable.js which was missing in jquery.ui.dialog.js;fixes L...wikinaut17:19, 29 May 2011

Comments

#Comment by Wikinaut (talk | contribs)   18:57, 29 May 2011

can this pls. - now or later - be applied to all MW lqt installations ?

#Comment by Wikinaut (talk | contribs)   18:58, 29 May 2011

can this pls. - now or later - be applied to all MW lqt installations, so that thread become draggable as foreseen in the GUI? That was broken due to a missing js library.

#Comment by Wikinaut (talk | contribs)   18:59, 29 May 2011

s/draggable/draggable and droppable/ (it's not my day today. it is Sunday)

Status & tagging log