Kallithea issues archive

Issue #137: On page changelog_summary_data, the displayed author is always set to "default" when no email is present in hg commit author

Reported by: Marc VILLETARD
State: resolved
Created on: 2015-06-02 08:10
Updated on: 2015-06-19 16:29

Description

On page changelog_summary_data, the displayed author is always set to "default" when no email is present in hg commit author.

Prerequiste, the "default" user has a blank email in database.

I joined original and patched file to fix this issue.

Present in version 0.2.1.

Attachments

patch.7z

Comments

Comment by Thomas De Schampheleire, on 2015-06-08 12:51

Thanks for reporting.

Would you mind sending this either as a pullrequest through Bitbucket, or as a patch to the mailing list using 'hg email' ?

You mention the prerequisite of a blank e-mail on the default user: have you found any way to set the e-mail address of this default user?

Comment by Mads Kiilerich, on 2015-06-08 13:22

Sorry, I forgot: I have a slightly different patch for this lined up on https://bitbucket.org/Unity-Technologies/kallithea/commits/b2a2d4765151811e649ffe4e530fd240ef0c8af9 .

I guess it can happen for example when using LDAP.

Comment by Marc VILLETARD, on 2015-06-09 09:36

Pull request created.

Comment by Mads Kiilerich, on 2015-06-19 16:29

Fixed - thanks