]> source.dussan.org Git - redmine.git/commit
Added an option to turn user Gravatars on or off
authorEric Davis <edavis@littlestreamsoftware.com>
Fri, 31 Oct 2008 00:41:28 +0000 (00:41 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Fri, 31 Oct 2008 00:41:28 +0000 (00:41 +0000)
commitba20a678737c0ca84382826f1a7bd22cc40fe4eb
treedb8da23d0dde61d23b26173e806dc3d844b636d1
parent048fa5bd7773c38ad5fada2b52167be1fd33e4e8
Added an option to turn user Gravatars on or off

* Option can be found in Administration > General, called
  "Use Gravatar user icons"
* Defaulting Gravatars to off
* Added a helper gravatar_for_mail to check the setting before rendering
  the Gravatar.

  #1776

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1972 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/helpers/application_helper.rb
app/views/account/show.rhtml
app/views/issues/_history.rhtml
app/views/issues/show.rhtml
app/views/projects/activity.rhtml
app/views/settings/_general.rhtml
app/views/users/list.rhtml
config/settings.yml
lang/en.yml