Needs work
Project:
jQuery libraries
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Dec 2010 at 09:08 UTC
Updated:
27 Jun 2011 at 16:07 UTC
Jump to comment: Most recent file
I've committed a first baseline of code for jQuery module -- not to be mistaken as set in stone and "the end of the world", please.
Rather, a first baby-step in order to help Libraries API to figure out what API-consuming modules actually need. I already ran into #962290: Various implementation problems with that stupidly simple integration code.
http://drupalcode.org/viewvc/drupal/contributions/modules/jquery/jquery....
Most of the @todos need to be resolved in Libraries API, only a few of them actually apply to jQuery module.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | jquery.callback.5.patch | 2 KB | sun |
| #3 | jquery.patch | 2.66 KB | sun |
| #1 | jquery_update-HEAD.patch | 6.35 KB | pillarsdotnet |
| #1 | jquery_update.tar_.gz | 2.64 KB | pillarsdotnet |
Comments
Comment #1
pillarsdotnet commentedI did something of the same. Dunno if you can use it, but here's my diff against the latest jquery_update HEAD and also as a tarball.
Comment #2
sunThanks for posting what you have -- however, the code seems to follow jquery_update/_ui's old D6 way of registering/detecting/loading libraries, but that will work entirely differently with jQuery + Libraries modules in D7. :)
Due to my other project obligations, I'd love to team up with some more people to get this done.
Comment #3
sunMerely posting what I currently have locally. Note that this closely tied to #958162: Allow groups of callbacks to be applied to libraries
Comment #4
klonosThanx for the update Daniel.
Comment #5
sunRe-rolled for #1190398: PHP Fatal error: Call to undefined function libraries_detect_library()