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:
authorRobert Speicher <robert@gitlab.com>2016-09-20 22:16:15 +0300
committerRobert Speicher <robert@gitlab.com>2016-09-20 22:16:15 +0300
commitcbb9507cc54f8fcd15af63eb456fd37e27148503 (patch)
tree2d2a53be17b52eb920980490f3cab3f2af309dce /CHANGELOG
parent52fcb2e731fff2dcc781b81c8f573aaed354a6bb (diff)
parentb66a8203ca66f6a5e70e4c0bfcb07a0385560591 (diff)
Merge branch 'slash-commands-load-fix' into 'master'
Fixed slash commands not loading ## What does this MR do? Fixes an issue with slash commands not working when the autocomplete source is loading & then the new issue button is clicked. This also fixes an issue where the autocomplete source is loaded on pages where it isn't actually needed. ## What are the relevant issue numbers? Closes #21774, #21807 See merge request !6207
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b580ade7126..62b7b2d51d1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -75,6 +75,8 @@ v 8.12.0 (unreleased)
- Require confirmation when not logged in for unsubscribe links !6223 (Maximiliano Perez Coto)
- Add `wiki_page_events` to project hook APIs (Ben Boeckel)
- Remove Gitorious import
+ - Loads GFM autocomplete source only when required
+ - Fix issue with slash commands not loading on new issue page
- Fix inconsistent background color for filter input field (ClemMakesApps)
- Remove prefixes from transition CSS property (ClemMakesApps)
- Add Sentry logging to API calls