summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/export
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-273-3/+3
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-013-3/+3
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-023-3/+3
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-253-3/+3
* Export to PDF fails when subject of parent task is included in issue list (#3...Go MAEDA2020-03-241-0/+11
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-033-3/+3
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-041-4/+3
* Update copyright year.Go MAEDA2019-05-253-3/+3
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-212-2/+2
* Use #b shortcut instead of #force_encoding (#31059).Go MAEDA2019-03-201-6/+6
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-192-13/+12
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-153-0/+6
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-1/+3
* Allow switching the encoding to UTF-8 when exporting to CSV (#26279).Go MAEDA2018-05-071-1/+16
* Add minimal fixture for issues_pdf_test (#12510).Go MAEDA2018-02-241-0/+3
* code clean up IssuesPdfHelperTest (#12510)Toshi MARUYAMA2017-12-071-13/+10
* Fix: Round floats to 2 digits when rendering an issue list to PDF (#12510).Go MAEDA2017-12-061-0/+35
* Update copyright.Jean-Philippe Lang2017-06-252-2/+2
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-111-2/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-132-2/+2
* Add BOM to UTF-8 encoded CSV (#7037).Jean-Philippe Lang2015-06-131-0/+31
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-60/+36
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Test failure with ruby 2.0.Jean-Philippe Lang2013-03-011-3/+3
* Don't use Iconv with ruby1.9 (#12787).Jean-Philippe Lang2013-01-121-1/+0
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Make sure that tests restore the attachments path to the tmp dir so that fixt...Jean-Philippe Lang2011-12-161-1/+1
* Asserts that objects are not nil before getting their ids (test still fails w...Jean-Philippe Lang2011-12-151-0/+2
* pdf: lib: add the method to return attachment from filename and encoding (#3261)Toshi MARUYAMA2011-11-241-0/+37
* move iconv from utf8 logic from pdf to lib/redmine/codeset_util.rb for common...Toshi MARUYAMA2011-11-161-47/+17
* PDF: replace all non ASCII characters to '?' if Iconv error raise in JRuby (#...Toshi MARUYAMA2011-06-091-0/+7
* PDF: use SJIS instead of CP932 at unit pdf test test_rdm_pdf_iconv_invalid_ut...Toshi MARUYAMA2011-06-091-1/+5
* PDF: use SJIS instead of CP932 at unit pdf test test_rdm_pdf_iconv_cannot_con...Toshi MARUYAMA2011-06-091-1/+5
* PDF: use SJIS instead of CP932 at unit pdf test_fix_text_encoding_nil in JRub...Toshi MARUYAMA2011-06-081-2/+6
* PDF: replace invalid sequence in converting if encoding destination is UTF-8 ...Toshi MARUYAMA2011-05-091-0/+40
* PDF: call Redmine::Export::PDF::RDMPdfEncoding::rdm_pdf_iconv() directly in u...Toshi MARUYAMA2011-05-091-12/+15
* PDF: check Japanese general_pdf_encoding is CP932 in unit test.Toshi MARUYAMA2011-05-091-0/+2
* PDF: set lang 'ja' in unit test test_fix_text_encoding_cannot_convert_ja_cp93...Toshi MARUYAMA2011-05-081-2/+3
* PDF: add test of ensuring 'ASCII-8BIT' encoding in Ruby 1.9 (#61).Toshi MARUYAMA2011-04-291-6/+9
* PDF: fix 0x5c(backslash) escape processing in FPDF (#61).Toshi MARUYAMA2011-04-291-40/+0
* PDF: add test of replacing converting error characters in FPDF ANSI on Ruby 1...Toshi MARUYAMA2011-04-061-0/+7
* PDF: add test of replacing converting error characters in FPDF ANSI on Ruby 1...Toshi MARUYAMA2011-04-061-0/+16
* PDF: nil safe at fix_text_encoding(txt) of lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-04-061-0/+7
* PDF: add test of Ruby 1.9 compatibility of '0x5c'(backslash) handling in FPDF...Toshi MARUYAMA2011-04-061-0/+15
* PDF: add \\(double backslashes) handling of FPDF ANSI test in unit lib test (...Toshi MARUYAMA2011-04-061-0/+13
* PDF: set language 'ja' in '0x5c'(backslash) handling unit lib test (#61, #117).Toshi MARUYAMA2011-04-061-0/+2
* PDF: create new unit lib pdf test and add '0x5c'(backslash) handling test (#6...Toshi MARUYAMA2011-04-061-0/+32