#10495 closed defect (fixed)
css and js files are compressed in cache
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | AutocompleteUsersPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Hi! I meet problem after install this plugin. at the First time, this plugin worked well. But when i refresh browser. It could not work. In the trac environment folder i see that:
# file chrome/autocomplete/js/* chrome/autocomplete/js/autocomplete.js: gzip compressed data, from Unix chrome/autocomplete/js/autocomplete_newticket_cc.js: gzip compressed data, from Unix chrome/autocomplete/js/format_item.js: gzip compressed data, from Unix
# file chrome/autocomplete/css/* chrome/autocomplete/css/autocomplete.css: gzip compressed data, from Unix chrome/autocomplete/css/indicator.gif: GIF image data, version 89a, 16 x 16
I am using nginx as proxy server and apache as web server. in the nginx config file, i set gzip on or off; both of them did not help. But another plugin as TracWysiwyg 0.12.0.4-r11158 worked well. Some thing wrong with this plugin or Do i need config something in Nginx ? Thank for your help.
Attachments (0)
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Summary: | css and js files ware compressed in cache → css and js files are compressed in cache |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thank you, we used new jquery version and problem was fixed
- jQuery JavaScript Library v1.4.4
comment:4 Changed 12 years ago by
I'm a bit surprised, but glad to hear. You may want to track ticket #9599 in which major changes will be made leading to a new version of the plugin, which should have no compatibility issues. Please feel free to CC yourself on that ticket if you have an interest.
Most likely there is a conflict between this plugin and TracWysiwyg or another plugin. Could you please try disabling all plugins except the AutocompleteUsersPlugin and see if it starts to work again?