stable
Clone or download
Read-only
Fixes request #29250: Content between < and > characters is removed in pullrequest comments
To test, create a PR comment like `Template<T>`, it should be displayed as is. Change-Id: Idd99aedd894b820355ca6d6acd136b05b4a9dc3f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/include/PullRequest/REST/v1/CommentRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestInlineCommentRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestMinimalRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/TimelineInlineCommentRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/tests/rest/PullRequest/PullRequestsCommentsTest.php | +2 | −2 | Go to diff View file |