| Summary: | "<repo> r<revision>" not auto-linked when at the beginning of line, if not on the first line, of comment | ||
|---|---|---|---|
| Product: | Services | Reporter: | Kubilay Kocak <koobs> |
| Component: | Bug Tracker | Assignee: | Oleksandr Tymoshenko <gonzo> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | bugmeister, gonzo |
| Priority: | --- | Keywords: | needs-qa |
| Version: | unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
| See Also: |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208938 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233173 |
||
|
Description
Kubilay Kocak
2018-11-19 07:32:02 UTC
Looks like the strings aren't matched when they are at the beginning of the line. Might want to check the ports (and other?) autolink matching entries for the same issue Testing ports revision matching at beginning of the line: ports r444534 commit ports r444534 bug 233173 comment 5 has a "ports r<revision>" string at the beginning of the line, on the first line, which was auto-linked. I will test this case here in 3 subsequent comments for base, doc and ports Confirming doc revision matching at beginning of the line is also affected doc r52490 commit doc r52490 The problem was a missing flag in perl regex for multi-line text. Fix committed [1] and deployed. [1] https://github.com/gonzoua/bugzilla/commit/5a3933a045e346abc74171bfd119e00f791d3d76 Thank you! |