summaryrefslogtreecommitdiffstats
path: root/lib/redmine/export/pdf.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-271-1/+1
* 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
* 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-061-0/+4
* Retrieve filenames of thumbnails when rendering a PDF (#35683).Marius Balteanu2021-09-061-0/+4
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* 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
* FrozenError when exporting gantt to PDF in some languages (#32832).Go MAEDA2020-01-181-0/+1
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in lib/redmine/e...Toshi MARUYAMA2019-11-241-1/+1
* code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/export/pdf.rbToshi MARUYAMA2019-10-221-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-1/+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-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* pdf: use all lower cases for DejaVuSansMono (#19017)Toshi MARUYAMA2015-12-061-1/+1
* pdf: remove italic from DejaVuSansMono (#19017)Toshi MARUYAMA2015-12-061-0/+2
* pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont me...Toshi MARUYAMA2015-12-061-2/+2
* revert r14950 (#19017)Toshi MARUYAMA2015-12-061-2/+2
* pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont me...Toshi MARUYAMA2015-12-061-2/+2
* revert r14907 (#19017)Toshi MARUYAMA2015-12-041-2/+2
* pdf: use l(:general_pdf_monospaced_fontname) (#19017)Toshi MARUYAMA2015-12-041-1/+2
* pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont me...Toshi MARUYAMA2015-12-041-2/+2
* pdf: fix Vietnamese Italic is not shown (#21328)Toshi MARUYAMA2015-11-251-1/+1
* Change default display mode for PDF Export to OneColumn (#19546).Jean-Philippe Lang2015-06-061-0/+1
* pdf: remove styles by fontname instated of Arabic/Persian/Thai locale (#10681...Toshi MARUYAMA2015-02-081-2/+4
* pdf: remove styles of Arabic/Persian Italic and Thai Bold (#10681, #18586)Toshi MARUYAMA2015-02-081-2/+7
* Adds support for macro and Redmine links in PDF export (#13051).Jean-Philippe Lang2015-01-251-563/+10
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Use IssueRelation#to_s in PDF export.Jean-Philippe Lang2014-11-051-10/+8
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-3/+1
* pdf: define "general_pdf_fontname" at i18n yaml for multilingual environment ...Toshi MARUYAMA2014-10-201-23/+2
* remove general_pdf_encoding from lib/redmine/export/pdf.rb (#17570)Toshi MARUYAMA2014-08-281-15/+14
* use rbpdf gem instead of bundled rfpdf (#17570)Toshi MARUYAMA2014-08-281-293/+210
* remove unneeded trailing ';' from lib/redmine/export/pdf.rbToshi MARUYAMA2014-05-071-10/+10
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a...Toshi MARUYAMA2014-02-061-5/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-2/+2
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-4/+4
* pdf: replace "id_width" parameter name to original "col_id_width" (#14178)Toshi MARUYAMA2013-06-041-2/+3
* pdf: restore "id_width" parameter of issues_to_pdf_draw_borders (#14178)Toshi MARUYAMA2013-06-041-3/+5
* Code cleanup (#13630).Etienne Massip2013-04-021-7/+6
* Fixed that issue list PDF export displays ID column twice (#13630).Etienne Massip2013-04-021-17/+14
* Strip {{toc}} tags in pdf exports (#9842).Jean-Philippe Lang2013-01-201-2/+8