Actions
Feature #6374
closedFile raw view mode
Status:
Closed
Priority:
Normal
Assignee:
Toshi MARUYAMA
Category:
SCM
Target version:
-
Start date:
2010-09-12
Due date:
% Done:
0%
Estimated time:
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
Updated by Felix Schäfer about 14 years ago
Is there something wrong with the "view" link up in the repository single file view, like here?
Updated by Ammler _ about 14 years ago
it should be basically the Download but without forcing Download
Updated by Toshi MARUYAMA over 13 years ago
- Status changed from New to 7
- Assignee set to Toshi MARUYAMA
Updated by Toshi MARUYAMA over 13 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.
Actions