Bug #7991
REDMINE: now supports avatar images
| Status: | Resolved | Start date: | 2010-05-31 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
we need to re-write that functionality to use the typo3.org images
History
Updated by Sebastian Kurfuerst almost 3 years ago
diff r -u -x .svn app_ORIG/views/account/show.rhtml app/views/account/show.rhtml app_ORIG/views/account/show.rhtml 2008-08-04 13:08:03.000000000 0200
--
++ app/views/account/show.rhtml 2008-08-04 13:06:51.000000000 +0200@ -1,7 +1,14 @
<h2><%=h @user.name %></h2>
<p>
<%= mail_to(h(user.mail)) unless @user.pref.hide_mail %>
+<%= output_user_image @user, 2 %>
+</p>
+<% if @user.signed_cla? %>
+ <p><b>has signed the <a href="http://typo3.org/about/licenses/">Contributor License Agreement</a></b></p>
+<% end %>
+<p>
+<%= format_mail @user %>
+
<ul>
<li><%=l(:label_registered_on)%>: <%= format_date(@user.created_on) %></li>
<% for custom_value in @custom_values %>
@ -25,4 32,4 @@
<h3><%=l(:label_activity)%></h3>
<p>
<%=l(:label_reported_issues)%>: <%= Issue.count(:conditions => ["author_id=?", @user.id]) %>
</p>
\ No newline at end of file
</p>Updated by Steffen Gebert over 1 year ago
- Status changed from New to Needs Feedback
- Priority changed from Should have to Could have
Is this already done? Or could there be more avatar images anywhere?
Updated by Karsten Dambekalns 11 months ago
- Status changed from Needs Feedback to Resolved
Seems as if this is resolved - at least I see the expected avatars everywhere.