Project

General

Profile

Actions

Feature #1776

closed

User Gravatar support

Added by Ismail SEZEN over 15 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
UI
Target version:
Start date:
2008-08-12
Due date:
% Done:

100%

Estimated time:
Resolution:
Fixed

Description

Perhaps it's not a big issue but it will be good to see a small picture of friends instead of name. For instance at the;
  • 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. :)

Actions #2

Updated by Eric Davis over 15 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
Actions #3

Updated by Digital Base over 15 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.

Actions #4

Updated by Digital Base over 15 years ago

ok, i got it using the migrate_plugins task.
Is there anyway the gravatar could be added on changesets too ?

Actions #5

Updated by Denis Tomashenko over 15 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...

Actions #6

Updated by Eric Davis over 15 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.

Actions #7

Updated by Sergej Jegorov over 15 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...

Actions #8

Updated by Karl Heinz Marbaise over 15 years ago

Hi there,

Denis Tomashenko wrote:
How to disable gravatar support? Or need disabled gravatar by default.

+1

Actions #9

Updated by Denis Tomashenko over 15 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.

Actions #10

Updated by Denis Tomashenko over 15 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.

Actions #11

Updated by Eric Davis over 15 years ago

I've tweaked the CSS for the gravatar images on the issue list to:

  • to make the assigned to image smaller
  • Move the issue history images below the header
  • general tightening up of spare pixels on the page

r1970 r1971

Actions #12

Updated by Eric Davis over 15 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

Actions #13

Updated by Wynn Netherland over 15 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

Actions

Also available in: Atom PDF