index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
import.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix CSV import file encoding auto-detection failure with multibyte characters...
Go MAEDA
2024-10-20
1
-1
/
+15
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Use ApplicationRecord instead of ActiveRecord::Base (#38975).
Marius Balteanu
2024-01-23
1
-1
/
+1
*
Fix RuboCop offense Performance/StringIdentifierArgument (#39888).
Go MAEDA
2023-12-20
1
-1
/
+1
*
Auto-detection of field wrapper type when importing CSV file (#39511).
Go MAEDA
2023-11-16
1
-1
/
+2
*
Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...
Go MAEDA
2023-03-25
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Fix wrong variable name in Import#set_default_settings (#34718).
Go MAEDA
2022-01-07
1
-1
/
+1
*
RuboCop: fix Style/RedundantSort in app/models/import.rb (#34718).
Go MAEDA
2022-01-07
1
-1
/
+1
*
Auto guess file encoding when importing CSV file (#34718).
Go MAEDA
2022-01-07
1
-1
/
+9
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Use File.exist? instead of deprecated File.exists? (#36358).
Go MAEDA
2021-12-27
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
remove spaces inside {} of app/models/import.rb
Toshi MARUYAMA
2020-11-17
1
-1
/
+1
*
Support issue relations when importing issues (#28198).
Go MAEDA
2020-05-06
1
-1
/
+7
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Auto select fields mapping in import based on the internal field name (ex: es...
Go MAEDA
2020-02-19
1
-0
/
+1
*
Fix ruby 2.7 warning: The last argument is used as the keyword parameter (#32...
Go MAEDA
2020-01-23
1
-1
/
+1
*
CSV import does not keep the project it was clicked from (#21766).
Jean-Philippe Lang
2019-12-20
1
-1
/
+9
*
Support external ID when importing issues (#28213).
Jean-Philippe Lang
2019-06-20
1
-3
/
+8
*
Support "YYYY/MM/DD" date format when importing issues (#31450).
Go MAEDA
2019-05-30
1
-0
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Don't rescue Exception class (#31387).
Go MAEDA
2019-05-25
1
-2
/
+2
*
Option to send email notifications while importing issues from CSV files (#22...
Go MAEDA
2019-05-10
1
-1
/
+2
*
Generalize issues imports (#28234).
Go MAEDA
2019-05-09
1
-0
/
+12
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-1
/
+1
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Import UTF-8 issue CSV files with BOM and quoted strings (#30412).
Go MAEDA
2019-01-12
1
-0
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Allow forward reference to parent when importing issues (#22701).
Jean-Philippe Lang
2017-01-21
1
-1
/
+21
*
CSV import delimiter detection broken (#22583).
Jean-Philippe Lang
2016-04-24
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Set default date format based on user locale (#950).
Jean-Philippe Lang
2015-08-14
1
-1
/
+5
*
Adds support for custom date format when importing a CSV file (#950).
Jean-Philippe Lang
2015-08-14
1
-0
/
+16
*
Import issues from CSV file (#950).
Jean-Philippe Lang
2015-08-14
1
-0
/
+229