summaryrefslogtreecommitdiffstats
path: root/lib/redmine/export
Commit message (Expand)AuthorAgeFilesLines
* Wrap long text fields properly in PDF exports (#5629).Toshi MARUYAMA2011-04-301-27/+82
* PDF: use explicit return value in Redmine::Export::PDF.fix_text_encoding() (#...Toshi MARUYAMA2011-04-291-0/+1
* PDF: fix 0x5c(backslash) escape processing in FPDF (#61).Toshi MARUYAMA2011-04-291-2/+0
* PDF: switch FPDF ANSI or TCPDF UTF-8 with general_pdf_encoding value instead ...Toshi MARUYAMA2011-04-101-10/+2
* PDF: code clean up lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-04-101-6/+6
* PDF: switch FPDF font with general_pdf_encoding value instead of language val...Toshi MARUYAMA2011-04-101-5/+5
* PDF: replace converting error characters instead of returning UTF-8 in FPDF A...Toshi MARUYAMA2011-04-061-3/+9
* PDF: nil safe at fix_text_encoding(txt) of lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-04-061-1/+2
* PDF: Ruby 1.9 compatibility of '0x5c'(backslash) handling in FPDF ANSI (#61, ...Toshi MARUYAMA2011-04-061-6/+13
* PDF: fix \\(double backslashes) handling of FPDF ANSI (#61, #117).Toshi MARUYAMA2011-04-061-5/+3
* code clean up lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-04-051-3/+3
* code clean up lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-04-041-8/+14
* PDF: remove replacing non ASCII quotation marks (#61).Toshi MARUYAMA2011-04-041-2/+0
* PDF: code clean up lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-04-031-6/+6
* PDF: set enable to use TCPDF UTF-8 on Windows except CJK and Thai (#61).Toshi MARUYAMA2011-04-021-4/+2
* PDF: switch TCPDF UTF-8 or FPDF ANSI (#61).Toshi MARUYAMA2011-03-301-6/+23
* PDF: prepare switching TCPDF UTF-8 in non CJK or FPDF ANSI in CJK (#61).Toshi MARUYAMA2011-03-301-49/+111
* PDF: add missing rfpdf requires (#61).Toshi MARUYAMA2011-03-301-1/+3
* Avoid "private method `gsub' called for nil:NilClass" error when exporting is...Jean-Philippe Lang2011-01-221-3/+3
* Use the correct local variables in the PDF export. #6382Eric Davis2010-09-201-2/+2
* Rewrite the Gantt chart. #6276Eric Davis2010-09-101-185/+5
* Display project names for versions too on PDF (#5904).Jean-Philippe Lang2010-07-251-3/+4
* Display project names in cross-project gantt PDF (#5904).Jean-Philippe Lang2010-07-251-6/+8
* Korean support for PDF export (#4639).Jean-Philippe Lang2010-02-071-0/+5
* Fixed: PDF export of a issue list grouped by a custom field raises an error (...Jean-Philippe Lang2010-01-181-4/+6
* Sets file encoding to utf-8 for ruby 1.9.Jean-Philippe Lang2009-10-101-0/+2
* Use selected columns in the issues PDF export (#1190).Jean-Philippe Lang2009-08-171-30/+41
* Display all custom fields on issue PDF.Jean-Philippe Lang2009-07-291-1/+1
* Ticket grouping (#2679).Jean-Philippe Lang2009-04-261-2/+13
* Fixed: zh-TW PDF export broken by new locales (#2940).Jean-Philippe Lang2009-03-121-1/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+2
* Explicitly require 'rfpdf/fpdf' (#2584).Jean-Philippe Lang2009-01-271-0/+1
* Fixes r2226: exporting an issue with attachments to PDF raises an error (#2492).Jean-Philippe Lang2009-01-121-0/+2
* Scramble PDF title (#1204).Jean-Philippe Lang2009-01-041-0/+21
* Move PDF stuff to a single helper.Jean-Philippe Lang2009-01-041-0/+438