]> source.dussan.org Git - redmine.git/commit
Propagates time tracking to the parent project (closes #433). Time report enhancements.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 27 Feb 2008 20:50:19 +0000 (20:50 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 27 Feb 2008 20:50:19 +0000 (20:50 +0000)
commit200842ba5e753f342940d7df0f1cc342ae8485d4
tree50ceded1ab5f0472b3896a07a330b8304521a84d
parent421d4203113a3cefdcc6998a9b9cc92ddbb27321
Propagates time tracking to the parent project (closes #433). Time report enhancements.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1176 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 files changed:
app/controllers/projects_controller.rb
app/controllers/timelog_controller.rb
app/helpers/timelog_helper.rb
app/models/project.rb
app/models/time_entry.rb
app/views/timelog/_list.rhtml
app/views/timelog/_report_criteria.rhtml
app/views/timelog/details.rhtml
app/views/timelog/report.rhtml
lib/ar_condition.rb [new file with mode: 0644]
public/images/report.png [new file with mode: 0644]
public/stylesheets/application.css
test/fixtures/time_entries.yml
test/functional/timelog_controller_test.rb