summaryrefslogtreecommitdiffstats
path: root/lib/redmine/export
Commit message (Expand)AuthorAgeFilesLines
* pdf: move note number to the head of line for single issue's PDF (#9720)Toshi MARUYAMA2011-12-061-2/+3
* pdf: add note number for single issue's PDF (#9720)Toshi MARUYAMA2011-12-051-1/+4
* pdf: expand relational issues status column width of issue pdf (#5634)Toshi MARUYAMA2011-11-281-2/+2
* pdf: add the new feature to include attachment images (#3261)Toshi MARUYAMA2011-11-241-0/+11
* pdf: lib: prepare to use rfpdf plug-in rmagick feature (#3261)Toshi MARUYAMA2011-11-241-0/+3
* pdf: lib: add "attachments" parameter at RDMwriteHTMLCell method (#3261)Toshi MARUYAMA2011-11-241-10/+9
* pdf: lib: add the method to return attachment from filename and encoding (#3261)Toshi MARUYAMA2011-11-241-0/+13
* pdf: lib: remove unused "include Redmine::I18n" from RDMPdfEncoding classToshi MARUYAMA2011-11-231-1/+0
* Omit subtasks/related issues sections when empty on PDF export (#5634).Jean-Philippe Lang2011-11-191-38/+43
* pdf: lib: set image scale at issue_to_pdf method (#3261)Toshi MARUYAMA2011-11-181-0/+3
* move iconv from utf8 logic from pdf to lib/redmine/codeset_util.rb for common...Toshi MARUYAMA2011-11-161-32/+3
* code layout clean up lib/redmine/export/pdf.rbToshi MARUYAMA2011-11-161-1/+2
* pdf: add subtasks and related issues at issue pdf (#5634)Toshi MARUYAMA2011-11-121-0/+45
* pdf: add ancestor issues at head of issue pdf (#5634)Toshi MARUYAMA2011-11-121-2/+12
* pdf: remove unused "require 'rfpdf/fpdf'" (#8312)Toshi MARUYAMA2011-11-121-1/+0
* pdf: indent subject of subtask ticket in exported issues PDF (#8617)Toshi MARUYAMA2011-11-101-1/+5
* pdf: lib: add a method to export wiki (#401)Toshi MARUYAMA2011-11-061-0/+34
* PDF: support textilized changeset comments (revision log) on issue (#69).Toshi MARUYAMA2011-07-021-1/+3
* PDF: add revision number/id of associated revisions on issue PDF (#8738).Toshi MARUYAMA2011-07-021-2/+3
* PDF: support textilized journal notes on issue (#69).Toshi MARUYAMA2011-07-011-1/+3
* PDF: support textilized issue description on issue (#69).Toshi MARUYAMA2011-07-011-1/+3
* PDF: code clean up lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-07-011-2/+2
* PDF: add new "RDMwriteHTMLCell" method for textilized PDF (#69).Toshi MARUYAMA2011-07-011-0/+4
* PDF: use RDMMultiCell for drawing lines of issue description (#69).Toshi MARUYAMA2011-07-011-7/+5
* PDF: add 'ln' parameter for drawing lines at RDMMultiCell() (#69).Toshi MARUYAMA2011-06-301-2/+2
* PDF: use DejaVuSans fonts in Vietnamese (#8566).Toshi MARUYAMA2011-06-101-26/+32
* PDF: replace all non ASCII characters to '?' if Iconv error raise in JRuby (#...Toshi MARUYAMA2011-06-091-0/+7
* PDF: change Shift_JIS to SHIFT_JIS in lib/redmine/export/pdf.rb for Japanese ...Toshi MARUYAMA2011-06-081-1/+1
* PDF: add *SJIS* and *Shift_JIS* in lib/redmine/export/pdf.rb for Japanese ja....Toshi MARUYAMA2011-06-081-1/+1
* PDF: more strict Redmine TCPDF class initialize() (#8312).Toshi MARUYAMA2011-05-101-3/+3
* PDF: remove unused Redmine FPDF class (#8312).Toshi MARUYAMA2011-05-091-88/+0
* PDF: import CJK patches and all languages use TCPDF (#8312).Toshi MARUYAMA2011-05-091-10/+2
* PDF: code clean up lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-05-091-4/+7
* PDF: switch encoding and font whether CJK and Thainland non UTF-8 or not in T...Toshi MARUYAMA2011-05-091-3/+30
* PDF: replace invalid UTF-8 sequences in TCPDF (#61, #8312).Toshi MARUYAMA2011-05-091-2/+14
* PDF: replace invalid sequence in converting if encoding destination is UTF-8 ...Toshi MARUYAMA2011-05-091-2/+6
* PDF: move fix_text_encoding() logic to new method for common use in FPDF and ...Toshi MARUYAMA2011-05-091-21/+31
* remove trailing white-spaces lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-05-061-31/+31
* PDF: wrap title fields properly (#8295).Toshi MARUYAMA2011-05-051-7/+19
* 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