Feature #16779
openMake all kind of URL a html link
0%
Description
It would be very usefull if all sort of URI would parsed as html link.
Like:
ftp://example.com
ssh://example.com
smb://example.com/folder1
steam://run/xyz
I think a URI can simply identified by ://
(ftp was mentioned as an already working example)
Related issues
Updated by Rafael B. over 10 years ago
I consider this rather a bug than a feature request. All URIs should be detected appropriately, not just a very small subset. A more complex example would be a message URI that opens the corresponding email message inside an application: message://%3c20140500073640.1764C89902EB@mail.domain.com%3e The worst thing is that parts of the URI get falsely detected as an email address.
The URI is in a valid format, but Redmine doesn’t detect it as expected. I think that for the first step it would be already enough if the user could manually mark not detected URIs (with the quotation mark syntax for example)
Updated by Go MAEDA over 9 years ago
Redmine would not support "file://" for security reasons. (#7370)
Updated by Go MAEDA over 9 years ago
- Related to Feature #7370: Interpret "file://" into issue description added
Updated by Sebastian Paluch over 9 years ago
It also does not create a link to location shared on local network e.g. \\server\file which would be very helful. We are storing bigger files, reports, etc on shared drives but are not able to create such link.