Issue:
Once we install navbar I think we need jquery_update with jquery version 1.7 and not 1.5 (default)

Solution:
Once hook_install() runs navbar module to set the jquery_update_jquery_version to 1.7.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hass’s picture

In a quick test it looks like #1872390: Problem with jQuery 1.8 has been fixed. So we can check if jquery_update is installed and already configured to 1.7 or 1.8 and leave the setting as is if it already exists. If set to 1.5 we change it.

hass’s picture

Title: Jquery_update not pre-configured to 1.7 automatically » Automatically configure jquery_update with jQuery 1.7 or higher
Version: 7.x-1.0-alpha4 » 7.x-1.x-dev
hass’s picture

Status: Active » Needs review
FileSize
780 bytes

Patch attached.

jessebeach’s picture

Status: Needs review » Postponed

We're pulling the requirement of Navbar back to jQuery 1.4.4 so that jquery_update won't be necessary.

hass’s picture

This are great news! When have you planned to make this possible?

jessebeach’s picture

This should be finished now on the 7.x-1.x development branch.

jessebeach’s picture

Status: Postponed » Fixed
jessebeach’s picture

Status: Fixed » Closed (fixed)
hass’s picture

Status: Closed (fixed) » Fixed

As always, cases are auto closing after 14 days without activity.

Status: Fixed » Closed (fixed)

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