Vote #71448
完了Show images in repositories inline when clicking the 'View' link
0%
説明
message#29308
Currently, when you click the "View" link for image files in repositories views,
image files are downloaded.
I would like image files to be displayed inline.
For your information, in issues views, when you click image file links,
image files are displayed inline.
So, not only it is more convenient but also it is more consistent with this change.
Please review this patch and include it if it is OK.
journals
it seems a nice improvement. thanks.
--------------------------------------------------------------------------------
I like the use of @Redmine::MimeType@.
Side note: maybe it could also be used in the places indicated by Toshi in #9638?
--------------------------------------------------------------------------------
I tested patch in trunk r9249.
*View* and *Download* links display the picture. While this is OK for *View*, *Download* should not display but download the picture.
--------------------------------------------------------------------------------
Patch changed to force then download when clicking "Download" + test added. Committed in r9776.
--------------------------------------------------------------------------------