]> source.dussan.org Git - redmine.git/commit
Import time entries (#28234).
authorGo MAEDA <maeda@farend.jp>
Thu, 9 May 2019 08:05:37 +0000 (08:05 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 9 May 2019 08:05:37 +0000 (08:05 +0000)
commit6fd9d9ed7321615c61feb4e69fd61bdbaaf72faa
tree0a33fae6399f98ac8403629ba7f28166867d4eeb
parentb540046ed7084ba50f5ca280f3ffae0751af8142
Import time entries (#28234).

Patch by Gregor Schmidt.

git-svn-id: http://svn.redmine.org/redmine/trunk@18146 e93f8b46-1217-0410-a6f0-8f06a7374b81
13 files changed:
app/models/time_entry_import.rb [new file with mode: 0644]
app/views/imports/_time_entries_fields_mapping.html.erb [new file with mode: 0644]
app/views/imports/_time_entries_mapping.html.erb [new file with mode: 0644]
app/views/imports/_time_entries_mapping.js.erb [new file with mode: 0644]
app/views/imports/_time_entries_saved_objects.html.erb [new file with mode: 0644]
app/views/imports/_time_entries_sidebar.html.erb [new file with mode: 0644]
app/views/timelog/_sidebar.html.erb [new file with mode: 0644]
app/views/timelog/index.html.erb
app/views/timelog/report.html.erb
config/locales/en.yml
config/routes.rb
test/fixtures/files/import_time_entries.csv [new file with mode: 0644]
test/unit/time_entry_import_test.rb [new file with mode: 0644]