Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
77.17 KB
MD5: cb3892edeba89bbdf25a0429b818be8e
SHA-1: 20dcb3dc0b4e7dabefeba3d533eeaa3a2122410e
SHA-256: 43f55e1c509f51ce9c76223f66031c95588c51550d9fedb1fe3fb6926fa8bb39
Download zip
92.52 KB
MD5: d6095d426c00afd8a9f88f08164a2ed1
SHA-1: 3a4092f44c25bf1f6afd7741e9ff85be4cca98ee
SHA-256: 66aa196468df734d1e0801e86b67c2076eaebcfe6ee99db3f461579ef4f5af0d
Release notes
Changes since 7.x-1.0:
- Check if language_negotiation_get_any() exists before using it.
- Update the language prefix handling in the local file access routine to D7.
- #684178: support node/add/{nodetype} and similar paths.
- #1587660: remove non-object access error in print*_link_allowed().
- #728176: convert URLs to absolute in the sent email.
- #1335706 by rhys: apply UTF-8 charset when using the Mail_mime class.
- #1579954 by jorisdejong: Add drupal_alter for PDF filename.
- #1529368: replace spaces with %20 in dompdf image URLs.
- #1299150: Views integration for all fields in the module tables.
- #1579870: wait for document to be fully loaded before asking the browser to print the page.
- #1579176: fix rewrite of empty URL.
- #1322222 by oadaeh: fix url parameter encode when parameters include arrays.
- #1542056 by lklimek: handle rewrite of urls starting with //host, prepending the protocol.
- Fix minor issues with individual comment links
- #1533312: fix problem with PF versions when using custom page templates.
- #1543004: try to use site tokens for system pages.
- #1372180: add warning in status report for incompatible mailsystem settings.
- #1545466: prevent illegal choice error when pdf library is (re)moved.
- Use new D7 system queue
- Add position setting for the block link. Fix the individual comment printing and links.
- Remove contextual links from the print view, instead of hiding them.
- When there's no alias defined, link to print*/nid and not print*/node/nid (part 2).
- #1521238: remove warning when comment printing is enabled, for node types that don't have comments on.
- Fix undefined offset warning in theme_print_pdf_tcpdf_header().
- #1520556 by pirog: correct typo in TCPDF non-writable dir warning.
- #1394364: only issue non-writable dir warning if PDF auto-config is enabled.
- Coder tough love fixes
- Move update function to print_mail module.