summaryrefslogtreecommitdiffstats
path: root/lib/redmine/export
Commit message (Expand)AuthorAgeFilesLines
...
* 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