Actions
Defect #1612
closedredmine links of type class:id do not like to be before a period.
Start date:
2008-07-09
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Exemple : please have a look in source:trunk.
while "source:trunk" would work, "source:trunk." wont.
It is quiet common to put a link at the end of the sentence, therefore I think the regexp should exclude this dot when followed by a blanck or an end of line.
What do others think ?
Files
       Updated by Paul Rivier over 17 years ago
      Updated by Paul Rivier over 17 years ago
      
    
    - File repo_links.patch repo_links.patch added
- File repo_link.patch repo_link.patch added
Here we go.
It turns path matching to non greedy variant, so the stop condition will work. The stop condition has been slightly changed as well. There are 2 or 3 test cases included also.
       Updated by Jean-Philippe Lang over 17 years ago
      Updated by Jean-Philippe Lang over 17 years ago
      
    
    - Status changed from New to Closed
- Resolution set to Fixed
Fix committed in r1650 with a few additional tests (source file name containing a period).
Actions