summaryrefslogtreecommitdiffstats
path: root/app/views/imports
Commit message (Collapse)AuthorAgeFilesLines
* Remove sidebar views (#36524).Marius Balteanu2022-01-302-6/+0
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21391 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove sidebar with invalid query links from imports views (#36524).Marius Balteanu2022-01-305-10/+0
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21390 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import user accounts from CSV file (#33102).Go MAEDA2020-05-309-5/+89
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@19799 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support issue relations when importing issues (#28198).Go MAEDA2020-05-063-22/+73
| | | | | | | Patch by Gregor Schmidt and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19753 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix missing closing div in ↵Go MAEDA2020-02-241-29/+30
| | | | | | | | | app/views/imports/_time_entries_fields_mapping.html.erb (#33027). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19527 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Auto select fields mapping in import based on the internal field name (ex: ↵Go MAEDA2020-02-191-2/+1
| | | | | | | | | | | | | estimared_hours, fixed_version, spent_on) or field label (Estimated hours, Version, Date) (#22913). * mappings are case insensitive * a field is auto mapped only if there is no mapping setting present for that field * "Current user" default value for User field when the user has permission to log time for other users is override by the auto mapped column Patch by Haihan Ji, Yuichi HARADA, and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19524 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use 'user' as internal field instead of user_id because the column accepts ↵Go MAEDA2020-02-191-2/+2
| | | | | | | | | also user login as value, not only the id (#22913). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19523 e93f8b46-1217-0410-a6f0-8f06a7374b81
* CSV import does not keep the project it was clicked from (#21766).Jean-Philippe Lang2019-12-201-0/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19381 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow import time entries for other users (#32196).Jean-Philippe Lang2019-11-022-1/+9
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18890 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support external ID when importing issues (#28213).Jean-Philippe Lang2019-06-201-0/+12
| | | | | | Patch by Gregor Schmidt and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18285 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import issues: File content preview block is scrolling (#31330).Jean-Philippe Lang2019-06-101-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18243 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to send email notifications while importing issues from CSV files ↵Go MAEDA2019-05-101-0/+6
| | | | | | | | | (#22771). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import time entries (#28234).Go MAEDA2019-05-095-0/+87
| | | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@18146 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Generalize issues imports (#28234).Go MAEDA2019-05-0911-45/+42
| | | | | | | | | Extend import controller to support arbitrary imports based on Import subclasses. This way, we may add other kinds of imports, by providing some views and a custom import class. This may also be done from within plugins. Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@18145 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set for attribute on label tags.Jean-Philippe Lang2017-07-312-20/+20
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16939 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a link to the list of imported issues.Jean-Philippe Lang2016-06-181-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15564 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adjust i18n strings.Jean-Philippe Lang2016-06-181-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15562 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds assertions for import result.Jean-Philippe Lang2016-06-081-3/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15497 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes r15491.Jean-Philippe Lang2016-06-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15496 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make Status map-able for CSV import (#22951).Jean-Philippe Lang2016-06-071-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15493 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always display the list of imported issues.Jean-Philippe Lang2016-06-071-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15491 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make Tracker map-able for CSV import (#22951).Jean-Philippe Lang2016-06-072-7/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15490 e93f8b46-1217-0410-a6f0-8f06a7374b81
* HTML markup discrepancy ol and ul at app/views/imports/show.html.erb (#22134).Jean-Philippe Lang2016-04-031-1/+1
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@15292 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add column `estimated_hours` for CSV import (#21867).Jean-Philippe Lang2016-01-301-0/+4
| | | | | | Patch by Yuichi Masumiya. git-svn-id: http://svn.redmine.org/redmine/trunk@15131 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Typo "coma" (#20551).Jean-Philippe Lang2015-10-201-1/+1
| | | | | | Patch by budo kaiman. git-svn-id: http://svn.redmine.org/redmine/trunk@14712 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds support for custom date format when importing a CSV file (#950).Jean-Philippe Lang2015-08-141-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14495 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-148-0/+237
git-svn-id: http://svn.redmine.org/redmine/trunk@14493 e93f8b46-1217-0410-a6f0-8f06a7374b81