Actions
Defect #32024
closedBroken gzip icon in the repository view
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Redmine::MimeType.css_class_of('foo.gz') # => "application-gzip"
Files
Related issues
Updated by Go MAEDA about 5 years ago
- Related to Defect #32012: Broken JavaScript icon in the repository view added
Updated by Go MAEDA about 5 years ago
- Tracker changed from Patch to Defect
- Subject changed from Fix gz icon to Broken gzip icon in the repository view
- Target version set to 3.4.12
- Affected version set to 3.0.0
In my environment, Redmine::MimeType.css_class_of('foo.gz')
returns "application-x-gzip" in 2.6-stable but "application-gzip" in 3.0-stable.
Probably it has been broken since Redmine 3.0.
Updated by Go MAEDA about 5 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you for catching and fixing the issue.
Actions