Libraries versions were not updated to match what the module currently replaces (1.51 for jQuery and 1.8.11 for jQuery UI).

Patch coming up.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

amateescu’s picture

Status: Active » Needs review
FileSize
9.85 KB

Contents of this patch:
- update versions for jQuery and jQuery UI
- update hook comments to D7 style
- move jquery.cookie.js to misc (there's no reason for it to stay in ui/external)
- update jquery.cookie.js version string to latest revision from github, since it doesn't have a proper release name

mfer’s picture

Status: Needs review » Fixed

@amateescu jQuery cookie is distributed with jQuery UI, along with some other scripts, in the external directory. Keeping the external directory up to date is easy. I don't know that we should move jquery.cookie.js out of there even if we have a misc directory. I'm open to convincing. But, it's about maintainability.

The other updates were committed, nice catch.

amateescu’s picture

@mfer, you're right :)

I saw that jquery.cookie.js is included by core in the misc directory so I thought we should also place it there, but keeping in sync with what is distributed with jQuery UI is better.

amateescu’s picture

Status: Fixed » Needs review
FileSize
11.67 KB

Some of the changes from #1 were not commited (the hook comments), so here's another patch which fixes those comments and changes all occurrences of $javascript with $libraries, as defined in hook_library_alter().

Also, we should update $libraries['jquery.cookie'] not $libraries['cookie']. This change is included as well.

mfer’s picture

Status: Needs review » Fixed

This has been fixed. The only hold up in releasing 7.x-2.x (and pushing the code up to d.o) is to test jQuery 1.5.2 on Google CDN. Still waiting for them to push it up.

amateescu’s picture

Status: Fixed » Needs work

@mfer, the patch from #4 is different that the one in #1, and i don't see any commit for this one.. maybe you forgot to push it?

Anyway, after http://drupalcode.org/project/jquery_update.git/commit/fcd7f39, this needs a reroll.

mfer’s picture

Status: Needs work » Fixed

@amateescu I had not pushed up all my changes. I was waiting until the Google Libraries CDN had 1.5.2 on it to push up the changes. They are up now along with version 7.x-2.2.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.