]> source.dussan.org Git - redmine.git/commit
Add predefined date ranges to the time report in the same way as the details view...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 1 Apr 2008 19:40:40 +0000 (19:40 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 1 Apr 2008 19:40:40 +0000 (19:40 +0000)
commit043cb37b161d712e1c6fe7b9aa41d7af356cf795
tree4bef33fa384a7bcc82446fabc0e8bfd4a50617ca
parente4da9d6f10edda72211b63659ab938a5ad7f0cda
Add predefined date ranges to the time report in the same way as the details view (closes #972). It nows defaults to 'All time'.
This patch also fixes time report periods (columns) computation.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1318 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/timelog_controller.rb
app/views/timelog/_date_range.rhtml [new file with mode: 0644]
app/views/timelog/details.rhtml
app/views/timelog/report.rhtml
test/functional/timelog_controller_test.rb