Feature #16779
open
Make all kind of URL a html link
Added by S M over 10 years ago.
Updated over 9 years ago.
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)
- Category set to Text formatting
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)
Redmine would not support "file://" for security reasons. (#7370)
- Related to Feature #7370: Interpret "file://" into issue description added
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.
Also available in: Atom
PDF