Actions
Defect #18349
closedURL not rendered as a link when followed by a line break and another URL
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Hello.
I've encountered a problem, related to the redmine formatting. The thing is, that when I try to add issue description (or comment) with the following content:
Any text https://name.domain.com/issues/91243
http://name.domain.com/00boUr-6lA1oXahp/
The first link doesn't seem to appear like a link. It's just a plain text. As far as I can get it, this problem caused by a bug in the WikiFormatting auto_link! method. Speaking more precisely, I think that regex is not completely correct. So, is it really a bug or am I doing something wrong?
My version of redmine is 2.3.1.stable, Postgres 9.3.5, ruby 1.9.3 stable and rails 2.2.2.
Related issues
Updated by Toshi MARUYAMA almost 10 years ago
- Category changed from Issues to Text formatting
Updated by Jean-Philippe Lang almost 10 years ago
- Subject changed from Links formatting is broken to URL not rendered as a link when followed by a line break and another URL
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 2.6.1
- Resolution set to Fixed
Fixed in r13592, thanks for poiting this out.
Updated by Go MAEDA over 9 years ago
- Has duplicate Defect #13726: Link not clickable added
Actions