Feature #1776
closed
Added by Ismail SEZEN over 16 years ago.
Updated about 16 years ago.
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. :)
- Target version deleted (
0.8)
What about using Gravatars?
Examples:
- 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
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.
ok, i got it using the migrate_plugins task.
Is there anyway the gravatar could be added on changesets too ?
- 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...
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.
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...
Hi there,
Denis Tomashenko wrote:
How to disable gravatar support? Or need disabled gravatar by default.
+1
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.
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.
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
- 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
Also available in: Atom
PDF