summaryrefslogtreecommitdiffstats
path: root/lib/redmine/export
Commit message (Expand)AuthorAgeFilesLines
* 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
* Omit blank fields in PDF too (#21705).Jean-Philippe Lang2017-01-251-2/+3
* Adjust rendering of custom fields in PDF (#21705).Jean-Philippe Lang2017-01-251-4/+15
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-072-4/+4
* Updates copyright for 2016.Jean-Philippe Lang2016-03-134-4/+4
* 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
* Display totals if the PDF export (#1561).Jean-Philippe Lang2015-10-091-3/+16
* 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
* 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
* Render issue description and journal notes with #textilizable (#13051).Jean-Philippe Lang2015-01-251-4/+14
* Removed an instance variable.Jean-Philippe Lang2015-01-251-3/+1
* Adds support for macro and Redmine links in PDF export (#13051).Jean-Philippe Lang2015-01-253-563/+618
* 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