Closed (won't fix)
Project:
Javascript Aggregator
Version:
5.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 May 2008 at 21:30 UTC
Updated:
10 Sep 2011 at 14:29 UTC
Jump to comment: Most recent
Comments
Comment #1
Veggieryan commentedThis would be great as currently ubercart is totally incompatible with javascript_aggregator
Even if you manually exclude all the ubercart js it still gets included in the bundled js, yet each inclusion is empty....
hmmm,
would love to figure this one out.
thanks,
ryan.
Comment #2
derjochenmeyer commentedI would be happy to implement this feature... I didnt write the actual exclusion patterns... they were written by hoesh check this issue http://drupal.org/node/219005
Comment #3
JStarcher commentedI put in /?q=hovertip/settings_js and it didn't include it, so try tailoring this method to your specific file.
Comment #4
najibx commentedCould you put in Readme.txt of known modules which are not working and which is working with exclusion required.
This issue got me into a real trouble as i could not figure out why my fckeditor didn't show up in IE. no error shown by Firebug or IE ... just didn't show.
Put this in "Exclude from js aggregation:" works great.
/sites/all/modules/fckeditor/fckeditor/fckeditor.js
List of other knows .js from modules need to be excluded is appreciated.
Comment #5
Veggieryan commentedif it helps someone,
I was able to get ubercart shipping quotes and checkout working by changing line 54
So something simple is going wrong in the pre_match but I didn't have time to fix it the right way. This got it working for me in the mean time. Its a crucial module so I hope this gets fixed for others.
If a module is breaking try adding another preg_match with that modules name....
Comment #6
asak commentedVeggieryan - Thanks!
That works great!
Comment #7
najibx commentedI have issues several more modules !
1. Hierarchical Select 3
2. Gmap
3. CCk Group fields
Comment #8
jcmarco commentedIn the case of GMap module:
http://drupal.org/node/286653
Comment #9
deepbluesolutions commentedJust additional information for ubercart exclusion I found [0-9]{5} worked great with ubercart. Still not having any joy with fckeditor though. I am using the following in the exclude field in javascript_aggregator
/sites/all/modules/fckeditor/fckeditor.config.js
/sites/all/modules/fckeditor/fckeditor.utils.js
/sites/all/modules/fckeditor/fckeditor.popup.js
/sites/all/modules/fckeditor/fckeditor/fckconfig.js
/sites/all/modules/fckeditor/fckeditor/fckeditor.js
using inspect I can see the first two are excluding fine, but the last three are not being excluded, i dont understand quite why these are being included even though I have excluded them. I can confirm, if I disable javascript_aggregator, then fckeditor works perfectly, but when enabled fckeditor just doesnt get called. Any help keenly wanted!
Comment #10
deepbluesolutions commentedOk stupid mistake, to exclude fckeditor, when running javascript_aggregator you need to exclude
/sites/all/modules/fckeditor/fckeditor.config.js
/sites/all/modules/fckeditor/fckeditor.utils.js
/sites/all/modules/fckeditor/fckeditor.popup.js
/sites/all/modules/fckeditor/fckeditor/fckconfig.js
/sites/all/modules/fckeditor/fckeditor/fckeditor.js
/sites/all/modules/fckeditor/img_assist_fckeditor.js
/sites/all/modules/fckeditor/fckeditor/editor/js/fckeditorcode_ie.js
/sites/all/modules/fckeditor/fckeditor/editor/js/fckeditorcode_gecko.js
/sites/all/modules/fckeditor/fckeditor/editor/js/fckadobeair.js
Comment #11
rhylos commentedCan you verify that its the aggregator that causes FCKeditor to not show in IE or the combination of enabling the JSMin option?
Comment #12
rhylos commentedReprint in response to #11
Check out the issue reported by rhylos here: #380134: Not compatible with JSMin? and suggested solution.
If FCKeditor doesn't work in IE and IE does not report any javascript errors, then it seems that it is an issue with javascript compression.
Comment #13
derjochenmeyer commentedNo new features will be added for Drupal 5
Comment #14
Anonymous (not verified) commentedHello,
How can I do in D6 and the latest reslease of this module to exclude some JS or paths ?
I'm still having problems with Ubercart nad the total Order amount script.
Thank you.