summaryrefslogtreecommitdiffstats
path: root/lib/redmine/export/csv.rb
Commit message (Expand)AuthorAgeFilesLines
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-211-2/+2
* Fix RuboCop offense Style/SuperArguments (#39887).Go MAEDA2024-05-231-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-201-1/+1
* Add field separator option to CSV export dialog (#37621).Go MAEDA2023-10-211-1/+1
* Ruby 2.7: Fix RuboCop offense Style/ArgumentsForwarding (#38134).Go MAEDA2023-01-171-2/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove empty line at class body beginning of lib/redmine/export/csv.rbToshi MARUYAMA2020-08-091-1/+0
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in lib/redmine/export/*.rb (#26561).Go MAEDA2019-03-171-6/+7
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Allow switching the encoding to UTF-8 when exporting to CSV (#26279).Go MAEDA2018-05-071-3/+3
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Add BOM to UTF-8 encoded CSV (#7037).Jean-Philippe Lang2015-06-131-1/+7
* Adds a class for handling CSV generation (#7037).Jean-Philippe Lang2015-06-131-0/+59