diff options
author | Rémy Coutable <remy@rymai.me> | 2016-07-20 17:14:46 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-07-20 17:14:46 +0000 |
commit | b4717017e7ad601eaa1d53c9238a242c7fdf0daa (patch) | |
tree | 5caea8f9c8452bc18cc2c60f1ded32167351a829 /CHANGELOG | |
parent | cf6de7dae95570c95e8e0590770d62d32a371bf6 (diff) | |
parent | 6558586f15f493968129b78544d76486cd2a6cd4 (diff) | |
download | gitlab-ce-b4717017e7ad601eaa1d53c9238a242c7fdf0daa.tar.gz |
Merge branch 'add-link-to-commit-avatar' into 'master'
Add link to profile to commit avatar
## What does this MR do?
- links to user profiles to the avatars on commits page
- tooltips to the avatars on commits page
side effect:
- links to user profiles to the avatars on pipelines page
- tooltips to the avatars on pipelines page
- tooltips to the avatars on activity page
- mailto links to the avatars on activity page for non-registered users
## Are there points in the code the reviewer needs to double check?
Nope.
## Why was this MR needed?
There were no links nor Zeldas.
## What are the relevant issue numbers?
fixes #19644
See merge request !5163
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 5a9e4c3c468..c15077afb08 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -19,6 +19,7 @@ v 8.10.0 (unreleased) - Add Application Setting to configure default Repository Path for new projects - Delete award emoji when deleting a user - Remove pinTo from Flash and make inline flash messages look nicer !4854 (winniehell) + - Add link to profile to commit avatar !5163 (winniehell) - Wrap code blocks on Activies and Todos page. !4783 (winniehell) - Align flash messages with left side of page content !4959 (winniehell) - Display tooltip for "Copy to Clipboard" button !5164 (winniehell) |