|
|
@ -541,7 +541,7 @@ module ApplicationHelper |
|
|
|
# Forum messages: |
|
|
|
# Forum messages: |
|
|
|
# message#1218 -> Link to message with id 1218 |
|
|
|
# message#1218 -> Link to message with id 1218 |
|
|
|
def parse_redmine_links(text, project, obj, attr, only_path, options) |
|
|
|
def parse_redmine_links(text, project, obj, attr, only_path, options) |
|
|
|
text.gsub!(%r{([\s\(,\-\>]|^)(!)?(attachment|document|version|commit|source|export|message|project)?((#|r)(\d+)|(:)([^"\s<>][^\s<>]*?|"[^"]+?"))(?=(?=[[:punct:]]\W)|,|\s|<|$)}) do |m| |
|
|
|
text.gsub!(%r{([\s\(,\-\[\>]|^)(!)?(attachment|document|version|commit|source|export|message|project)?((#|r)(\d+)|(:)([^"\s<>][^\s<>]*?|"[^"]+?"))(?=(?=[[:punct:]]\W)|,|\s|\]|<|$)}) do |m| |
|
|
|
leading, esc, prefix, sep, identifier = $1, $2, $3, $5 || $7, $6 || $8 |
|
|
|
leading, esc, prefix, sep, identifier = $1, $2, $3, $5 || $7, $6 || $8 |
|
|
|
link = nil |
|
|
|
link = nil |
|
|
|
if esc.nil? |
|
|
|
if esc.nil? |
|
|
|