gitweb: (gr)avatar support
commite9fdd74e5374dd1efe1577057d14a2836b4cae78
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 29 Jun 2009 22:00:51 +0000 (30 00:00 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jun 2009 18:06:35 +0000 (30 11:06 -0700)
tree085b59d68d9371544d9d9085fe38580e00418e4f
parentba9247339dfbd2c2671603e012d011b4b474fa4b
gitweb: (gr)avatar support

Introduce avatar support: the feature adds the appropriate img tag next
to author and committer in commit(diff), history, shortlog, log and tag
views. Multiple avatar providers are possible, but only gravatar is
implemented at the moment.

Gravatar support depends on Digest::MD5, which is a core package since
Perl 5.8. If gravatars are activated but Digest::MD5 cannot be found,
the feature will be automatically disabled.

No avatar provider is selected by default, except in the t9500 test.

Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.css
gitweb/gitweb.perl
t/t9500-gitweb-standalone-no-errors.sh