]> source.dussan.org Git - redmine.git/commit
Import user accounts from CSV file (#33102).
authorGo MAEDA <maeda@farend.jp>
Sat, 30 May 2020 04:53:24 +0000 (04:53 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 30 May 2020 04:53:24 +0000 (04:53 +0000)
commitebf5d219c9a8211c083dede3b9b9048bc68f257e
treedc036b5d5ee7f5b5ca4228c2cdcc0726c491a48c
parent454bed8143baa7e7b51f7571196b068ff4297b93
Import user accounts from CSV file (#33102).

Patch by Takenori TAKAKI.

git-svn-id: http://svn.redmine.org/redmine/trunk@19799 e93f8b46-1217-0410-a6f0-8f06a7374b81
18 files changed:
app/helpers/application_helper.rb
app/models/user_import.rb [new file with mode: 0644]
app/views/imports/_users_fields_mapping.html.erb [new file with mode: 0644]
app/views/imports/_users_mapping.html.erb [new file with mode: 0644]
app/views/imports/_users_mapping.js.erb [new file with mode: 0644]
app/views/imports/_users_saved_objects.html.erb [new file with mode: 0644]
app/views/imports/mapping.html.erb
app/views/imports/new.html.erb
app/views/imports/run.html.erb
app/views/imports/settings.html.erb
app/views/imports/show.html.erb
app/views/users/index.html.erb
config/locales/en.yml
config/routes.rb
test/fixtures/files/import_users.csv [new file with mode: 0644]
test/fixtures/views/_partial.html.erb [new file with mode: 0644]
test/helpers/application_helper_test.rb
test/unit/user_import_test.rb [new file with mode: 0644]