Downloads

Download print-6.x-1.14.tar.gztar.gz 72.14 KB
MD5: 2adddf55357ab83039c5b726364ec9b1
SHA-1: f8b365cb0006dd4df04ec89c9de743903471bc3b
SHA-256: 46e17d395546e3cdcd3a3a74af2df916dd26b99bb98fe5ff277cb727f4f68fd8
Download print-6.x-1.14.zipzip 85.66 KB
MD5: e6cacdb3acb7ffed402f555ae841a46e
SHA-1: ec823983bf0ddefa7eccce955fbf4d0f1693e0c7
SHA-256: a6c36e921eec93f0b808387ba0544b4e23d501b5578227f165e5d35d022dbe26

Release notes

Sorry for the 6.x-1.13 release.. Then again, with such a minor number :). This release fixes a minor, but annoying bug in the database update function.

After some time necessary to finish porting the module to Drupal 7, I'm happy to release a new stable version of the print module. This is mainly a bug-fix release, but it does provide two new configuration options:
- PDF generation: image access via the local filesystem. This used to be on all the time, but it is incompatible with imagecache.. The default setting is now off.. If your webserver is unable to access itself, you may need to turn this on again.
- URL list in system pages. This used to be impossible to disable without disabling also in content pages.. It's now off by default.

There's also a new API for generating PDF's from your code.

Thanks for using the module, and reporting issues and providing patches.

Changes since 6.x-1.12:

  • #1251222: remove fatal error when checking TCPDF version having an older version installed.
  • #1251164: remove undefined constant warning in admin pages when TCPDF is selected.
  • #1251222: remove PHP warnings in update_6008.
  • #1062634: correct order of operations in the preprocess functions.
  • #1151176 by Shawn_Smiley: fix undefined offset in _print_pdf_wkhtmltopdf_version().
  • #881802: URL list in system pages is now configurable (default off).
  • #1158678: PDF image access via the local system is now configurable (default off).
  • #1235842: remove undefined node variable warnings in PDF generation.
  • #1062634: call also the page-level preprocess functions.
  • #1151774: remove option to select e-mail sending format.
  • #1062634 by michaelfavia: call all defined preprocess functions.
  • #1153606: TCPDF cache and images directories should be write-enabled.
  • #1191596: don't display links block when the user can't access the node.
  • #1044138: fix missing base URL.
  • #1044138: fix PDF filename token replacement.
  • Fix problem with backport from D7 of #1183460.
  • #1049168: fix access denied when using URL alias with Send to Friend
  • #1183460: PDF_PRODUCER no longer available in new versions of TCPDF.
  • #1188232: remove deprecated call to AliasNbPages() in TCPDF.
  • #1196588: use ctype_digit to check if a given string is a number.
  • #1115286: Add #id to sent page title element for WCAG compliance.
  • #913692: mail submission form page title is now configurable
  • #1047718: add id tag to clear button in mail submission form
  • #903072 by Kasper Souren: prevent TCPDF header site name from displaying html entities
  • #1044138: provide an API to generate PDFs from other modules
  • #1081708: fix syntax error, unexpected
  • #1046420: fix TCPDF footer
  • #1061636: correct the earlier fix for the case of printmail/nid paths
  • #1049892 by ogi: add missing > in ->setFontSubsetting
  • #933280: increase wkhtml options to 500 chars
  • #938838: move checkbox settings lower
  • #938838 by pillarsdotnet: disable TCPDF font subsetting by default
  • #978430 by shadysamir: use format_plural in mail threshold message
  • #891116 by NaX: if configured, don't display url lists in system pages
  • #1006660 by catch: cache print_*_node_conf query results to avoid repetition
  • #1033238 by stella: use textareas for the mail custom strings
  • #880400 by roderik: use the libraries API module if available
  • #1061636: fix access check to printmail form for numeric aliases
  • #703296: on Cancel, Drupal shouldn't complain about required fields
  • Remove duplicate Author / Creation info now that the node.tpl.php is used
  • Fix #889300: remove unnecessary extra display of node taxonomies
Created by: jcnventura
Created on: 18 Aug 2011 at 19:09 UTC
Last updated: 1 Aug 2018 at 22:49 UTC
Bug fixes
Insecure

Other releases