Active
Project:
Dynamic display block
Version:
6.x-1.0-rc6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2008 at 13:16 UTC
Updated:
9 May 2011 at 01:52 UTC
Is there any reason that this module requires jQuery Update? The lattest version of jQuery Cycle requires jQuery 1.2.3 and Drupal 6.1 and 6.2 both shipped with this version and 6.3 ships with 1.2.6, the same version that jQuery Update is using.
I'm running 6.3 so I removed the dependency manually.
Comments
Comment #1
ppblaauw commentedLooked up the issue for other modules which depend on jquery update (e.g jQuery UI) and will follow what happens there.
See the discussion at http://drupal.org/node/283968
Comment #2
SeanBannister commentedOh I didn't realise jQuery Update did that extra stuff. I'm glad that Drupal 6 doesn't require the .js file to be copied into core.
Comment #3
philbar commentedIs there a more specific reason why jQuery Update is needed?
I'm optimizing my sites performance and jQuery that comes with Drupal is 31K while jQuery update is 55.7K minified. I'm going to go with Drupal's default, since I'm not having any issues. This might be because Drupal's jQuery version is packaged.
I recommend removing the jQuery Update dependency and just documenting on ddblock's project page that ddblock is only compatible with Drupal 6.3+ because ddblock required jQuery 1.2.6.
There is no use overriding something that doesn't need to be overridden. Keep in mind, that issue was closed in 2008. Now Drupal is at version 6.16. I can't imagine someone trying to using something before Drupal 6.3 now in 2010.
Comment #4
philbar commentedApparently, jQuery Update uses the default jQuery shipped with Drupal 6.3+ when selecting "packed" in the jQuery Update.
So this means there really is no reason to depend on jQuery Update when using Drupal 6.3+.
Comment #5
Encarte commentedsubscribe
Comment #6
totocol commentedHey there,
Jquery update is breaking my fusion based custom theme so I can't run it with Jquery update. Would the module still work if I remove the dependency manually? - It looks like it does from what I can read in this thread but I want to make sure before I do something silly that might break my site. I also just bought a commercial theme to install before I realised of the dependency. Do I need to nodify anything else apart from the *.info file?
Thanks in advance for any support
Raul
Comment #7
ppblaauw commented#6
You only need to remove the dependency for jquery update from the .info file.
The module would run without jquery update.
Comment #8
totocol commentedThanks for the quick reply!
Raul