Feature #1776
closedUser Gravatar support
100%
Description
- Administrator -> User List
 - Overview -> Members Location
 - Repository -View Revisions page
 
or Something like that. It may be unnecessary for small projects but in my opinion, good idea for big projects. Perhaps, may be optional field. I'd like to see picture of the team members in the Redmine. :)
      
      Updated by Eric Davis about 17 years ago
      
    
    - Target version deleted (
0.8) 
      
      Updated by Eric Davis about 17 years ago
      
    
    - Subject changed from User Picture to User Gravatar support
 - Status changed from New to Closed
 - Target version set to 0.8
 - % Done changed from 0 to 100
 - Resolution changed from Duplicate to Fixed
 
Gravatar support was just added in r1962 through r1967. Wynn Netherland did most of the implementation in his Redmine fork, I just pulled it into the core svn.
Gravatars are tied to the email address of the user and can be seen at:
- Account page - /account/show/n
 - Activity pages - /projects/activity/n
 - Issue details - /issues/show/n
 - User administration - /users
 
      
      Updated by Digital Base about 17 years ago
      
    
    could anyone tell me howto activate this ?
i tried
ruby script/plugin install svn://rubyforge.org//var/svn/gravatarplugin/plugins/gravatar
And then i restarted the mongrel cluster. But i don't see any new "gravatar" functionality, or an ability to set a gravatar.
      
      Updated by Digital Base about 17 years ago
      
    
    ok, i got it using the migrate_plugins task.
Is there anyway the gravatar could be added on changesets too ?
      
      Updated by Denis Tomashenko about 17 years ago
      
    
    - Status changed from Closed to Reopened
 - Assignee set to Eric Davis
 
How to disable gravatar support? Or need disabled gravatar by default.
And I think need rework stylesheet for gravatar image. Looks awful...
      
      Updated by Eric Davis about 17 years ago
      
    
    Digital Base wrote:
could anyone tell me howto activate this ?
The plugin is already included in r1962, do you see a directory vendor/plugins/gravatar?
Denis Tomashenko wrote:
How to disable gravatar support? Or need disabled gravatar by default.
We could add a system option for that.
And I think need rework stylesheet for gravatar image. Looks awful...
A patch for making the style less "awful" is welcome.
      
      Updated by Sergej Jegorov about 17 years ago
      
    
    Denis Tomashenko wrote:
How to disable gravatar support? Or need disabled gravatar by default.
+1
And I think need rework stylesheet for gravatar image. Looks awful...
      
      Updated by Karl Heinz Marbaise about 17 years ago
      
    
    Hi there,
Denis Tomashenko wrote:
How to disable gravatar support? Or need disabled gravatar by default.
+1
      
      Updated by Denis Tomashenko about 17 years ago
      
    
    Eric Davis wrote:
We could add a system option for that.
A patch for making the style less "awful" is welcome.
Thanks for your work.
      
      Updated by Denis Tomashenko about 17 years ago
      
    
    I'm not sure... I'm use Redmine as user, but not as developer.
First! (for future patch) must be rework vertical-align for avatar image (align=absmiddle). This is main problem. All other - this is trivia.
      
      Updated by Eric Davis about 17 years ago
      
    
    
    
      
      Updated by Eric Davis about 17 years ago
      
    
    - Status changed from Reopened to Closed
 - Assignee deleted (
Eric Davis) 
I've added an option to turn Gravatars on or off in Administration > General now, defaults to off. r1972
      
      Updated by Wynn Netherland about 17 years ago
      
    
    Eric Davis wrote:
I've added an option to turn Gravatars on or off in Administration > General now, defaults to off. r1972
Hi, Eric,
Were you wanting different styling than I had implemented or was it a matter of getting all the styles over cleanly?
http://www.redmine.org/attachments/1059/gravatars_in_redmine.png
http://www.redmine.org/attachments/1060/gravatars_issue_header.png
Thanks for adding this feature,
Wynn