summaryrefslogtreecommitdiffstats
path: root/lib/redmine/export
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Use IssueRelation#to_s in PDF export.Jean-Philippe Lang2014-11-051-10/+8
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-3/+1
* pdf: define "general_pdf_fontname" at i18n yaml for multilingual environment ...Toshi MARUYAMA2014-10-201-23/+2
* remove general_pdf_encoding from lib/redmine/export/pdf.rb (#17570)Toshi MARUYAMA2014-08-281-15/+14
* use rbpdf gem instead of bundled rfpdf (#17570)Toshi MARUYAMA2014-08-281-293/+210
* remove unneeded trailing ';' from lib/redmine/export/pdf.rbToshi MARUYAMA2014-05-071-10/+10
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate a...Toshi MARUYAMA2014-02-061-5/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-2/+2
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-4/+4
* pdf: replace "id_width" parameter name to original "col_id_width" (#14178)Toshi MARUYAMA2013-06-041-2/+3
* pdf: restore "id_width" parameter of issues_to_pdf_draw_borders (#14178)Toshi MARUYAMA2013-06-041-3/+5
* Code cleanup (#13630).Etienne Massip2013-04-021-7/+6
* Fixed that issue list PDF export displays ID column twice (#13630).Etienne Massip2013-04-021-17/+14
* Strip {{toc}} tags in pdf exports (#9842).Jean-Philippe Lang2013-01-201-2/+8
* Don't use Iconv with ruby1.9 (#12787).Jean-Philippe Lang2013-01-121-3/+15
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed that issues grouped by custom field is broken in PDF export (#12513).Jean-Philippe Lang2012-12-081-1/+1
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-061-9/+22
* Do not show parents/subtasks subjects that are not visible.Jean-Philippe Lang2012-10-091-2/+2
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-24/+21
* File handling cleanup.Etienne Massip2012-07-111-2/+1
* Use 1.8.7 compatible @Pathname#to_s@ alias for @Pathname#to_path@.Etienne Massip2012-07-101-1/+1
* Set temporary path cache variable as a String back again so that TCPDF handle...Etienne Massip2012-07-101-1/+1
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-051-50/+42
* pdf: enhanced issues list (#10464)Toshi MARUYAMA2012-03-201-50/+161
* remove trailing white-spaces from lib/redmine/export/pdf.rbToshi MARUYAMA2012-03-191-3/+3
* Removed border around wiki pages in PDF.Jean-Philippe Lang2012-01-301-1/+1
* Fix for ruby1.9.3.Jean-Philippe Lang2012-01-301-4/+14
* Fix for ruby1.9.3.Jean-Philippe Lang2012-01-301-1/+1
* Adds export of all wiki pages to a PDF file (#3463).Jean-Philippe Lang2012-01-301-2/+38
* Adds bookmarks to PDF when exporting a grouped issue list.Jean-Philippe Lang2012-01-301-3/+84
* Display of multi custom fields.Jean-Philippe Lang2012-01-291-1/+1
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-2/+2
* 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