| 905b6c22 | 29-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 1d0088a0 | 29-Jul-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
cleanup/refactor exportlink |
| 27ec7ad0 | 29-Jul-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use the new page resolver |
| 17e88313 | 29-Jul-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
cleanup/reformatting action.php |
| 8ff32d7b | 29-Jul-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
removing restarting of pagenumbering, fixes #393
Since mPDF version 7, the pagenumbering during pdf generation is improved significantly, so this workaround can be removed. |
| 82c5c926 | 24-Jun-2023 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 5bf5378a | 16-Jun-2023 |
G. Uitslag <klapinklapin@gmail.com> |
translation update |
| 9c1198fa | 13-Jun-2023 |
Olivier Humbert <trebmuh@tuxfamily.org> |
translation update |
| 4abc2321 | 29-May-2023 |
Daniel Dias Rodrigues <danieldiasr@gmail.com> |
translation update |
| d741b526 | 24-May-2023 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
| 46c4a1b3 | 05-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| a665c9b6 | 02-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 2d46a062 | 02-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
removed obsolete qrcodesize language string |
| fb347f35 | 02-May-2023 |
Andreas Gohr <andi@splitbrain.org> |
Use mpdf's own QR code generation instead #465
This drops the dependency of an external service in favor of MPDF's own barcode library. Sizes are configured somewhat differently there, so the settin
Use mpdf's own QR code generation instead #465
This drops the dependency of an external service in favor of MPDF's own barcode library. Sizes are configured somewhat differently there, so the setting has been renamed.
Obsolete language strings are removed in a follow-up commit
show more ...
|
| 979c9cf5 | 05-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
use language of the first exported document
This should be more sensible that relying on the current $ID |
| 22dc1803 | 27-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
Use document language to set hyphenation and CJK support
This uses the globally defined language or the language reported by the translation plugin. |
| e07ca40a | 20-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 8b11a0e6 | 20-Mar-2023 |
Chris75forumname <christianvoigt@posteo.de> |
Update action.php
Co-authored-by: Gerrit Uitslag <klapinklapin@gmail.com> |
| 0a11daba | 17-Mar-2023 |
Chris75forumname <christianvoigt@posteo.de> |
add replacement variable
add replacement variable @USERNAME@ to function load_template
for html templates as discussed in: https://forum.dokuwiki.org/d/20901/4 |
| 3d8f3881 | 01-Mar-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 312773e9 | 28-Feb-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 2784c58c | 28-Feb-2023 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Fix "Undefined array key" PHP warning with interwiki links
This fixes #474 that was happening when mPDF was attempting to parse interwiki link "img" tags. The "vertical-align" property should use "m
Fix "Undefined array key" PHP warning with interwiki links
This fixes #474 that was happening when mPDF was attempting to parse interwiki link "img" tags. The "vertical-align" property should use "middle" instead of "center", as "center" didn't exist as a value for this CSS property.
show more ...
|
| a247d449 | 28-Feb-2023 |
Gerrit <klapinklapin@gmail.com> |
translation update |
| 0833b7cd | 21-Feb-2023 |
Stephan Bauer <stephan_bauer@gmx.de> |
Avoid deprecation message
cache::__construct() is deprecated. It was called from action_plugin_dw2pdf::prepareCache() in /wiki/lib/plugins/dw2pdf/action.php:319 dokuwiki\Cache\Cache should be used i
Avoid deprecation message
cache::__construct() is deprecated. It was called from action_plugin_dw2pdf::prepareCache() in /wiki/lib/plugins/dw2pdf/action.php:319 dokuwiki\Cache\Cache should be used instead!
show more ...
|
| 92adbec7 | 21-Jan-2023 |
Minh <phandinhminh@protonmail.ch> |
translation update |