| eb7e2fbe | 16-Jan-2012 |
Johannes Fürwentsches <johannes@fuerwentsches.de> |
Change URL retrival and moving to Google Chart API. |
| d9ff9cfa | 16-Jan-2012 |
Johannes Fürwentsches <johannes@fuerwentsches.de> |
Added QR Code support:
This change generates a QR Code for the URL that is exported to pdf. As QR Codes normally only make sense on printed documents I decided to add it directly to the PDF. To get
Added QR Code support:
This change generates a QR Code for the URL that is exported to pdf. As QR Codes normally only make sense on printed documents I decided to add it directly to the PDF. To get the QR Code in the PDF you can use the @QRCODE@ replacement pattern within the desired template.
show more ...
|
| df59f400 | 11-Jan-2012 |
Andreas Gohr <gohr@cosmocode.de> |
make cache dependent on config file ages |
| d6d6a96b | 11-Jan-2012 |
Andreas Gohr <gohr@cosmocode.de> |
some padding for pre texts |
| ccdd3126 | 11-Jan-2012 |
Andreas Gohr <gohr@cosmocode.de> |
fix email links (PDF dosn't like obfuscation) |
| ab08fc86 | 11-Jan-2012 |
Andreas Gohr <gohr@cosmocode.de> |
SECURITY FIX: removed mpdf example scripts and added .htaccess
The mpdf library used in this plugin has a vulnerability in one of the example scripts: http://www.mpdf1.com/mpdf/forum/comments.php?Di
SECURITY FIX: removed mpdf example scripts and added .htaccess
The mpdf library used in this plugin has a vulnerability in one of the example scripts: http://www.mpdf1.com/mpdf/forum/comments.php?DiscussionID=781
This patch removes the whole example directory as it isn't needed anyway. It also adds a .htaccess file to deny access to the library folder from the web.
show more ...
|
| 16ce23ac | 06-Jan-2012 |
Carles Muñoz Gorriz <carlesmu@internautas.org> |
Added catalan translation. |
| 28cf4e68 | 22-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
upped version number |
| f54b51f7 | 22-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
added option to use style.css for plugins
This makes it easy to incorporate styles from plugins that don't provide any print.css or even a pdf.css and makes PDF generation automatically compatible w
added option to use style.css for plugins
This makes it easy to incorporate styles from plugins that don't provide any print.css or even a pdf.css and makes PDF generation automatically compatible with many simpler sysntax plugins.
show more ...
|
| b853b723 | 22-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
avoid browser caching |
| 9e6e41f4 | 22-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
mdpf doesn't allow special header/footer on last page
See http://www.mpdf1.com/mpdf/forum/comments.php?DiscussionID=767 for a discussion why. |
| 58e6409e | 22-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
load print.css only when no pdf.css is available |
| 1c14c879 | 21-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
load plugin styles
Now plugins style files (all.css, print.css, pdf.css) are used in PDFs |
| 4818b4cf | 19-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
fix blockquote styling |
| daa70883 | 19-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
automatically handle larger headers/footers |
| eee88cbe | 15-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
make cache template dependent |
| 5d6fbaea | 15-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
added place holders to reference images or other files |
| d01d2a42 | 15-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
made template to use configurable |
| 56d13144 | 15-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
centralized title handling |
| 2eedf77d | 15-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
first step at moving all header/foote configs to templates |
| 87c86dda | 15-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
cache generated PDFs by default |
| 9eb4c81f | 14-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
use interwiki link icons in PDF |
| 83dae0db | 14-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
use some default styles, enables syntax highlighting |
| 551dd41e | 14-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
drop acronyms from PDFs |
| 7640b4fd | 13-Dec-2011 |
Andreas Gohr <gohr@cosmocode.de> |
fix table alignments and code backgrounds |