OSDN Git Service

Merge(backport) r6136 from trunk (#8737).
[redminele/redmine.git] / lib / redmine / export / pdf.rb
2011-07-02 Toshi MARUYAMAMerge(backport) r6136 from trunk (#8737).
2011-07-02 Toshi MARUYAMAMerge(backport) r6135 from trunk (#8737).
2011-07-02 Toshi MARUYAMAMerged r6138 from trunk.
2011-06-10 Toshi MARUYAMAMerged r6035 from trunk.
2011-06-09 Toshi MARUYAMAMerged r6024 from trunk.
2011-06-08 Toshi MARUYAMAMerged r6012 from trunk.
2011-06-08 Toshi MARUYAMAMerged r6010 from trunk.
2011-05-10 Toshi MARUYAMAPDF: more strict Redmine TCPDF class initialize() ...
2011-05-09 Toshi MARUYAMAPDF: remove unused Redmine FPDF class (#8312).
2011-05-09 Toshi MARUYAMAPDF: import CJK patches and all languages use TCPDF...
2011-05-09 Toshi MARUYAMAPDF: code clean up lib/redmine/export/pdf.rb.
2011-05-09 Toshi MARUYAMAPDF: switch encoding and font whether CJK and Thainland...
2011-05-09 Toshi MARUYAMAPDF: replace invalid UTF-8 sequences in TCPDF (#61...
2011-05-09 Toshi MARUYAMAPDF: replace invalid sequence in converting if encoding...
2011-05-09 Toshi MARUYAMAPDF: move fix_text_encoding() logic to new method for...
2011-05-06 Toshi MARUYAMAremove trailing white-spaces lib/redmine/export/pdf.rb.
2011-05-05 Toshi MARUYAMAPDF: wrap title fields properly (#8295).
2011-04-30 Toshi MARUYAMAWrap long text fields properly in PDF exports (#5629).
2011-04-29 Toshi MARUYAMAPDF: use explicit return value in Redmine::Export:...
2011-04-29 Toshi MARUYAMAPDF: fix 0x5c(backslash) escape processing in FPDF...
2011-04-10 Toshi MARUYAMAPDF: switch FPDF ANSI or TCPDF UTF-8 with general_pdf_e...
2011-04-10 Toshi MARUYAMAPDF: code clean up lib/redmine/export/pdf.rb.
2011-04-10 Toshi MARUYAMAPDF: switch FPDF font with general_pdf_encoding value...
2011-04-06 Toshi MARUYAMAPDF: replace converting error characters instead of...
2011-04-06 Toshi MARUYAMAPDF: nil safe at fix_text_encoding(txt) of lib/redmine...
2011-04-06 Toshi MARUYAMAPDF: Ruby 1.9 compatibility of '0x5c'(backslash) handli...
2011-04-06 Toshi MARUYAMAPDF: fix \\(double backslashes) handling of FPDF ANSI...
2011-04-05 Toshi MARUYAMAcode clean up lib/redmine/export/pdf.rb.
2011-04-04 Toshi MARUYAMAcode clean up lib/redmine/export/pdf.rb.
2011-04-04 Toshi MARUYAMAPDF: remove replacing non ASCII quotation marks (#61).
2011-04-03 Toshi MARUYAMAPDF: code clean up lib/redmine/export/pdf.rb.
2011-04-02 Toshi MARUYAMAPDF: set enable to use TCPDF UTF-8 on Windows except...
2011-03-30 Toshi MARUYAMAPDF: switch TCPDF UTF-8 or FPDF ANSI (#61).
2011-03-30 Toshi MARUYAMAPDF: prepare switching TCPDF UTF-8 in non CJK or FPDF...
2011-03-30 Toshi MARUYAMAPDF: add missing rfpdf requires (#61).
2011-01-22 Jean-Philippe LangAvoid "private method `gsub' called for nil:NilClass...
2010-09-20 Eric DavisUse the correct local variables in the PDF export....
2010-09-10 Eric DavisRewrite the Gantt chart. #6276
2010-07-25 Jean-Philippe LangDisplay project names for versions too on PDF (#5904).
2010-07-25 Jean-Philippe LangDisplay project names in cross-project gantt PDF (...
2010-02-07 Jean-Philippe LangKorean support for PDF export (#4639).
2010-01-18 Jean-Philippe LangFixed: PDF export of a issue list grouped by a custom...
2009-10-10 Jean-Philippe LangSets file encoding to utf-8 for ruby 1.9.
2009-08-17 Jean-Philippe LangUse selected columns in the issues PDF export (#1190).
2009-07-29 Jean-Philippe LangDisplay all custom fields on issue PDF.
2009-04-26 Jean-Philippe LangTicket grouping (#2679).
2009-03-12 Jean-Philippe LangFixed: zh-TW PDF export broken by new locales (#2940).
2009-02-21 Jean-Philippe LangMerged Rails 2.2 branch. Redmine now requires Rails...
2009-01-27 Jean-Philippe LangExplicitly require 'rfpdf/fpdf' (#2584).
2009-01-12 Jean-Philippe LangFixes r2226: exporting an issue with attachments to...
2009-01-04 Jean-Philippe LangScramble PDF title (#1204).
2009-01-04 Jean-Philippe LangMove PDF stuff to a single helper.