# HG changeset patch # User Mike Becker # Date 1781015055 -7200 # Node ID adaf9cf8b97e8f844e5dd8c7bc7695f7e9f4af85 # Parent 0343792a6175ea3452d51ddcdf90e0e1cac80610 add comment ID fragment to uniquely refer to comments fixes #884 diff -r 0343792a6175 -r adaf9cf8b97e src/main/webapp/WEB-INF/changelogs/changelog-de.jspf --- a/src/main/webapp/WEB-INF/changelogs/changelog-de.jspf Sun May 24 14:29:27 2026 +0200 +++ b/src/main/webapp/WEB-INF/changelogs/changelog-de.jspf Tue Jun 09 16:24:15 2026 +0200 @@ -27,6 +27,7 @@

Version 1.6.2 (Vorschau)

diff -r 0343792a6175 -r adaf9cf8b97e src/main/webapp/WEB-INF/changelogs/changelog.jspf --- a/src/main/webapp/WEB-INF/changelogs/changelog.jspf Sun May 24 14:29:27 2026 +0200 +++ b/src/main/webapp/WEB-INF/changelogs/changelog.jspf Tue Jun 09 16:24:15 2026 +0200 @@ -27,6 +27,7 @@

Version 1.6.2 (preview)

diff -r 0343792a6175 -r adaf9cf8b97e src/main/webapp/WEB-INF/jsp/issue-view.jsp --- a/src/main/webapp/WEB-INF/jsp/issue-view.jsp Sun May 24 14:29:27 2026 +0200 +++ b/src/main/webapp/WEB-INF/jsp/issue-view.jsp Tue Jun 09 16:24:15 2026 +0200 @@ -357,7 +357,7 @@ -
+
diff -r 0343792a6175 -r adaf9cf8b97e src/main/webapp/WEB-INF/jsp/issues-feed.jsp --- a/src/main/webapp/WEB-INF/jsp/issues-feed.jsp Sun May 24 14:29:27 2026 +0200 +++ b/src/main/webapp/WEB-INF/jsp/issues-feed.jsp Tue Jun 09 16:24:15 2026 +0200 @@ -49,6 +49,7 @@ + [<fmt:message key="feed.issues.type.${entry.type}"/>] #${issue.id} - <c:if test="${empty viewmodel.project}"><c:out value="${issue.project}" /> - </c:if><c:out value="${issue.currentSubject}"/> #${issue.id} - ${issue.subject} @@ -70,6 +71,7 @@ + [<fmt:message key="feed.issues.type.${entry.type}"/>] #${comment.issueid} - <c:if test="${empty viewmodel.project}"><c:out value="${comment.project}" /> - </c:if><c:out value="${comment.currentSubject}"/> ${comment.comment}
@@ -77,8 +79,8 @@ - ${link}?source=rss - ${link} + ${link}?source=rss${fragment} + ${link}${fragment}