Vote #72274
完了Don't turn #nnn with leading zeros into links
0%
説明
Sometimes a user would post an issue containing something like
"#01234" in the description/update. If there happen to be an issue
with that number (and it is visible by the current user, which is
always true for site admin,) the text would be converted to a link
"#1234" w/o the leading zero when rendering the issue on the web.
This was a problem when a user didn't mean to refer to an issue
numbered 1234, but was using it in some other environment-specific
context.
journals
Maybe a better option is to not display it as a link since it's not the exact issue id?
--------------------------------------------------------------------------------
Jean-Philippe Lang wrote:
> Maybe a better option is to not display it as a link since it's not the exact issue id?
Well, I don't see why not, indeed. :-)
--------------------------------------------------------------------------------
Committed in r10077.
--------------------------------------------------------------------------------