stable
Clone or download
Read-only
Merge commit 'refs/changes/92/21292/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #18839: HTML notifications on pull request comments does not take newlines into account Change-Id: I13e8b5bde5853ebbe216ecd61416128b18c8dca9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/templates/comment/pull-request-new-comment-mail-content.mustache | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/templates/comment/pull-request-new-inline-comment-mail-content.mustache | +1 | −1 | Go to diff View file |
A | src/common/templating/mustache/LineBreakHelper.php | +33 | −0 | Go to diff View file |
M | src/common/templating/mustache/MustacheEngine.php | +7 | −3 | Go to diff View file |
A | tests/unit/common/Templating/Mustache/LineBreakHelperTest.php | +44 | −0 | Go to diff View file |
M | tests/unit/common/Templating/Mustache/MustacheEngineTest.php | +1 | −0 | Go to diff View file |