diff options
author | Brian Kintz <elmugrat@gmail.com> | 2016-09-01 01:50:27 -0400 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-11-02 13:35:14 +0100 |
commit | 6419fe366a83314258f24d4ee2852a461b590c61 (patch) | |
tree | d087d02bc93809e0bdaeb34c8ab4ee5815ff9174 /CHANGELOG.md | |
parent | d7859912b2a4a5d0f8aee63b393080ec03f5bbc2 (diff) | |
download | gitlab-ce-6419fe366a83314258f24d4ee2852a461b590c61.tar.gz |
Use the server's base URL without relative URL part when creating links in JIRA
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ddc580f7e..840640a23e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ Please view this file on the master branch, on stable branches it's out of date. - Do not show tooltip for active element !7105 (winniehell) - Escape ref and path for relative links !6050 (winniehell) - Fixed link typo on /help/ui to Alerts section. !6915 (Sam Rose) +- Fix broken issue/merge request links in JIRA comments. !6143 (Brian Kintz) - Fix filtering of milestones with quotes in title (airatshigapov) - Refactor less readable existance checking code from CoffeeScript !6289 (jlogandavison) - Update mail_room and enable sentinel support to Reply By Email (!7101) |