Project:Javascript Aggregator
Version:5.x-1.2
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

I found when I enable the function "Aggregate JavaScript files" and I click the "content" tab of Panels module, I'll get error and I cannot add content (press "+" in content tab). Please check attachment.

My environment is Drupal 5.7, jQuery 1.1.2, Panels 2.0 beta2, Panels Tabs 1.4

AttachmentSize
javascript_aggregator.jpg69.47 KB

Comments

#1

try to exclude the js file that panels uses in the admin settings of the aggregator... aggregation is not always working...

#2

thanks, I excluded these javascripts and it's ok now. But I found I cannot use /sites/all/modules/panels/* , is it possible to support wild card?

#3

just try it without the *

i have to go back and look at the code, right now im on a mobile connection...

#4

Sorry, it doesn't work when I change to the following configuraiton

/sites/all/modules/tinymce/tinymce/jscripts/tiny_mce/tiny_mce.js
/sites/all/modules/panels_tabs/
/sites/all/modules/panels/js/
/sites/all/modules/panels/js/lib/

Original configuration (workable):

/sites/all/modules/tinymce/tinymce/jscripts/tiny_mce/tiny_mce.js
/sites/all/modules/panels_tabs/panels_tabs.js
/sites/all/modules/panels/js/checkboxes.js
/sites/all/modules/panels/js/display_editor.js
/sites/all/modules/panels/js/edit_settings.js
/sites/all/modules/panels/js/layout.js
/sites/all/modules/panels/js/list.js
/sites/all/modules/panels/js/modal_forms.js
/sites/all/modules/panels/js/panels.js
/sites/all/modules/panels/js/lib/dimensions.js
/sites/all/modules/panels/js/lib/form.js
/sites/all/modules/panels/js/lib/mc.js

#5

Status:active» fixed

#6

Hi, could you release a snapshot version and I can help to test, thanks.

#7

I didnt change anything in the code... you wrote that you found a configuration that works for you.

With Drupal 6 out i will not add new features to this module.

#8

Status:fixed» closed (fixed)

ok, I got it, thanks for your support.

btw, just a suggestion, maybe you can add it in the homepage of Javascript Aggrega, Panels is a popular module like tinymce.