diff options
author | Rémy Coutable <remy@rymai.me> | 2016-05-18 17:36:55 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-05-18 17:36:55 +0000 |
commit | e577bf2d6d808267df35d8c3a79442df137a3688 (patch) | |
tree | f6f3325d8adf3951ae3743a971b15b9df66af734 /CHANGELOG | |
parent | 1227a1b239ae0f4c858eb47ac7cc816cd5788246 (diff) | |
parent | 66c421c0a788ab88f871103a26dceefc67585eec (diff) | |
download | gitlab-ce-e577bf2d6d808267df35d8c3a79442df137a3688.tar.gz |
Merge branch '15640-confidential-issue' into 'master'
Fix atom feeds and links
1. The atom feed for a group's issues didn't work, because it had parts copied from the dashboard issues builder template.
2. The feed link from a group's activity page went to the dashboard feed, rather than the group's feed.
Closes #15640
See merge request !4191
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 9baab4734c6..70846be1c18 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -39,6 +39,7 @@ v 8.8.0 (unreleased) - Create tags using Rugged for performance reasons. !3745 - API: Expose Issue#user_notes_count. !3126 (Anton Popov) - Don't show forks button when user can't view forks + - Fix atom feed links and rendering - Files over 5MB can only be viewed in their raw form, files over 1MB without highlighting !3718 - Add support for supressing text diffs using .gitattributes on the default branch (Matt Oakes) - Add eager load paths to help prevent dependency load issues in Sidekiq workers. !3724 |