Actions
Feature #1514
closedParsing ftp URL
Start date:
2008-06-22
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Patch Redmine 0.7.1 for Parsing ftp URLs
Index: lib/redmine/wiki_formatting.rb =================================================================== --- lib/redmine/wiki_formatting.rb (revision 1496) +++ lib/redmine/wiki_formatting.rb (working copy) @@ -126,6 +126,7 @@ ) ( (?:https?://)| # protocol spec, or + (?:ftp://)| # (?:www\.) # www.* ) (
Added by Jean-Philippe Lang almost 17 years ago
Added by Jean-Philippe Lang over 16 years ago
Turn ftps and sftp proto into links (#1514).
Actions
Turn ftp urls into links (#1514).