]> source.dussan.org Git - redmine.git/commit
Adds options to display totals on the issue list (#1561).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 4 Oct 2015 19:42:37 +0000 (19:42 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 4 Oct 2015 19:42:37 +0000 (19:42 +0000)
commit446f70f584320aa8da62b72a7116dce298eca07e
tree046ec4a3108ccd6af6ec4d70594923610408a329
parent35a059a756144384888fcc576a72d20b2417e009
Adds options to display totals on the issue list (#1561).

Works for estimated hours, spent hours and any numeric custom field.

git-svn-id: http://svn.redmine.org/redmine/trunk@14642 e93f8b46-1217-0410-a6f0-8f06a7374b81
12 files changed:
app/helpers/queries_helper.rb
app/models/issue_query.rb
app/models/query.rb
app/views/issues/index.html.erb
app/views/queries/_form.html.erb
app/views/settings/_issues.html.erb
config/locales/en.yml
config/locales/fr.yml
config/settings.yml
public/stylesheets/application.css
test/functional/issues_controller_test.rb
test/unit/query_test.rb