Project

General

Custom queries



Profile

Actions

Feature #1514

closed

Parsing ftp URL

Added by Stanislav German-Evtushenko almost 17 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
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

Revision 1577 (diff)

Turn ftp urls into links (#1514).

Added by Jean-Philippe Lang over 16 years ago

Revision 2018 (diff)

Turn ftps and sftp proto into links (#1514).

Actions

Also available in: Atom PDF