Mercurial > p > roundup > code
diff CHANGES.txt @ 6564:21c7c2041a4b
issue2551181 - allow issueXXX#fragment to generate a link with fragment
There is another ticket to add id's to elements displaying messages in
issue.item.html. This change allows a fast way to link to such an
element in a long issue with many messages once that other issue is
committed and merged into a tracker template.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 15 Dec 2021 23:52:25 -0500 |
| parents | 8687c096a945 |
| children | 2c2dbfc332ba |
line wrap: on
line diff
--- a/CHANGES.txt Tue Dec 14 08:55:55 2021 -0500 +++ b/CHANGES.txt Wed Dec 15 23:52:25 2021 -0500 @@ -96,6 +96,11 @@ Access-Control-Allow-Headers headers. (John Rouillard) - issue2550991 - define default cache control settings for javascript and css assets. (John Rouillard) +- issue2551181 - fragments can be appended to designators. So + issue23#msg24 could jump to the element with id msg24 in issue 23. + Before this patch you would have two links issue23 and msg24 + separated by # (John Rouillard). + 2021-07-13 2.1.0
