| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r19611 from trunk to 4.1-stable (#33103). | Go MAEDA | 2020-03-24 | 1 | -1/+1 |
* | Merged r19480 from trunk to 4.1-stable (#32477). | Go MAEDA | 2020-02-04 | 1 | -1/+1 |
* | Merged r19464 from trunk to 4.1-stable (#32859). | Go MAEDA | 2020-01-26 | 1 | -12/+16 |
* | Merged r19458 from trunk to 4.1-stable (#32858). | Go MAEDA | 2020-01-25 | 1 | -1/+1 |
* | Merged r19435 from trunk to 4.1-stable (#32832). | Go MAEDA | 2020-01-18 | 1 | -0/+1 |
* | cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/export/pdf/issues_... | Toshi MARUYAMA | 2019-11-09 | 1 | -13/+18 |
* | cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/export/pdf/wiki_pd... | Toshi MARUYAMA | 2019-11-09 | 1 | -8/+11 |
* | code cleanup: rubocop: fix Layout/SpaceBeforeComma in lib/redmine/export/pdf.rb | Toshi MARUYAMA | 2019-10-22 | 1 | -1/+1 |
* | code cleanup: rubocop: fix Layout/EndAlignment in lib/redmine/export/pdf/issu... | Toshi MARUYAMA | 2019-10-17 | 1 | -1/+1 |
* | code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/export/pdf... | Toshi MARUYAMA | 2019-10-17 | 1 | -6/+2 |
* | code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/export/pdf/iss... | Toshi MARUYAMA | 2019-10-17 | 1 | -19/+20 |
* | Update copyright year. | Go MAEDA | 2019-05-25 | 4 | -4/+4 |
* | Use Regexp#match? to reduce allocations of MatchData object (#28940). | Go MAEDA | 2019-03-27 | 1 | -1/+1 |
* | Use #b shortcut instead of #force_encoding (#31059). | Go MAEDA | 2019-03-20 | 1 | -3/+1 |
* | Support frozen_string_literal in lib/redmine/export/*.rb (#26561). | Go MAEDA | 2019-03-17 | 2 | -8/+9 |
* | Remove trailing whitespaces from lib/redmine/export/pdf/issues_pdf_helper.rb | Go MAEDA | 2019-03-17 | 1 | -23/+23 |
* | Enable frozen_string_literal for some files under app and lib directory (#265... | Go MAEDA | 2019-03-16 | 1 | -1/+1 |
* | Remove unnecessary encoding magic comment (#31034). | Go MAEDA | 2019-03-16 | 4 | -7/+0 |
* | Fix RDMwriteFormattedCell destroying an argument (#26561). | Go MAEDA | 2019-03-16 | 1 | -2/+2 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 4 | -0/+8 |
* | Allow issues grouping by creation, update and closing date (#13803). | Jean-Philippe Lang | 2018-12-12 | 1 | -1/+1 |
* | Allow switching the encoding to UTF-8 when exporting to CSV (#26279). | Go MAEDA | 2018-05-07 | 1 | -3/+3 |
* | Fix: Round floats to 2 digits when rendering an issue list to PDF (#12510). | Go MAEDA | 2017-12-06 | 1 | -0/+2 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 4 | -4/+4 |
* | Makes Attachments column available on the issue list (#25515). | Jean-Philippe Lang | 2017-04-04 | 1 | -1/+4 |
* | Get the count by group from the query directly. | Jean-Philippe Lang | 2017-03-09 | 1 | -1/+3 |
* | Show Last Comment in Issue list (#1474). | Jean-Philippe Lang | 2017-03-05 | 1 | -2/+9 |
* | Fix PDF formatting (#21705). | Jean-Philippe Lang | 2017-03-03 | 1 | -1/+1 |
* | Omit blank fields in PDF too (#21705). | Jean-Philippe Lang | 2017-01-25 | 1 | -2/+3 |
* | Adjust rendering of custom fields in PDF (#21705). | Jean-Philippe Lang | 2017-01-25 | 1 | -4/+15 |
* | Replace Date.today with User.current.today (#22320). | Jean-Philippe Lang | 2016-05-07 | 2 | -4/+4 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 4 | -4/+4 |
* | pdf: use all lower cases for DejaVuSansMono (#19017) | Toshi MARUYAMA | 2015-12-06 | 1 | -1/+1 |
* | pdf: remove italic from DejaVuSansMono (#19017) | Toshi MARUYAMA | 2015-12-06 | 1 | -0/+2 |
* | pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont me... | Toshi MARUYAMA | 2015-12-06 | 1 | -2/+2 |
* | revert r14950 (#19017) | Toshi MARUYAMA | 2015-12-06 | 1 | -2/+2 |
* | pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont me... | Toshi MARUYAMA | 2015-12-06 | 1 | -2/+2 |
* | revert r14907 (#19017) | Toshi MARUYAMA | 2015-12-04 | 1 | -2/+2 |
* | pdf: use l(:general_pdf_monospaced_fontname) (#19017) | Toshi MARUYAMA | 2015-12-04 | 1 | -1/+2 |
* | pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont me... | Toshi MARUYAMA | 2015-12-04 | 1 | -2/+2 |
* | pdf: fix Vietnamese Italic is not shown (#21328) | Toshi MARUYAMA | 2015-11-25 | 1 | -1/+1 |
* | Display totals if the PDF export (#1561). | Jean-Philippe Lang | 2015-10-09 | 1 | -3/+16 |
* | Add BOM to UTF-8 encoded CSV (#7037). | Jean-Philippe Lang | 2015-06-13 | 1 | -1/+7 |
* | Adds a class for handling CSV generation (#7037). | Jean-Philippe Lang | 2015-06-13 | 1 | -0/+59 |
* | Change default display mode for PDF Export to OneColumn (#19546). | Jean-Philippe Lang | 2015-06-06 | 1 | -0/+1 |
* | pdf: remove styles by fontname instated of Arabic/Persian/Thai locale (#10681... | Toshi MARUYAMA | 2015-02-08 | 1 | -2/+4 |
* | pdf: remove styles of Arabic/Persian Italic and Thai Bold (#10681, #18586) | Toshi MARUYAMA | 2015-02-08 | 1 | -2/+7 |
* | Render issue description and journal notes with #textilizable (#13051). | Jean-Philippe Lang | 2015-01-25 | 1 | -4/+14 |
* | Removed an instance variable. | Jean-Philippe Lang | 2015-01-25 | 1 | -3/+1 |
* | Adds support for macro and Redmine links in PDF export (#13051). | Jean-Philippe Lang | 2015-01-25 | 3 | -563/+618 |