summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-08-19 18:01:12 +0000
committerRobert Speicher <robert@gitlab.com>2016-08-19 18:01:12 +0000
commitdaa0cc1cf7805a08dec4c305122998e36c71579e (patch)
tree3e49e00eadd0f1e39a3c3fa614644745e5515799 /CHANGELOG
parenteae636edb4f01c7f8902856ca95fce7c8453a541 (diff)
parentbb48a0faea00473c24e77e9e7464392f9de2c4fb (diff)
downloadgitlab-ce-daa0cc1cf7805a08dec4c305122998e36c71579e.tar.gz
Merge branch 'directory-names-containing-space' into 'master'
Do not escape URI when extracting path ## What does this MR do? - remove escaping of URI parameters after they have already been unescaped in `ExtractsPath` - remove spec that is relying on that behavior ## Why was this MR needed? - spaces in directory names were escaped leading to 404 errors on repository files page ## What are the relevant issue numbers? fixes gitlab-com/support-forum#952, #21106 See merge request !5878
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d78c51fbbc3..f8c82e1ba97 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -30,6 +30,7 @@ v 8.11.0 (unreleased)
- Fix CI status icon link underline (ClemMakesApps)
- The Repository class is now instrumented
- Fix commit mention font inconsistency (ClemMakesApps)
+ - Do not escape URI when extracting path !5878 (winniehell)
- Fix filter label tooltip HTML rendering (ClemMakesApps)
- Cache the commit author in RequestStore to avoid extra lookups in PostReceive
- Expand commit message width in repo view (ClemMakesApps)