Search
Results (106)
- Revision 18732 (svn): code cleanup: rubocop: fix Layout/EndAlignment in lib/redmine/export/pdf/issues_pdf_helper.rb
- Revision 18717 (svn): code cleanup: rubocop: fix Style/WhileUntilModifier in lib/redmine/export/pdf/issues_pdf_helper.rb
- Revision 18705 (svn): code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/export/pdf/issues_pdf_helper.rb
- Revision 18307 (svn): Wiki page collapse block image is not displayed in exported PDF (#30162).
- Patch by Jun NAITOH.
- Revision 17984 (svn): Remove trailing whitespaces from lib/redmine/export/pdf/issues_pdf_helper.rb
- Revision 17574 (svn): PDF export has too many whitespaces (#28565).
- Contributed by Jun NAITOH.
- Revision 17063 (svn): svn propset svn:eol-style native test/unit/lib/redmine/export/pdf/issues_pdf_test.rb (#12510)
- Revision 14666 (svn): Display totals if the PDF export (#1561).
- Revision 14299 (svn): Change default display mode for PDF Export to OneColumn (#19546).
- Patch by Marcel Müller.
- Revision 13944 (svn): Adds support for macro and Redmine links in PDF export (#13051).
- Revision 13564 (svn): Use IssueRelation#to_s in PDF export.
- Revision 13371 (svn): 2.4-stable: pdf: fix failure exporting issue pdf with UTF-8 U+FFFD (#17826)
- This revision has trunk r13368 and r13369 test.
- Revision 13370 (svn): 2.5-stable: pdf: fix failure exporting issue pdf with UTF-8 U+FFFD (#17826)
- This revision has trunk r13368 and r13369 test.
- Revision 13368 (svn): pdf: add test to export issue pdf with UTF-8 U+FFFD (#17826)
- Revision 13359 (svn): remove general_pdf_encoding from lib/redmine/export/pdf.rb (#17570)
- Revision 13132 (svn): remove unneeded trailing ';' from lib/redmine/export/pdf.rb
- Revision 12832 (svn): Rails4: replace ActionV ... r#truncate by String#truncate at lib/redmine/export/pdf.rb
- Revision 12467 (svn): fix find_all_by_id(n1, n2) parameter at test_show_export_to_pdf_with_changesets of IssuesControllerTest
- find_all_by_id(n1, n2) returns only n1 result.
- Revision 12191 (svn): Merged r12189 from trunk to 2.3-stable (#13632)
- pdf: fix empty page attached when exporting. Contributed by Jun NAITOH.
- Revision 12189 (svn): pdf: fix empty page attached when exporting (#13632)
- Contributed by Jun NAITOH.
- Revision 11693 (svn): Fixed that issue list PDF export displays ID column twice (#13630).
- Contributed by F Schroedter.
- Revision 11449 (svn): Rename issues CSV and PDF exports.
- Revision 11227 (svn): Strip {{toc}} tags in pdf exports (#9842).
- Revision 10956 (svn): Fixed that issues grouped by custom field is broken in PDF export (#12513).
- Revision 9855 (svn): Merged r9853 from trunk (#10688)
- fix PDF export tables problems. Contributed by Jun NAITOH.