Downloads
Download tar.gz
76.86 KB
MD5: a0bcdc64e3d5382362505fe66dda1eb0
SHA-1: d99ada2b5e8ce13a24323064b8cebd107aeb3d24
SHA-256: 21206fb6d9802f8f01421fac25c12e1e6761344aa14c791c21f26c688b9a2baf
Download zip
91 KB
MD5: c9d739b099d59782d6cfe0e46110271b
SHA-1: b720d69ffe5b306ee671ee32ea07dce64db2e824
SHA-256: 4b0626dfc021388029112b79f2a21b62b930fb4df903e6b92eab55317201bc96
Release notes
Changes since 6.x-1.14:
- Properly escape input URL.
- Remove status report error for older versions of TCPDF (5.9.001<5.9.012).
- #1351412: Use 'Send by email' instead of 'Send to friend' and use recommended 'email' spelling instead of 'e-mail'.
- #1320770: fix incompatibility with the Mail System module.
- #1413906: Fix pdf error redirect in print_pdf_controller().
- #1416790 by Irin: remove notices in hook_node_update() functions.
- #1475092: remove undefined $node->print_display notices.
- #1410262: remove unnecessary call to t() when using print_mail for non-node pages.
- #1379448: new print_mail permission: send unlimited e-mails
- Update PDF libs download links.
- #1423056 by ptaff: add configuration setting to include theme CSS files.
- #1394364 by brad.bulger: use DOMPDF_FONT_CACHE when checking if dompdf's fonts folder is writable.
- #1387868: don't display unpublished nodes on the most printed/pdf/emailed blocks.
- #1399636 by benys: fix already sent headers error message
- #883810: wrap the call to wkhtmltopdf in double quotes to avoid problems with spaces in the path.
- #1269594: explain better what system pages are.
- #1313754: make relative links work in PDF.
- #675010 by pluess: rules action to send an e-nail of a configured node.
- #1299150 by pluess: rules action to send an e-nail of a configured node.
- #1299150 by lliss: View integration for the most emailed counter.
- #461786 by NancyDru, batigolix: Mollom support.
- #1310062: fix warning during submission of custom CSS file.
- #907166: Improve the performance of the 6007 updates.
- #1281678: move the _print_*_set_node_fields() functions to the print_*_nodeapi(load) section.
- #1281678: allow a node-specific print template in the format print[_html|_mail|_pdf][.node-node-type[-nid]].tpl.php.
- #1280728: use the referring page when accessing printmail with no arguments.
- #1222198: fix error when node->path is an array.
- #1301134: make send by email use the field display settings.
- #1277792: clarify in INSTALL.txt that compiling wkhtmltopdf may require a running X server.
- #1277792: escape UTF-8 names when sending e-mails.
- #1275098: add footer scripts to the print template.
- #1273514: translate non-node titles in mail details form
- #1258536 by zany, jcnventura: Drush support for downloading of PDF libraries.
- #1253800: set WYSIWYG to false in all textareas.
- #1258536 by logaritmisk: set node-type fields to default when not set.