# HG changeset patch # User lisaq # Date 2016-07-08 15:43:49 # Node ID c8bec9b70fb937ae517500ded4065938b453ca53 # Parent df8dc98d3347823efb595441278d0e1b8587b9c9 ux: #4037 use gravatar for commit email and add tooltips for name + email diff --git a/rhodecode/lib/helpers.py b/rhodecode/lib/helpers.py --- a/rhodecode/lib/helpers.py +++ b/rhodecode/lib/helpers.py @@ -788,6 +788,8 @@ def discover_user(author): def email_or_none(author): # extract email from the commit string _email = author_email(author) + log.warning('email_or_none author: %s' % (author)) + log.warning('email_or_none _email: %s' % (_email)) # If we have an email, use it, otherwise # see if it contains a username we can get an email from