Closed LiamClark closed 8 years ago
This should also appear in the commit list, or doesn't it? I expect it to come from the conversations between the git-server and de devhub-server.
Actually in the commit list it's allright
Seems that it's not in the git-server indeed. Compare the two Freemarker templates:
From project-contributers.ftl
(renders fine)
[#list repositoryEntity.getCollaborators() as member]
<tr>
<td>${member.getNetId()}</td>
<td>${member.getName()}</td>
<td><a href="mailto:${member.getEmail()}">${member.getEmail()}</a></td>
</tr>
[/#list]
From assignment-view.ftl
: (renders wrongly, also wrongly outputted HTML)
<div class="committer">${delivery.createdUser.getName()} on ${delivery.getTimestamp()?string["EEEE dd MMMM yyyy HH:mm"]}</div>
An example: TI1706 1516 - Software Quality & Testing (Group 10) Lopez Kü chlin on Wednesday 20 April 2016 15:49
instead of: Küchlin.
another: Daniël Daniël
Possibly some character encoding problems?, not urgent at all though so this one is for the backlog