Vote #63020
完了Special handling for .diff/.patch attachments
0%
説明
I suppose it's your webserver's mime type config, but if I click on a diff attached to an issue, the browser thinks it's a binary file and wants to download it. Even better than fixing that, I think, would be to treat it specially (like images) and view it in something like the SCM diff viewer.
journals
One alternative to special treatment of *.diff and *.patch... what "Launchpad":http://launchpad.net does is give you a checkbox to say the attachment is a patch. This could also trigger an indicator that someone has attached a resolution to an issue, which could be of use to developers.
--------------------------------------------------------------------------------
> I suppose it's your webserver's mime type config
Actually it's not my webserver, download is forced unless the attachment is an image:
source:/trunk/app/controllers/attachments_controller.rb#L26
--------------------------------------------------------------------------------
Diff viewer added in r1516.
Rocco, the simpliest way to tell that an issue is resolved is to mark it as 'Resolved' :-)
--------------------------------------------------------------------------------
related_issues
relates,Closed,1403,Unified Diff download feature