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

ppblaauw’s picture

Status: Active » Closed (won't fix)

Looked 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

SeanBannister’s picture

Oh 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.

philbar’s picture

Version: 6.x-1.x-dev » 6.x-1.0-rc6
Status: Closed (won't fix) » Active

Is 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.

philbar’s picture

Apparently, 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+.

Encarte’s picture

subscribe

totocol’s picture

Hey 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

ppblaauw’s picture

#6
You only need to remove the dependency for jquery update from the .info file.
The module would run without jquery update.

totocol’s picture

Thanks for the quick reply!

Raul