Vote #62997
完了Display thumbnails of attached images
0%
説明
It would be nice to display a thumbnail of images that are attached to an issue. If you click the thumbnail you would see the entire image.
journals
Please test my patch from #1023
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
is it possible to include this feature into versions 0.9.1 or 1.0?
--------------------------------------------------------------------------------
+1. I would also find this very useful. People are much more likely to look at the attached image if there's a thumbnail preview.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
There is a lot of ideas in #3510 and #6205.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Why did you change the category to Wiki? This issue is about thumbnails of attachments in issues, not on the wiki.
--------------------------------------------------------------------------------
It's the same thing, same code.
--------------------------------------------------------------------------------
I am using Redmine 1.3.0. This feature is not working in this version right? How can we add this to 1.3.0? Please support.
--------------------------------------------------------------------------------
Feature added in r9933. Thumbnails of attached images can be displayed on the issue detail view (see Settings -> Display).
!thumbnails.png!
--------------------------------------------------------------------------------
Hi! Thanks for this, but it's really not convinient this way.
Any chance of making clickable thumbs? (see redmine_lightbox plugin here - http://www.redmine.org/plugins/redmine_lightbox)
Thanks for your effort.
EDIT: or they are clickable ? is there an example of issue?
Thanks.
--------------------------------------------------------------------------------
They are clickable. It's just a screenshot above...
--------------------------------------------------------------------------------
Jean-Philippe Lang wrote:
> They are clickable. It's just a screenshot above...
did you use lightbox? or if i click on image it'd be just a link to full-image ?
any example here? what about 1.4 version - will it be included there as well?
thanks
--------------------------------------------------------------------------------
rm user wrote:
> did you use lightbox? or if i click on image it'd be just a link to full-image ?
No lightbox, just a link to the full image. You can have a look at r9933 for more details.
> any example here? what about 1.4 version - will it be included there as well?
No example here, feature was committed today in trunk. I'm afraid it won't be merged into 1.4-stable.
--------------------------------------------------------------------------------
Jean-Philippe Lang wrote:
> rm user wrote:
> > did you use lightbox? or if i click on image it'd be just a link to full-image ?
>
> No lightbox, just a link to the full image. You can have a look at r9933 for more details.
>
> > any example here? what about 1.4 version - will it be included there as well?
>
> No example here, feature was committed today in trunk. I'm afraid it won't be merged into 1.4-stable.
OK, thanks, I will use lightbox plugin for now :) It works perfect and handy.
What about large images pasted into comments / issue descriptions / wiki ? (it'd be good to automatically resize them and display full-sized on click).
--------------------------------------------------------------------------------
rm user wrote:
> What about large images pasted into comments / issue descriptions / wiki ? (it'd be good to automatically resize them and display full-sized on click).
This is discussed in another request but it is already possible to set specific sizes using "textile css syntax":http://redcloth.org/textile/attributes/#css-styles @!{width: 50px}my_picture.png!@.
--------------------------------------------------------------------------------
I would like to propose to keep generated thumbnails in attachments folder instead of a temp one, because thumbnails are not really temp files - they should present as long as image itself exists and valid.
--------------------------------------------------------------------------------
Personally, i wouldn't like them to be mixed with the files that i have to backup. Thumbnails can be generated from real data files, they are temporary files for me.
--------------------------------------------------------------------------------
I think it would be nice to reach a common ground on the files fs location. I agree they aren't temporary, se we shouldn't lose them eg. in reboot. But they are derived. I'd like to have the option to simply backup just the base files without derived ones. And if I do want to, adding backup of the derived files is as simple as adding an item to a list.
--------------------------------------------------------------------------------
It is possible add the thumbnail and / or inside the history when redmine write *attached the file* ...
So no need to go to the top of the issue to see the image
Thanks in advance
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Luis Serrano Aranda wrote:
> It is possible add the thumbnail and / or inside the history when redmine write *attached the file* ...
Implemented in Redmine 3.2.0 (#13429).
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,1023,Patch for #1006
relates,Closed,32249,Show attachment thumbnails by default
relates,Closed,33226,Skip thumbnail tests if ImageMagick convert command is not available
duplicates,Closed,3823,show attached screenshots preview on "issue details" page
duplicates,Closed,6205,insert image
duplicates,Closed,3711,Extending Wiki Inline-images to include size parameters.