diff options
author | Hannes Rosenögger <123haynes@gmail.com> | 2015-05-12 14:46:58 +0000 |
---|---|---|
committer | Hannes Rosenögger <123haynes@gmail.com> | 2015-05-12 14:46:58 +0000 |
commit | 1dd0caf4d95c6d09fe54041fd7aff9f8661bfbef (patch) | |
tree | 9af0408d3129cc4bf59abff98bdd1af069afa892 /CHANGELOG | |
parent | 8b9e3af8bf7a6089a11ef3f5eb91dfef4940a3f4 (diff) | |
parent | bf4b4384590c271d1dfadf874d185c2f6130ad0e (diff) | |
download | gitlab-ce-1dd0caf4d95c6d09fe54041fd7aff9f8661bfbef.tar.gz |
Merge branch 'fix-avatar-removal' into 'master'
Fix bug where avatar filenames were not actually deleted from the database during removal
This would result in a 404 error in certain views.
The `save` call was being rolled back due to an error in the validation step.
Relax the validation step so that this works.
Closes #1570
See merge request !620
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index d9c8d38991d..ffe5169bfd2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -40,6 +40,7 @@ v 7.11.0 (unreleased) - Fix bug where commit data would not appear in some subdirectories (Stan Hu) - Unescape branch names in compare commit (Stan Hu) - Task lists are now usable in comments, and will show up in Markdown previews. + - Fix bug where avatar filenames were not actually deleted from the database during removal (Stan Hu) - Fix bug where Slack service channel was not saved in admin template settings. (Stan Hu) - Move snippets UI to fluid layout - Improve UI for sidebar. Increase separation between navigation and content |