MantisBT: master 06b7b96f

Author Committer Branch Timestamp Parent
dregad dregad master 2012-08-15 01:32 master babcb8bf
Affected Issues  0014032: Allow setting the type of Gravatar identicon
Changeset

Allow custom default avatar icons

Following implementation of 0013992, it was no longer possible for
administrators to define a custom default avatar, as Mantis forced use
of Gravatar's 'identicon'.

This commit reintroduces that functionality, and allows use of either
one of Gravatar's default images or a custom one (identified by an URL),
through appropriate configuration of $g_show_avatar.

Fixes 0014032

mod - config_defaults_inc.php Diff File
mod - core/print_api.php Diff File
mod - core/user_api.php Diff File
mod - docbook/Admin_Guide/en-US/Configuration.xml Diff File