]> source.dussan.org Git - redmine.git/commit
Allow switching the encoding to UTF-8 when exporting to CSV (#26279).
authorGo MAEDA <maeda@farend.jp>
Mon, 7 May 2018 01:13:12 +0000 (01:13 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 7 May 2018 01:13:12 +0000 (01:13 +0000)
commitca2875fab2c3c3d96dcdbad5c3eb1068887dadd4
tree5cc6aa92db02475ea06e2be225b91cb985d9f027
parent43d9bea7c5da32a99c3ebdb828e23d6a02c31c12
Allow switching the encoding to UTF-8 when exporting to CSV (#26279).

Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17328 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/helpers/application_helper.rb
app/helpers/queries_helper.rb
app/helpers/timelog_helper.rb
app/views/issues/index.html.erb
app/views/timelog/index.html.erb
app/views/timelog/report.html.erb
lib/redmine/export/csv.rb
test/helpers/application_helper_test.rb
test/unit/lib/redmine/export/csv_test.rb