]> source.dussan.org Git - redmine.git/commit
Refactor: extract TimelogController#report to a new controller class
authorEric Davis <edavis@littlestreamsoftware.com>
Tue, 5 Oct 2010 16:07:17 +0000 (16:07 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Tue, 5 Oct 2010 16:07:17 +0000 (16:07 +0000)
commite13790c62c800a5b6d9528b5e2db2aad2c5e3710
tree7be0ed076c62d3267a0f7839e07a6fcec011e533
parenta034172b24cde31bac0f18b842db8c76cfb80bb1
Refactor: extract TimelogController#report to a new controller class

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4232 e93f8b46-1217-0410-a6f0-8f06a7374b81
13 files changed:
app/controllers/time_entry_reports_controller.rb [new file with mode: 0644]
app/controllers/timelog_controller.rb
app/views/projects/show.rhtml
app/views/time_entry_reports/_report_criteria.rhtml [new file with mode: 0644]
app/views/time_entry_reports/report.rhtml [new file with mode: 0644]
app/views/timelog/_date_range.rhtml
app/views/timelog/_report_criteria.rhtml [deleted file]
app/views/timelog/report.rhtml [deleted file]
config/routes.rb
lib/redmine.rb
test/functional/time_entry_reports_controller_test.rb [new file with mode: 0644]
test/functional/timelog_controller_test.rb
test/integration/routing_test.rb