@@ -42,6 +42,7 | |||||
42 | <% else %> |
|
42 | <% else %> | |
43 | <%= render :partial => 'issues/list', :locals => {:issues => @issues, :query => @query} %> |
|
43 | <%= render :partial => 'issues/list', :locals => {:issues => @issues, :query => @query} %> | |
44 | <p class="pagination"><%= pagination_links_full @issue_pages, @issue_count %></p> |
|
44 | <p class="pagination"><%= pagination_links_full @issue_pages, @issue_count %></p> | |
|
45 | <% end %> | |||
45 |
|
46 | |||
46 | <p class="other-formats"> |
|
47 | <p class="other-formats"> | |
47 | <%= l(:label_export_to) %> |
|
48 | <%= l(:label_export_to) %> | |
@@ -50,7 +51,6 | |||||
50 | <span><%= link_to 'PDF', {:format => 'pdf'}, :class => 'pdf' %></span> |
|
51 | <span><%= link_to 'PDF', {:format => 'pdf'}, :class => 'pdf' %></span> | |
51 | </p> |
|
52 | </p> | |
52 | <% end %> |
|
53 | <% end %> | |
53 | <% end %> |
|
|||
54 |
|
54 | |||
55 | <% content_for :sidebar do %> |
|
55 | <% content_for :sidebar do %> | |
56 | <%= render :partial => 'issues/sidebar' %> |
|
56 | <%= render :partial => 'issues/sidebar' %> |
@@ -11,12 +11,12 | |||||
11 | <%= text_field_tag 'settings[issues_export_limit]', Setting.issues_export_limit, :size => 6 %></p> |
|
11 | <%= text_field_tag 'settings[issues_export_limit]', Setting.issues_export_limit, :size => 6 %></p> | |
12 | </div> |
|
12 | </div> | |
13 |
|
13 | |||
14 | <fieldset class="box"><legend><%= l(:setting_issue_list_default_columns) %></legend> |
|
14 | <fieldset class="box settings"><legend><%= l(:setting_issue_list_default_columns) %></legend> | |
15 | <%= hidden_field_tag 'settings[issue_list_default_columns][]', '' %> |
|
15 | <%= hidden_field_tag 'settings[issue_list_default_columns][]', '' %> | |
16 |
|
|
16 | <% Query.new.available_columns.each do |column| %> | |
17 | <label><%= check_box_tag 'settings[issue_list_default_columns][]', column.name, Setting.issue_list_default_columns.include?(column.name.to_s) %> |
|
17 | <label><%= check_box_tag 'settings[issue_list_default_columns][]', column.name, Setting.issue_list_default_columns.include?(column.name.to_s) %> | |
18 |
|
|
18 | <%= column.caption %></label><br /> | |
19 |
<% end %> |
|
19 | <% end %> | |
20 | </fieldset> |
|
20 | </fieldset> | |
21 |
|
21 | |||
22 | <%= submit_tag l(:button_save) %> |
|
22 | <%= submit_tag l(:button_save) %> |
@@ -10,8 +10,10 http://www.redmine.org/ | |||||
10 | * Send an email to the user when an administrator activates a registered user |
|
10 | * Send an email to the user when an administrator activates a registered user | |
11 | * Strip keywords from received email body |
|
11 | * Strip keywords from received email body | |
12 | * Footer updated to 2009 |
|
12 | * Footer updated to 2009 | |
|
13 | * Show RSS-link even when no issues is found | |||
13 | * Fixed: exporting an issue with attachments to PDF raises an error |
|
14 | * Fixed: exporting an issue with attachments to PDF raises an error | |
14 | * Fixed: "too few arguments" error may occur on activerecord error translation |
|
15 | * Fixed: "too few arguments" error may occur on activerecord error translation | |
|
16 | * Fixed: "Default columns Displayed on the Issues list" setting is not easy to read | |||
15 |
|
17 | |||
16 |
|
18 | |||
17 | == 2009-02-15 v0.8.1 |
|
19 | == 2009-02-15 v0.8.1 |
General Comments 0
You need to be logged in to leave comments.
Login now