| #
de88766a |
| 25-Nov-2023 |
Klap-in <Klap-in@users.noreply.github.com> |
Automatic code style fixes
|
| #
c4c95814 |
| 25-Oct-2023 |
Klap-in <Klap-in@users.noreply.github.com> |
Automatic code style fixes
|
| #
facf2f2c |
| 15-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
cleanup css loading
|
| #
d97a751e |
| 15-Sep-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
require autoload in action.php
load before DokuPDF/mPdf are used.
|
| #
852931da |
| 13-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
rector and php sniffer cleanups
|
| #
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.
|
| #
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
|
| #
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
|
| #
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 ...
|
| #
2dc231c0 |
| 08-Oct-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge pull request #410 from vincowl/numbered_headers
Allow headings numbering
|
| #
8c25a9b9 |
| 08-Oct-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
in namespace export, namespaces can be excluded with &excludesns[]=<ns>
Fixes #449
Assumes full namespace id, without any ':' before or after
(note: the &exludes[]=<pageid> can only filter full pa
in namespace export, namespaces can be excluded with &excludesns[]=<ns>
Fixes #449
Assumes full namespace id, without any ':' before or after
(note: the &exludes[]=<pageid> can only filter full pageids)
show more ...
|
| #
21a55743 |
| 05-Oct-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix some PHP 8 warnings
Should fix #459
|
| #
8b8ac6ec |
| 22-Jul-2021 |
Andreas Gohr <andi@splitbrain.org> |
allow templates to define their own PDF styles
|
| #
6a7f9d6c |
| 07-Feb-2021 |
Gerrit Uitslag <klapinklapin@gmail.com> |
typo
|
| #
2a127a1d |
| 31-Jan-2021 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Use exception for easier error handling, add export saved selections
- saved selections can be stored with the bookmanager of bookcreator plugin - export a saved seleciton by `?do=export_pdfbook&sav
Use exception for easier error handling, add export saved selections
- saved selections can be stored with the bookmanager of bookcreator plugin - export a saved seleciton by `?do=export_pdfbook&savedselection=fancy_recepts_lijst`
show more ...
|
| #
d0f0c534 |
| 23-Jan-2021 |
Gerrit Uitslag <klapinklapin@gmail.com> |
put template conf value back, for older doku versions. Fixes #421
|
| #
7c79bc79 |
| 16-Jan-2021 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update to json_decode, further some phpdocs
|
| #
075a2903 |
| 12-Nov-2020 |
JeremyOWO <45859826+JeremyOWO@users.noreply.github.com> |
Update action.php
Change to works with all sending method of selection
|
| #
2f02a434 |
| 21-Aug-2020 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge pull request #380 from Nicolas-Git-13/master
Update action.php to add watermark option
|
| #
ce8af5d0 |
| 20-Aug-2020 |
Hativ <12894547+Hativ@users.noreply.github.com> |
Use page name if no page title exists (#355)
|
| #
9c76f78d |
| 15-Aug-2020 |
Vincent GIRARD <vincent@heliosphere.fr> |
Allow headings numbering
|
| #
41e5d4e2 |
| 11-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
no longer differentiate between natural and pageorder sorting
There is no reason not to always sort naturally.
|