Libraries API
Rob Loach - June 11, 2009 - 21:00
| Project: | jQuery UI |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Description
Use the Library API so that jQuery UI can live in sites/all/plugins or anywhere else you want it to.

#1
Forgot the patch.
#2
Sorry, that's http://drupal.org/project/libraries .
#3
+ module_load_include('module', 'libraries');+ module_load_include('module', 'jquery_ui');
That should probably just use drupal_load(). Aside from that, this looks ready to go.
Though - to commit this patch, we need a release of Libraries API first...
#4
Yup!