Vote #64062
完了Inline images don't work if file name has upper case letters or if image is in BMP format
0%
説明
I am using the following redmine / environment:
database version: mysql-server-5.0.51a-1.fc9.i386¶
ruby version: ruby 1.8.6 (2008-03-03 patchlevel 114) [i386-linux]¶
rails: 2.1.0¶
redmine version: trunk revision 1957¶
"Normal" inline images (e. g. in an image update) work fine.
However the inline images do not work when using either
- image file names with upper case letters
- images in BMP format
Refer to the attached images for details:
- uploaded files + textile of issue note: !s240.png!
- result: !s241.png!
journals
Trying to reproduce on this issue itself.
works:
!s239.png!
does not work - upper case problem:
!s240.PNG!
does not work - BMP problem:
!s241.bmp!
--------------------------------------------------------------------------------
Successfully reproduced on this issue itself.
(Note: I am using Firefox 3.0.3)
And anyway, thanks for this great software!
--------------------------------------------------------------------------------
Fixed in r1958.
--------------------------------------------------------------------------------