--- app/views/users/show.rhtml.old 2013-02-18 04:18:31.000000000 +0100 +++ app/views/users/show.rhtml 2013-02-18 04:12:55.000000000 +0100 @@ -38,7 +38,12 @@

<%= link_to l(:label_activity), :controller => 'projects', :action => 'activity', :id => nil, :user_id => @user, :from => @events_by_day.keys.first %>

-<%=l(:label_reported_issues)%>: <%= Issue.count(:conditions => ["author_id=?", @user.id]) %> +<%=l(:label_reported_issues)%>: <%= Issue.count(:conditions => ["author_id=?", @user.id]) %>
+<%=l(:label_posted_messages)%>: <%= Message.count(:conditions => ["author_id=?", @user.id]) %>
+<%=l(:label_posted_issue_notes)%>: <%= Journal.count(:conditions => ["journalized_type=? and user_id=?", 'Issue', @user.id]) %>
+<%=l(:label_committed_changesets)%>: <%= Changeset.count(:conditions => ["user_id=?", @user.id]) %>
+<%=l(:label_posted_news_comments)%>: <%= News::Comment.count(:conditions => ["author_id=?", @user.id]) %>
+<%=l(:label_wiki_edits)%>: <%= WikiContent::Version.count(:conditions => ["author_id=?", @user.id]) %>

--- config/locales/no.yml.old 2013-02-18 04:18:13.000000000 +0100 +++ config/locales/no.yml 2013-02-18 04:17:10.000000000 +0100 @@ -355,6 +355,11 @@ label_logout: Logg ut label_help: Hjelp label_reported_issues: Rapporterte saker + label_posted_messages: Beskjeder + label_posted_issue_notes: Notater + label_committed_changesets: Commits + label_wiki_edits: Wiki endringer + label_posted_news_comments: Nyhetskommentarer label_assigned_to_me_issues: Saker tildelt meg label_last_login: Sist innlogget label_registered_on: Registrert --- config/locales/en.yml.old 2013-02-18 04:15:37.000000000 +0100 +++ config/locales/en.yml 2013-02-18 04:15:22.000000000 +0100 @@ -475,6 +475,11 @@ label_logout: Sign out label_help: Help label_reported_issues: Reported issues + label_posted_messages: Posted messages + label_posted_issue_notes: Posted issue notes + label_committed_changesets: Committed changesets + label_wiki_edits: Wiki edits + label_posted_news_comments: Posted news comments label_assigned_to_me_issues: Issues assigned to me label_last_login: Last connection label_registered_on: Registered on --- config/locales/de.yml.old 2013-02-18 04:29:01.000000000 +0100 +++ config/locales/de.yml 2013-02-18 04:28:52.000000000 +0100 @@ -491,6 +491,11 @@ label_logout: Abmelden label_help: Hilfe label_reported_issues: Gemeldete Tickets + label_posted_messages: Hinzugefügte Forumsbeiträge + label_posted_issue_notes: Hinzugefügte Ticketkommentare + label_committed_changesets: Eingecheckte Änderungen + label_wiki_edits: Wiki-Bearbeitungen + label_posted_news_comments: Hinzugefügte Newskommentare label_assigned_to_me_issues: Mir zugewiesen label_last_login: Letzte Anmeldung label_registered_on: Angemeldet am --- config/locales/pl.yml.old 2013-02-18 04:28:46.000000000 +0100 +++ config/locales/pl.yml 2013-02-18 04:28:18.000000000 +0100 @@ -563,6 +563,11 @@ label_report: Raport label_report_plural: Raporty label_reported_issues: Wprowadzone zagadnienia + label_posted_messages: Wprowadzone wiadomości + label_posted_issue_notes: Wprowadzone notatki + label_committed_changesets: Zatwierdzone zmiany + label_wiki_edits: Edycje wiki + label_posted_news_comments: Komentaże kommunikatów label_repository: Repozytorium label_repository_plural: Repozytoria label_result_plural: Rezultatów