summaryrefslogtreecommitdiffstats
path: root/lib/redmine/export
Commit message (Collapse)AuthorAgeFilesLines
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-072-4/+4
| | | | | | | | | | | | | | Depending on the offset between a user's configured timezone and the server timezone, Date.today may be more or less often wrong from the user's perspective, leading to things like issues marked as overdue too early or too late, or yesterday / tomorrow being displayed / selected where 'today' is intended. A test case illustrating the problem with Issue#overdue? is included Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@15379 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates copyright for 2016.Jean-Philippe Lang2016-03-134-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15238 e93f8b46-1217-0410-a6f0-8f06a7374b81
* pdf: use all lower cases for DejaVuSansMono (#19017)Toshi MARUYAMA2015-12-061-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14963 e93f8b46-1217-0410-a6f0-8f06a7374b81
* pdf: remove italic from DejaVuSansMono (#19017)Toshi MARUYAMA2015-12-061-0/+2
| | | | | | | | DejaVuSansMono Italic Arabic font has problem. Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@14960 e93f8b46-1217-0410-a6f0-8f06a7374b81
* pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont ↵Toshi MARUYAMA2015-12-061-2/+2
| | | | | | | | method (#19017) Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@14959 e93f8b46-1217-0410-a6f0-8f06a7374b81
* revert r14950 (#19017)Toshi MARUYAMA2015-12-061-2/+2
| | | | | | r14907 breaks Arabic italic pdf rendering. git-svn-id: http://svn.redmine.org/redmine/trunk@14951 e93f8b46-1217-0410-a6f0-8f06a7374b81
* pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont ↵Toshi MARUYAMA2015-12-061-2/+2
| | | | | | | | method (#19017) Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@14950 e93f8b46-1217-0410-a6f0-8f06a7374b81
* revert r14907 (#19017)Toshi MARUYAMA2015-12-041-2/+2
| | | | | | r14907 breaks Arabic italic pdf rendering. git-svn-id: http://svn.redmine.org/redmine/trunk@14911 e93f8b46-1217-0410-a6f0-8f06a7374b81
* pdf: use l(:general_pdf_monospaced_fontname) (#19017)Toshi MARUYAMA2015-12-041-1/+2
| | | | | | Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@14910 e93f8b46-1217-0410-a6f0-8f06a7374b81
* pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont ↵Toshi MARUYAMA2015-12-041-2/+2
| | | | | | | | method (#19017) Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@14907 e93f8b46-1217-0410-a6f0-8f06a7374b81
* pdf: fix Vietnamese Italic is not shown (#21328)Toshi MARUYAMA2015-11-251-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14888 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display totals if the PDF export (#1561).Jean-Philippe Lang2015-10-091-3/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14666 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add BOM to UTF-8 encoded CSV (#7037).Jean-Philippe Lang2015-06-131-1/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14303 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a class for handling CSV generation (#7037).Jean-Philippe Lang2015-06-131-0/+59
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14302 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change default display mode for PDF Export to OneColumn (#19546).Jean-Philippe Lang2015-06-061-0/+1
| | | | | | Patch by Marcel Müller. git-svn-id: http://svn.redmine.org/redmine/trunk@14299 e93f8b46-1217-0410-a6f0-8f06a7374b81
* pdf: remove styles by fontname instated of Arabic/Persian/Thai locale ↵Toshi MARUYAMA2015-02-081-2/+4
| | | | | | (#10681, #18586) git-svn-id: http://svn.redmine.org/redmine/trunk@13977 e93f8b46-1217-0410-a6f0-8f06a7374b81
* pdf: remove styles of Arabic/Persian Italic and Thai Bold (#10681, #18586)Toshi MARUYAMA2015-02-081-2/+7
| | | | | | Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@13976 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Render issue description and journal notes with #textilizable (#13051).Jean-Philippe Lang2015-01-251-4/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13946 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed an instance variable.Jean-Philippe Lang2015-01-251-3/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13945 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds support for macro and Redmine links in PDF export (#13051).Jean-Philippe Lang2015-01-253-563/+618
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13944 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13872 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use IssueRelation#to_s in PDF export.Jean-Philippe Lang2014-11-051-10/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13564 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-3/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* pdf: define "general_pdf_fontname" at i18n yaml for multilingual environment ↵Toshi MARUYAMA2014-10-201-23/+2
| | | | | | | | (#13781) Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@13458 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove general_pdf_encoding from lib/redmine/export/pdf.rb (#17570)Toshi MARUYAMA2014-08-281-15/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13359 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use rbpdf gem instead of bundled rfpdf (#17570)Toshi MARUYAMA2014-08-281-293/+210
| | | | | | Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/trunk@13358 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded trailing ';' from lib/redmine/export/pdf.rbToshi MARUYAMA2014-05-071-10/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13132 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace ActionView::Helpers::TextHelper#truncate by String#truncate ↵Toshi MARUYAMA2014-02-061-5/+3
| | | | | | at lib/redmine/export/pdf.rb git-svn-id: http://svn.redmine.org/redmine/trunk@12832 e93f8b46-1217-0410-a6f0-8f06a7374b81
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
| | | | | | Contributed by Daniel Felix. git-svn-id: http://svn.redmine.org/redmine/trunk@12736 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12400 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-4/+4
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12012 e93f8b46-1217-0410-a6f0-8f06a7374b81
* pdf: replace "id_width" parameter name to original "col_id_width" (#14178)Toshi MARUYAMA2013-06-041-2/+3
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11921 e93f8b46-1217-0410-a6f0-8f06a7374b81
* pdf: restore "id_width" parameter of issues_to_pdf_draw_borders (#14178)Toshi MARUYAMA2013-06-041-3/+5
| | | | | | Contributed by Massimo Rossello. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11920 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup (#13630).Etienne Massip2013-04-021-7/+6
| | | | | | Contributed by F Schroedter. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11694 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that issue list PDF export displays ID column twice (#13630).Etienne Massip2013-04-021-17/+14
| | | | | | Contributed by F Schroedter. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11693 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Strip {{toc}} tags in pdf exports (#9842).Jean-Philippe Lang2013-01-201-2/+8
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11227 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't use Iconv with ruby1.9 (#12787).Jean-Philippe Lang2013-01-121-3/+15
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11177 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
| | | | | | Patch by Daniel Felix. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11169 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that issues grouped by custom field is broken in PDF export (#12513).Jean-Philippe Lang2012-12-081-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10956 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-061-9/+22
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10948 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not show parents/subtasks subjects that are not visible.Jean-Philippe Lang2012-10-091-2/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10586 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-24/+21
| | | | | | Adds 2 new permissions for viewing/adding private comments to issues. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10547 e93f8b46-1217-0410-a6f0-8f06a7374b81
* File handling cleanup.Etienne Massip2012-07-111-2/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9973 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use 1.8.7 compatible @Pathname#to_s@ alias for @Pathname#to_path@.Etienne Massip2012-07-101-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9969 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set temporary path cache variable as a String back again so that TCPDF ↵Etienne Massip2012-07-101-1/+1
| | | | | | handles error messages fine. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9968 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to disable standard fields on a per tracker basis (#1091).Jean-Philippe Lang2012-07-051-50/+42
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9912 e93f8b46-1217-0410-a6f0-8f06a7374b81
* pdf: enhanced issues list (#10464)Toshi MARUYAMA2012-03-201-50/+161
| | | | | | | | | * Automatic calculation of the size of table columns depending on their content * Output table header on each page Contributed by Yuri Makarov. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9246 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white-spaces from lib/redmine/export/pdf.rbToshi MARUYAMA2012-03-191-3/+3
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9245 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed border around wiki pages in PDF.Jean-Philippe Lang2012-01-301-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8740 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix for ruby1.9.3.Jean-Philippe Lang2012-01-301-4/+14
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8739 e93f8b46-1217-0410-a6f0-8f06a7374b81