# HG changeset patch # User Chris Cannam # Date 1315308241 -3600 # Node ID b4e9410882f187408a50da1334eb6578a4cf4a37 # Parent 47b21bb3fa03fd479fea389b160cb44bd6fe5479# Parent efdb97a8286c73b8cbcbe6a6bcaf1ca8667f3335 Merge from branch "cannam" diff -r 47b21bb3fa03 -r b4e9410882f1 app/views/members/_list.rhtml --- a/app/views/members/_list.rhtml Tue Sep 06 12:23:51 2011 +0100 +++ b/app/views/members/_list.rhtml Tue Sep 06 12:24:01 2011 +0100 @@ -10,7 +10,7 @@
<%= avatar(member.user, :size => "24") %> <%= link_to_user member.principal %> - +
<%=h member.roles.sort.collect(&:to_s).join(', ') %>
diff -r 47b21bb3fa03 -r b4e9410882f1 app/views/my/blocks/_issueswatched.rhtml --- a/app/views/my/blocks/_issueswatched.rhtml Tue Sep 06 12:23:51 2011 +0100 +++ b/app/views/my/blocks/_issueswatched.rhtml Tue Sep 06 12:24:01 2011 +0100 @@ -3,7 +3,7 @@ <%= render :partial => 'issues/list_simple', :locals => { :issues => watched_issues } %> <% if watched_issues.length > 0 %> -

<%= link_to l(:label_issue_view_all), :controller => 'issues', +

<%= link_to l(:label_issue_view_all_watched), :controller => 'issues', :action => 'index', :set_filter => 1, :watcher_id => 'me', diff -r 47b21bb3fa03 -r b4e9410882f1 app/views/projects/index.rhtml --- a/app/views/projects/index.rhtml Tue Sep 06 12:23:51 2011 +0100 +++ b/app/views/projects/index.rhtml Tue Sep 06 12:24:01 2011 +0100 @@ -4,7 +4,6 @@

<%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }%> - <%= '| ' + link_to(l(:label_issue_view_all), { :controller => 'issues' }) if User.current.allowed_to?(:view_issues, nil, :global => true) %> <%= '| ' + link_to(l(:label_project_new), {:controller => 'projects', :action => 'new'}, :class => 'icon icon-add') if User.current.allowed_to?(:add_project, nil, :global => true) %>
diff -r 47b21bb3fa03 -r b4e9410882f1 app/views/settings/_general.rhtml --- a/app/views/settings/_general.rhtml Tue Sep 06 12:23:51 2011 +0100 +++ b/app/views/settings/_general.rhtml Tue Sep 06 12:24:01 2011 +0100 @@ -9,8 +9,8 @@

<%= setting_text_area :welcome_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %>

<%= wikitoolbar_for 'settings_welcome_text' %> -

<%= setting_text_field :attachment_max_size, :size => 6 %> <%= l(:"number.human.storage_units.units.kb") %>

- <%= wikitoolbar_for 'settings_tipoftheday_text' %> +

<%= setting_text_area :tipoftheday_text, :cols => 60, :rows => 5, :class => 'wiki-edit' %>

+<%= wikitoolbar_for 'settings_tipoftheday_text' %>

<%= setting_text_field :attachment_max_size, :size => 6 %> <%= l(:"number.human.storage_units.units.kb") %>

diff -r 47b21bb3fa03 -r b4e9410882f1 config/locales/en.yml --- a/config/locales/en.yml Tue Sep 06 12:23:51 2011 +0100 +++ b/config/locales/en.yml Tue Sep 06 12:24:01 2011 +0100 @@ -390,6 +390,8 @@ setting_commit_logtime_enabled: Enable time logging setting_commit_logtime_activity_id: Activity for logged time setting_gantt_items_limit: Maximum number of items displayed on the gantt chart + setting_tipoftheday_text: Tip of the Day + setting_notifications_text: Notifications permission_add_project: Create project permission_add_subprojects: Create subprojects @@ -473,7 +475,7 @@ label_user_new: New user label_user_anonymous: Anonymous label_project: Project - label_project_new: New project + label_project_new: Start a new project label_project_plural: Projects label_my_project_plural: My Projects label_other_project_plural: Other Projects @@ -489,6 +491,7 @@ label_issue_new: New issue label_issue_plural: Issues label_issue_view_all: View all issues + label_issue_view_all_watched: View all watched issues label_issues_by: "Issues by %{value}" label_issue_added: Issue added label_issue_updated: Issue updated