diff options
author | Rémy Coutable <remy@rymai.me> | 2016-08-05 09:34:40 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-08-05 09:34:40 +0000 |
commit | 7b4279984ca9b517f6089931e0fa8c152e195b61 (patch) | |
tree | d48b67b427f9dbc86632fe8ceeb2c08c389e00d4 /CHANGELOG | |
parent | 8775c36830b889ce2b7433cd35c92ff86cc5554e (diff) | |
parent | b791dcc05b379a64c1370bc4be8d0aac60b9c31b (diff) | |
download | gitlab-ce-7b4279984ca9b517f6089931e0fa8c152e195b61.tar.gz |
Merge branch 'leading-slashes-relative-links' into 'master'
Ignore URLs starting with // in Markdown links
## What does this MR do?
Render `[foo](//bar/baz)` as `<a href="//bar/baz">foo</a>`.
## Why was this MR needed?
`[foo](//bar/baz)` currently renders as `<a href="//bar/gitlab-org/gitlab-ce/master/baz">foo</a>`
## What are the relevant issue numbers?
fixes #7032
See merge request !5677
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 32f9ec2ce23..7465230fafe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,7 @@ v 8.11.0 (unreleased) - Convert switch icon into icon font (ClemMakesApps) - Remove magic comments (`# encoding: UTF-8`) from Ruby files. !5456 (winniehell) - Add support for relative links starting with ./ or / to RelativeLinkFilter (winniehell) + - Ignore URLs starting with // in Markdown links !5677 (winniehell) - Fix CI status icon link underline (ClemMakesApps) - The Repository class is now instrumented - Cache the commit author in RequestStore to avoid extra lookups in PostReceive |