Defect #9638
Inconsistent image filename extensions
| Status: | Closed | Start date: | 2011-11-23 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Toshi MARUYAMA | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 1.3.0 | |||
| Affected version: | 1.2.2 | Resolution: | Fixed |
Description
- source:trunk/lib/redmine/mime_type.rb@7885#L42
- 'jpg,jpeg,jpe'
- source:trunk/app/models/attachment.rb@7885#L126
- /\.(jpe?g|gif|png)$/i
- source:trunk/app/helpers/application_helper.rb@7885#L540
- (bmp|gif|jpg|jpeg|png)
Associated revisions
fix inconsistent image filename extensions (#9638)
History
#1 Updated by Toshi MARUYAMA 6 months ago
- Status changed from New to Closed
- Resolution set to Fixed
Committed in r7891.