Modify

Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#10495 closed defect (fixed)

css and js files are compressed in cache

Reported by: haihq88@… 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 Ryan J Ollos

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?

comment:2 Changed 11 years ago by Ryan J Ollos

Summary: css and js files ware compressed in cachecss and js files are compressed in cache

comment:3 Changed 11 years ago by anonymous

Resolution: fixed
Status: newclosed

Thank you, we used new jquery version and problem was fixed

  • jQuery JavaScript Library v1.4.4

comment:4 Changed 11 years ago by Ryan J Ollos

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.