Closed (fixed)
Project:
Drupal Commons
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Jan 2014 at 21:35 UTC
Updated:
22 Jan 2014 at 22:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ezra-g commentedComment #2
ezra-g commentedAhem, Navbar is up to 1.2.
Both are now updated: http://drupalcode.org/project/commons.git/commitdiff/25d4296?hp=ab450a2f....
Comment #3
devin carlson commentedUnfortunately, we can't include a preconfigured, minified version of Modernizr from modernizr.com so we'll have to tell navbar to use the source variant of the Modernizr library. The navbar update didn't include a configuration for the library variants so this resulted in the Modernizr library not being loaded and the navbar not working properly.
The attached patch adds
navbar_libraries_variantsto the list of strongarm variables featurized by Commons Miscellaneous Configuration and includes an update function to revert the variables configuration. This could also be done in commons.install if anyone thinks that it isn't worth featurizing.Comment #4
ezra-g commentedThanks for catching and patching that! Exporting this as a variable seems like a fine approach. Marking as RTBC.
Comment #5
devin carlson commentedA reroll of #3.
Comment #6
devin carlson commentedTested #5 with a fresh and an existing Commons site and confirmed that the Modernizr library loads correctly and Navbar functions properly.
Committed #5 to Commons 7.x-3.x.
http://drupalcode.org/project/commons.git/commit/5b34ecb