Download & Extend

Make the default jQuery version (1.4.4) for D7 an option

Project:jQuery Update
Version:7.x-2.x-dev
Component:Code
Category:task
Priority:normal
Assigned:jessebeach
Status:needs review

Issue Summary

To aid site builders in upgrading a site from the current jQuery version in D7 (1.4.4) to a newer jQuery version, the jquery_update module should provide the default version as an option in the version selector dropdown. Given this option, developers can back off to the default jQuery version if errors are encountered on the site without disabling the jquery_update module itself.

Comments

#1

Status:active» needs review

This patch introduces jQuery 1.4.4 as an option.

I also fixed a small inconsistency. jQuery 1.5 was listed as 1.5.2, but the version included is really 1.5.1.

AttachmentSize
introduce_144_jquery_version-1548028-1.patch 264.6 KB

#2

Instead of providing another jQuery 1.4.4 in replace/jquery/1.4/jquery.js as the patch in #1 does I would prefere to just use the default jQuery lib provided by Drupal. Patch attached, which just disables the replacing mechanisms of jQuery Update and hides the compression/CDN options in the settings form.

AttachmentSize
jquery_update-add-drupal-provided-version-1548028-2.patch 2.31 KB