index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
redmine
/
export
Commit message (
Expand
)
Author
Age
Files
Lines
*
pdf: move note number to the head of line for single issue's PDF (#9720)
Toshi MARUYAMA
2011-12-06
1
-2
/
+3
*
pdf: add note number for single issue's PDF (#9720)
Toshi MARUYAMA
2011-12-05
1
-1
/
+4
*
pdf: expand relational issues status column width of issue pdf (#5634)
Toshi MARUYAMA
2011-11-28
1
-2
/
+2
*
pdf: add the new feature to include attachment images (#3261)
Toshi MARUYAMA
2011-11-24
1
-0
/
+11
*
pdf: lib: prepare to use rfpdf plug-in rmagick feature (#3261)
Toshi MARUYAMA
2011-11-24
1
-0
/
+3
*
pdf: lib: add "attachments" parameter at RDMwriteHTMLCell method (#3261)
Toshi MARUYAMA
2011-11-24
1
-10
/
+9
*
pdf: lib: add the method to return attachment from filename and encoding (#3261)
Toshi MARUYAMA
2011-11-24
1
-0
/
+13
*
pdf: lib: remove unused "include Redmine::I18n" from RDMPdfEncoding class
Toshi MARUYAMA
2011-11-23
1
-1
/
+0
*
Omit subtasks/related issues sections when empty on PDF export (#5634).
Jean-Philippe Lang
2011-11-19
1
-38
/
+43
*
pdf: lib: set image scale at issue_to_pdf method (#3261)
Toshi MARUYAMA
2011-11-18
1
-0
/
+3
*
move iconv from utf8 logic from pdf to lib/redmine/codeset_util.rb for common...
Toshi MARUYAMA
2011-11-16
1
-32
/
+3
*
code layout clean up lib/redmine/export/pdf.rb
Toshi MARUYAMA
2011-11-16
1
-1
/
+2
*
pdf: add subtasks and related issues at issue pdf (#5634)
Toshi MARUYAMA
2011-11-12
1
-0
/
+45
*
pdf: add ancestor issues at head of issue pdf (#5634)
Toshi MARUYAMA
2011-11-12
1
-2
/
+12
*
pdf: remove unused "require 'rfpdf/fpdf'" (#8312)
Toshi MARUYAMA
2011-11-12
1
-1
/
+0
*
pdf: indent subject of subtask ticket in exported issues PDF (#8617)
Toshi MARUYAMA
2011-11-10
1
-1
/
+5
*
pdf: lib: add a method to export wiki (#401)
Toshi MARUYAMA
2011-11-06
1
-0
/
+34
*
PDF: support textilized changeset comments (revision log) on issue (#69).
Toshi MARUYAMA
2011-07-02
1
-1
/
+3
*
PDF: add revision number/id of associated revisions on issue PDF (#8738).
Toshi MARUYAMA
2011-07-02
1
-2
/
+3
*
PDF: support textilized journal notes on issue (#69).
Toshi MARUYAMA
2011-07-01
1
-1
/
+3
*
PDF: support textilized issue description on issue (#69).
Toshi MARUYAMA
2011-07-01
1
-1
/
+3
*
PDF: code clean up lib/redmine/export/pdf.rb.
Toshi MARUYAMA
2011-07-01
1
-2
/
+2
*
PDF: add new "RDMwriteHTMLCell" method for textilized PDF (#69).
Toshi MARUYAMA
2011-07-01
1
-0
/
+4
*
PDF: use RDMMultiCell for drawing lines of issue description (#69).
Toshi MARUYAMA
2011-07-01
1
-7
/
+5
*
PDF: add 'ln' parameter for drawing lines at RDMMultiCell() (#69).
Toshi MARUYAMA
2011-06-30
1
-2
/
+2
*
PDF: use DejaVuSans fonts in Vietnamese (#8566).
Toshi MARUYAMA
2011-06-10
1
-26
/
+32
*
PDF: replace all non ASCII characters to '?' if Iconv error raise in JRuby (#...
Toshi MARUYAMA
2011-06-09
1
-0
/
+7
*
PDF: change Shift_JIS to SHIFT_JIS in lib/redmine/export/pdf.rb for Japanese ...
Toshi MARUYAMA
2011-06-08
1
-1
/
+1
*
PDF: add *SJIS* and *Shift_JIS* in lib/redmine/export/pdf.rb for Japanese ja....
Toshi MARUYAMA
2011-06-08
1
-1
/
+1
*
PDF: more strict Redmine TCPDF class initialize() (#8312).
Toshi MARUYAMA
2011-05-10
1
-3
/
+3
*
PDF: remove unused Redmine FPDF class (#8312).
Toshi MARUYAMA
2011-05-09
1
-88
/
+0
*
PDF: import CJK patches and all languages use TCPDF (#8312).
Toshi MARUYAMA
2011-05-09
1
-10
/
+2
*
PDF: code clean up lib/redmine/export/pdf.rb.
Toshi MARUYAMA
2011-05-09
1
-4
/
+7
*
PDF: switch encoding and font whether CJK and Thainland non UTF-8 or not in T...
Toshi MARUYAMA
2011-05-09
1
-3
/
+30
*
PDF: replace invalid UTF-8 sequences in TCPDF (#61, #8312).
Toshi MARUYAMA
2011-05-09
1
-2
/
+14
*
PDF: replace invalid sequence in converting if encoding destination is UTF-8 ...
Toshi MARUYAMA
2011-05-09
1
-2
/
+6
*
PDF: move fix_text_encoding() logic to new method for common use in FPDF and ...
Toshi MARUYAMA
2011-05-09
1
-21
/
+31
*
remove trailing white-spaces lib/redmine/export/pdf.rb.
Toshi MARUYAMA
2011-05-06
1
-31
/
+31
*
PDF: wrap title fields properly (#8295).
Toshi MARUYAMA
2011-05-05
1
-7
/
+19
*
Wrap long text fields properly in PDF exports (#5629).
Toshi MARUYAMA
2011-04-30
1
-27
/
+82
*
PDF: use explicit return value in Redmine::Export::PDF.fix_text_encoding() (#...
Toshi MARUYAMA
2011-04-29
1
-0
/
+1
*
PDF: fix 0x5c(backslash) escape processing in FPDF (#61).
Toshi MARUYAMA
2011-04-29
1
-2
/
+0
*
PDF: switch FPDF ANSI or TCPDF UTF-8 with general_pdf_encoding value instead ...
Toshi MARUYAMA
2011-04-10
1
-10
/
+2
*
PDF: code clean up lib/redmine/export/pdf.rb.
Toshi MARUYAMA
2011-04-10
1
-6
/
+6
*
PDF: switch FPDF font with general_pdf_encoding value instead of language val...
Toshi MARUYAMA
2011-04-10
1
-5
/
+5
*
PDF: replace converting error characters instead of returning UTF-8 in FPDF A...
Toshi MARUYAMA
2011-04-06
1
-3
/
+9
*
PDF: nil safe at fix_text_encoding(txt) of lib/redmine/export/pdf.rb.
Toshi MARUYAMA
2011-04-06
1
-1
/
+2
*
PDF: Ruby 1.9 compatibility of '0x5c'(backslash) handling in FPDF ANSI (#61, ...
Toshi MARUYAMA
2011-04-06
1
-6
/
+13
*
PDF: fix \\(double backslashes) handling of FPDF ANSI (#61, #117).
Toshi MARUYAMA
2011-04-06
1
-5
/
+3
*
code clean up lib/redmine/export/pdf.rb.
Toshi MARUYAMA
2011-04-05
1
-3
/
+3
[next]