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:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-13 18:35:40 +0300
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-13 18:35:40 +0300
commit823e5457d01037d09932d7b91069ad2e28a36af0 (patch)
tree27ea1e16faf598f7b9130ac09f0a13e64755b81f /CHANGELOG
parent2b0f9f93758b5275b98236059f147590234f5a59 (diff)
parent2718955441587618933a632008b85762247081a2 (diff)
Merge branch 'import-options-dup' into 'master'
Fix import pages not working after first load. Fixes #2102. `OAuth2::Client` was deleting keys from the options hash in place, which made it incomplete the next time the import page was loaded. We dup it so this no longer happens. See merge request !1691
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a2e139eca33..e7a9218d7ac 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -62,6 +62,7 @@ v 7.9.0 (unreleased)
- Allow smb:// links in Markdown text.
- Filter merge request by title or description at Merge Requests page
- Block user if he/she was blocked in Active Directory
+ - Fix import pages not working after first load.
v 7.8.4
- Fix issue_tracker_id substitution in custom issue trackers