Actions
Defect #15812
closedDefault Gravatar image setting ignored in activity feed with user_id parameter
Status:
Closed
Priority:
Low
Assignee:
-
Category:
Activity view
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Cant reproduce
Affected version:
Description
When viewing /activity for a specified user (e.g. /activity?user_id=4), the default Gravatar image is set to "mm" regardless of the value stored in Administration > Settings > Display > Default Gravatar image.
The default Gravatar image works correctly when the user_id parameter is removed from the URL.
- PostgreSQL 9.1.11
- Ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux]
- Rails 3.2.16
- Redmine 2.4.2.stable
Updated by Scott Macpherson about 11 years ago
I've been playing with this a little bit today and it doesn't actually appear to be related to the user_id parameter after all. My Redmine instance has a couple of user accounts. The activity feed for one generates the correct Gravatar URL, but the other doesn't:
/activity?from=2013-12-13&user_id=4
generates Gravatar URLhttps://secure.gravatar.com/avatar/[hash-goes-here]?rating=PG&size=24&default=mm
/activity?from=2013-12-13&user_id=4
generates Gravatar URLhttps://secure.gravatar.com/avatar/[hash-goes-here]?rating=PG&size=24&default=identicon
Updated by Go MAEDA about 2 years ago
- Status changed from New to Closed
- Resolution set to Cant reproduce
Cannot reproduce the issue. Please reopen this issue if anyone is still experiencing the problem.
Actions