]> source.dussan.org Git - redmine.git/commit
Adds custom fields on time entries (#772).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 22 Jul 2008 18:52:00 +0000 (18:52 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 22 Jul 2008 18:52:00 +0000 (18:52 +0000)
commit898fac293b3d8042de3c1747776fac90d3ed40fa
tree1060a3fe53e880892ebb78df12d5311bf14b54c7
parent590a829a06d4106f7827ddf242a0de5c0ca3e197
Adds custom fields on time entries (#772).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1689 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/custom_fields_controller.rb
app/controllers/issues_controller.rb
app/helpers/custom_fields_helper.rb
app/models/time_entry.rb
app/models/time_entry_custom_field.rb [new file with mode: 0644]
app/views/custom_fields/_form.rhtml
app/views/issues/_edit.rhtml
app/views/timelog/edit.rhtml