https://bugzilla.wikimedia.org/show_bug.cgi?id=29205

       Web browser: ---
             Bug #: 29205
           Summary: Fix for foundation wikis which run Liquid Thread
                    extension
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Extension setup
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: m...@tgries.de
    Classification: Unclassified


Hello,

I found a bug in Lqt which broke the "Drag to new location" function.

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89121

The patch has been already applied in http://www.translatewiki.net so
that you can check and confirm that the functionality - which was broken for
a while - is indeed restored.

Tom

The patch is so simple

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


I suggest those of you who run LiquidThreads extension to check this in.

As mentioned above, http://www.translatewiki.net runs the latest code (but on
MediaWiki trunk version)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to