Actions
Patch #30026
openmacros and textile at pdf export in custom field
Status:
New
Priority:
Normal
Assignee:
-
Category:
PDF export
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Redmine in version 3.4.6 don't fully support textile and macros in pdf export/print when custom fields be used formatted text.
I did some changes in the issue_pdf_helper.rb to do that.
Files
Updated by Dirk Rudolph almost 6 years ago
Updated by Dirk Rudolph almost 6 years ago
- File issues_pdf_helper-redmine-3.4.6_2sec_version.rb issues_pdf_helper-redmine-3.4.6_2sec_version.rb added
little optimizations
Updated by Go MAEDA almost 6 years ago
- File table-breaks-layout.pdf table-breaks-layout.pdf added
Thank you for the patch. But I noticed the following points:
- The values should be textilized only when the
text_formatting
attribute for the custom field istrue
. The patch always textilizes the value - Inserting a table breaks the layout. Please see the attached pdf (table-breaks-layout.pdf). Blank lines are inserted after the table
Updated by Dirk Rudolph almost 6 years ago
Go MAEDA wrote:
- The values should be textilized only when the
text_formatting
attribute for the custom field istrue
. The patch always textilizes the value
No, the used function show_value() seems to check that. I tried out.
- Inserting a table breaks the layout. Please see the attached pdf (table-breaks-layout.pdf). Blank lines are inserted after the table
Yes is true. The table cell becomes bigger because the height is calculated over html code in the backround. I think it's better to have a big cell and the content fits into, instead a cell that's to small. But I will trie to optimize.
Updated by Dirk Rudolph almost 6 years ago
- File issues_pdf_helper.rb-redmine-3.4.6_3rd.patch issues_pdf_helper.rb-redmine-3.4.6_3rd.patch added
Some optimizations for the layout.
For the cell height calculation, some html-strings will remove.
Updated by Dirk Rudolph almost 6 years ago
- File issues_pdf_helper.rb-redmine-3.4.6_4th.patch issues_pdf_helper.rb-redmine-3.4.6_4th.patch added
Further optimizations for issues list ...
Updated by Go MAEDA over 5 years ago
- Target version set to Candidate for next major release
Actions