Closed (fixed)
Project:
Views Showcase
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2009 at 23:42 UTC
Updated:
26 Aug 2010 at 00:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
rfsbsbThanks for your comment. I once considered use jquery_plugins but on that time I thought that it could be more annoying than functional. But sure I'll consider it for future!
Comment #2
ica commentedwise ... i agree on your timing :) -i just wanted to point out the possibility for consideration + central js registry discussions too
~obrigado
Comment #3
miro_dietikerjQuery plugins introduced by modules have huge potential to break other modules (introducing similar ones with potentially different versions).
What we really need is an abstraction module that does abstraction / registry only - not enforcing own versions.
Thus modules should then use the api to announce their needs (compatibility of jQuery modules).
Like wysiwyg adds the external editor libraries, it should be configured in a different library folder.
Even if we avoid double loading there's permanent trouble with upgrading libraries and ancountering side effects.
Compatibility information might also be added to the .info files and a good proposal would be a great start.
Comment #4
dboulet commentedMaybe integration with the Libraries API module would be a good solution?
Comment #5
dboulet commentedComment #6
miro_dietikerLooks fine to me. I think we should apply this as-is.
Thank you very much for this improvement.
Comment #7
dboulet commentedWe could also instead use
function_exists('libraries_get_path')for a small performance boost.Comment #8
miro_dietikerCommitted to 6--2
With comment, fast version.