Feature #6374
File raw view mode
Status: | Closed | Start date: | 2010-09-12 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | SCM | |||
Target version: | - | |||
Resolution: |
Description
in the repository view, you need to download a file to view the raw file. Would be nice to have this as option so you can view non binary files directly with browser.
Related issues
History
#1
Updated by Felix Schäfer over 11 years ago
Is there something wrong with the "view" link up in the repository single file view, like here?
#2
Updated by Ammler _ over 11 years ago
try to copy & paste a snippet from there
#3
Updated by Ammler _ over 11 years ago
it should be basically the Download but without forcing Download
#4
Updated by Toshi MARUYAMA about 11 years ago
- Category set to SCM
#5
Updated by Toshi MARUYAMA about 11 years ago
- Status changed from New to 7
- Assignee set to Toshi MARUYAMA
#6
Updated by Toshi MARUYAMA about 11 years ago
- Status changed from 7 to Closed
I implemented this feature in #6256.
Detecting text or binary is very difficult.
UTF-16 has '\0'.
So, I use file extension.
#7
Updated by Ammler _ about 11 years ago
thanks, I need to update my redmine :-)