Project

General

Profile

Actions

Patch #4520

closed

Simplify URL Matching in Redmine

Added by Christoph Rauch over 14 years ago. Updated about 2 months ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
2010-01-05
Due date:
% Done:

0%

Estimated time:

Description

In our local Redmine Installation I use this patch to link to arbitrary protocols, e.g. on Ubuntu apt://rake installs rake upon clicking.

In order not to build every possible protocol into the regexp I simple replaced it with "some printable characters". This is obviously overly eager. For example foohttp://www.example.com/ does match with protocol "foohttp", whereas previously it would be recognized correctly.

Anyway, even if you won't include it I'll leave it here, in case someone could use it.

Thanks for this great project!


Files

0004-url-matching.patch (715 Bytes) 0004-url-matching.patch Patch to match all possible protocols, yet breaking some other matches. Christoph Rauch, 2010-01-05 15:21
Actions

Also available in: Atom PDF