]> source.dussan.org Git - redmine.git/commit
Make time entries groupable (#16843).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 13 Jul 2016 19:02:48 +0000 (19:02 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 13 Jul 2016 19:02:48 +0000 (19:02 +0000)
commit793cb1676450a5b3e723a452893c10be1cb0f1bd
tree6c3922b5fed76ae41617b5ff9e215f985b0c4f9d
parentabf3fe9c83d8e0e832d4e4d211eafbeb27ea72b1
Make time entries groupable (#16843).

git-svn-id: http://svn.redmine.org/redmine/trunk@15649 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 files changed:
app/controllers/timelog_controller.rb
app/helpers/issues_helper.rb
app/helpers/queries_helper.rb
app/models/issue_query.rb
app/models/query.rb
app/models/time_entry_query.rb
app/views/issues/index.html.erb
app/views/queries/_query_form.html.erb [new file with mode: 0644]
app/views/timelog/_date_range.html.erb
app/views/timelog/_list.html.erb
app/views/timelog/index.html.erb
app/views/timelog/report.html.erb
public/stylesheets/application.css
test/functional/timelog_controller_test.rb