summaryrefslogtreecommitdiffstats
path: root/lib/redmine/export
Commit message (Expand)AuthorAgeFilesLines
* Merged r22418 from trunk to 5.0-stable (#39534).Marius Balteanu2023-11-121-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-014-4/+4
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-024-4/+4
* Fix Layout/ClosingParenthesisIndentation offense (#35683).Marius Balteanu2021-09-111-1/+1
* Disable Lint/DuplicateBranch in lib/redmine/export/pdf.rb#107 (#35683).Marius Balteanu2021-09-111-0/+2
* Interpret thumbnail macro in description, notes and formatted custom fields i...Marius Balteanu2021-09-062-19/+25
* Retrieve filenames of thumbnails when rendering a PDF (#35683).Marius Balteanu2021-09-061-0/+4
* Expand macros in full-width custom fields when exporting issue to PDF (#35683).Marius Balteanu2021-09-061-2/+7
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-254-4/+4
* add space after comma to lib/redmine/export/pdf/issues_pdf_helper.rbToshi MARUYAMA2020-12-031-61/+61
* shorten long line of lib/redmine/export/pdf/issues_pdf_helper.rbToshi MARUYAMA2020-11-301-4/+8
* fix source indent of lib/redmine/export/pdf/issues_pdf_helper.rbToshi MARUYAMA2020-11-291-17/+21
* remove spaces inside {} of lib/redmine/export/pdf/issues_pdf_helper.rbToshi MARUYAMA2020-11-221-1/+1
* use "do end" instead of {} at lib/redmine/export/pdf/issues_pdf_helper.rbToshi MARUYAMA2020-11-131-12/+12
* Use sum instead of inject(0, :+) (#34153).Go MAEDA2020-10-241-7/+7
* Fix RuboCop offense Style/For (#32530).Go MAEDA2020-10-202-3/+3
* remove empty line at class body beginning of lib/redmine/export/csv.rbToshi MARUYAMA2020-08-091-1/+0
* Export to PDF fails when subject of parent task is included in issue list (#3...Go MAEDA2020-03-241-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-034-4/+4
* tmp/pdf directory is no longer necessary (#32924).Go MAEDA2020-02-291-2/+0
* Right-aligned TOC tag is displayed in exported PDF if the text formatting set...Go MAEDA2020-01-301-1/+1
* Issue list: long text custom field missing in PDF export (#32859).Go MAEDA2020-01-261-12/+16
* Exporting issue as PDF fails when the issue has private journal (#32858).Go MAEDA2020-01-251-1/+1
* FrozenError when exporting gantt to PDF in some languages (#32832).Go MAEDA2020-01-181-0/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in lib/redmine/export/pdf/wiki_p...Toshi MARUYAMA2019-11-251-13/+13
* cleanup: rubocop: fix Layout/IndentFirstArgument in lib/redmine/export/pdf/wi...Toshi MARUYAMA2019-11-251-3/+5
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in lib/redmine/e...Toshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/export/pdf/issues_...Toshi MARUYAMA2019-11-091-13/+18
* cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/export/pdf/wiki_pd...Toshi MARUYAMA2019-11-091-8/+11
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/export/pdf.rbToshi MARUYAMA2019-10-221-1/+1
* code cleanup: rubocop: fix Layout/EndAlignment in lib/redmine/export/pdf/issu...Toshi MARUYAMA2019-10-171-1/+1
* code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/export/pdf...Toshi MARUYAMA2019-10-171-6/+2
* code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/export/pdf/iss...Toshi MARUYAMA2019-10-171-19/+20
* Update copyright year.Go MAEDA2019-05-254-4/+4
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-1/+1
* Use #b shortcut instead of #force_encoding (#31059).Go MAEDA2019-03-201-3/+1
* Support frozen_string_literal in lib/redmine/export/*.rb (#26561).Go MAEDA2019-03-172-8/+9
* Remove trailing whitespaces from lib/redmine/export/pdf/issues_pdf_helper.rbGo MAEDA2019-03-171-23/+23
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-164-7/+0
* Fix RDMwriteFormattedCell destroying an argument (#26561).Go MAEDA2019-03-161-2/+2
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-154-0/+8
* Allow issues grouping by creation, update and closing date (#13803).Jean-Philippe Lang2018-12-121-1/+1
* Allow switching the encoding to UTF-8 when exporting to CSV (#26279).Go MAEDA2018-05-071-3/+3
* Fix: Round floats to 2 digits when rendering an issue list to PDF (#12510).Go MAEDA2017-12-061-0/+2
* Update copyright.Jean-Philippe Lang2017-06-254-4/+4
* Makes Attachments column available on the issue list (#25515).Jean-Philippe Lang2017-04-041-1/+4
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-091-1/+3
* Show Last Comment in Issue list (#1474).Jean-Philippe Lang2017-03-051-2/+9
* Fix PDF formatting (#21705).Jean-Philippe Lang2017-03-031-1/+1