]> source.dussan.org Git - redmine.git/commit
Simple time tracking functionality added. Time can be logged at issue or project...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 23 Mar 2007 12:22:31 +0000 (12:22 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 23 Mar 2007 12:22:31 +0000 (12:22 +0000)
commit8d54d9700746636849bd104f4d18db479492505e
treea8d9c209a929b2c6a63dbbf2cbc7f717d264ad6f
parent7cf2d889d8866226378db250a2c7ec2fc77ef9fc
Simple time tracking functionality added. Time can be logged at issue or project level.
There's no aggregation reports for now, it's just possible to see all time entries for a project or an issue.
A new "activities" enumeration is added.
Permission for a role to log time must be set (new "Time tracking" section in role permissions screen).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@368 e93f8b46-1217-0410-a6f0-8f06a7374b81
24 files changed:
app/controllers/reports_controller.rb
app/controllers/timelog_controller.rb [new file with mode: 0644]
app/helpers/sort_helper.rb
app/helpers/timelog_helper.rb [new file with mode: 0644]
app/models/enumeration.rb
app/models/issue.rb
app/models/permission.rb
app/models/project.rb
app/models/time_entry.rb [new file with mode: 0644]
app/views/issues/show.rhtml
app/views/reports/issue_report.rhtml
app/views/timelog/details.rhtml [new file with mode: 0644]
app/views/timelog/edit.rhtml [new file with mode: 0644]
db/migrate/032_create_time_entries.rb [new file with mode: 0644]
db/migrate/033_add_timelog_permissions.rb [new file with mode: 0644]
lang/de.yml
lang/en.yml
lang/es.yml
lang/fr.yml
lang/it.yml
lang/ja.yml
lib/tasks/load_default_data.rake
public/images/time.png [new file with mode: 0644]
public/stylesheets/application.css