]> source.dussan.org Git - redmine.git/commit
Remove special behaviour for listing issue time entries, use a filter for that.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 12 Jul 2016 19:28:49 +0000 (19:28 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 12 Jul 2016 19:28:49 +0000 (19:28 +0000)
commit03dbf8abb881e333256b1cf046b04532b3164d21
treea85915265ada3067d3d94e40e14cf1540f87a1af
parentf01b0887ff3ac48bfc7a45b05a8ec17891ddfe19
Remove special behaviour for listing issue time entries, use a filter for that.

git-svn-id: http://svn.redmine.org/redmine/trunk@15644 e93f8b46-1217-0410-a6f0-8f06a7374b81
15 files changed:
app/controllers/timelog_controller.rb
app/helpers/issues_helper.rb
app/helpers/queries_helper.rb
app/helpers/routes_helper.rb
app/helpers/timelog_helper.rb
app/models/query.rb
app/models/time_entry_query.rb
app/views/timelog/_date_range.html.erb
app/views/timelog/index.html.erb
app/views/timelog/report.html.erb
config/routes.rb
test/functional/time_entry_reports_controller_test.rb
test/functional/timelog_controller_test.rb
test/integration/routing/timelog_test.rb
test/unit/helpers/routes_helper_test.rb