summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/export/pdf/issues_pdf_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-3/+0
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Support localized decimal separators for float values in PDF export (#22024).Go MAEDA2024-01-041-2/+7
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Add missing fixture to IssuesPdfHelperTest (#37451).Go MAEDA2022-07-171-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
* 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-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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-151-0/+2
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-1/+3
* 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