Actions
Feature #22058
closedShow image attachments and repo entries instead of downloading them
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
For text file attachments and text files in a repository, we have a nice inline display in Redmine that even shows line numbers.
Images however are always just downloaded. It would be nice if they were displayed as well.
Files
Updated by Jan from Planio www.plan.io almost 9 years ago
- Description updated (diff)
Updated by Jan from Planio www.plan.io almost 9 years ago
- File image_preview_in_redmine.jpg image_preview_in_redmine.jpg added
- File 0001-Reduce-view-code-duplication-by-using-a-nested-layou.patch 0001-Reduce-view-code-duplication-by-using-a-nested-layou.patch added
- File 0002-Whitespace-only-change.patch 0002-Whitespace-only-change.patch added
- File 0003-Add-inline-image-preview-display-for-attachments-and.patch added
- File 0004-Whitespace-only.patch 0004-Whitespace-only.patch added
- Assignee deleted (
Jan from Planio www.plan.io) - Target version set to Candidate for next minor release
Here's a patch series that adds this feature:
Updated by Jan from Planio www.plan.io over 8 years ago
- File deleted (
0003-Add-inline-image-preview-display-for-attachments-and.patch)
Updated by Jan from Planio www.plan.io over 8 years ago
- File 0003-Add-inline-image-preview-display-for-attachments-and.patch 0003-Add-inline-image-preview-display-for-attachments-and.patch added
Rebasing patch onto current trunk.
Updated by Go MAEDA over 8 years ago
- Target version changed from Candidate for next minor release to 3.3.0
Updated by Jean-Philippe Lang over 8 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Updated by Krzysztof Zielonka over 7 years ago
Is any reason to use download_named_attachment_url in app/views/attachments/image.html.erb instead download_named_attachment_path?
Updated by Toshi MARUYAMA over 7 years ago
Krzysztof Zielonka wrote:
Is any reason to use download_named_attachment_url in app/views/attachments/image.html.erb instead download_named_attachment_path?
FTR: #25295
Actions