Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-06-30 03:49:54 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-06-30 22:21:41 +0300
commitaae4444409a6df29ef5689622ccbcc47cae075c4 (patch)
treebf53c79c133b25c21c2b52de1b948ae1d9fb6e7c /CHANGELOG
parentd3b282070ed0374b929be64169ace4115f946255 (diff)
Merge branch 'fix_filebrowser_reload' into 'master'
File Browser navigation fixes Fixes a double request being made when clicking the file name when navigating through file browser and also fixes opening a file in a new tab or when doing ctrl + click. Closes #19050 **Before** ![navigation-old](/uploads/f9a40c91e430e31beae3a896cffb1c68/navigation-old.gif) **After** ![navigation](/uploads/dec9b43894c00cc09d80d19c83506530/navigation.gif) See merge request !4891 (cherry picked from commit b32a6add8fa602eb35648f3f4661df8b98d909cb)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1046adfd53e..0636c8b0b86 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@ v 8.9.4
- Ensure references to private repos aren't shown to logged-out users.
- Fixed search field blur not removing focus. !4704
- Resolve "Sub nav isn't showing on file view". !4890
+ - Fixes middle click and double request when navigating through the file browser. !4891
v 8.9.3
- Fix encrypted data backwards compatibility after upgrading attr_encrypted gem. !4963