History log of /plugin/dw2pdf/DokuPDF.class.php (Results 1 – 25 of 36)
Revision Date Author Comments
# f4acdfe7 15-Sep-2023 Gerrit Uitslag <klapinklapin@gmail.com>

phpdocs


# 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


# 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.


# 567a93d0 08-Oct-2022 Gerrit Uitslag <klapinklapin@gmail.com>

use the rtl direction setting of the global language, fixes #451


# 5d71cf21 08-Oct-2022 Gerrit Uitslag <klapinklapin@gmail.com>

wrong default fontsize var of mpdf was used, fixes #460


# 32ff69b6 22-Jul-2021 Andreas Gohr <andi@splitbrain.org>

refactor the test classes

Note: the ImageProcessor test is currently broken (but was before).


# 2bf2edef 23-Nov-2017 Gerrit Uitslag <klapinklapin@gmail.com>

PHPDocs


# 98a938f1 23-Nov-2017 Gerrit Uitslag <klapinklapin@gmail.com>

Remove removed _MPDF_TTFONTDATAPATH variable, use new tempDir config var


# 0576bb86 08-Aug-2017 Michael Große <grosse@cosmocode.de>

Fix missing images by injecting ImageProcessor Decoratror

This implements the changes in mpdf/mpdf#460

This should fix #287 and should fix #286


# f8f1ee5a 13-Jun-2017 Andreas Gohr <gohr@cosmocode.de>

Merge branch 'master' into mpdf-devel

* master:
Hide pdf-export-link in pdf
translation update
translation update
Make global
Change order to load CSS
Change order to load CSS
transla

Merge branch 'master' into mpdf-devel

* master:
Hide pdf-export-link in pdf
translation update
translation update
Make global
Change order to load CSS
Change order to load CSS
translation update
translation update
translation update
Update action.php
add new option to cachekey
remove debug statements
When debugging always generate new pdf in stead of skipping to the cache
Implemented config option for setting the font size.
disable php time limit on pdf generation
whitespace in message
Check acl, continues export with book_skipforbiddenpages=1 is set

show more ...


# 4870b378 04-Mar-2017 LarsDW223 <lars_paulsen@web.de>

Implemented config option for setting the font size.


# 0119ca25 28-Feb-2017 Andreas Gohr <gohr@cosmocode.de>

This is a quick an dirty switch to the current MPDF devel version

This makes the plugin working on PHP 7.1 again, however I did not look
deeply in how much the API changed and just tried to quickly

This is a quick an dirty switch to the current MPDF devel version

This makes the plugin working on PHP 7.1 again, however I did not look
deeply in how much the API changed and just tried to quickly make the
whole thing work again.

I opted for a composer based install of the library to have the proper
dependencies installed. I also checked in the result to have the plugin
easily install via the extension manager.

show more ...


# de172c86 04-Feb-2016 Anael Mobilia <AnaelMobilia@users.noreply.github.com>

Adjust method signatures to match parent


# f706fbc4 28-May-2015 LarsDW223 <lars_paulsen@web.de>

Deleted comments explaining the adjustments for mpdf6.0:
- '$mpdf->useOddEven', former duplicate of mirrorMargins is not longer available since mpdf6.0
- '$this->SetAutoFont(AUTOFONT_ALL);' is not lo

Deleted comments explaining the adjustments for mpdf6.0:
- '$mpdf->useOddEven', former duplicate of mirrorMargins is not longer available since mpdf6.0
- '$this->SetAutoFont(AUTOFONT_ALL);' is not longer supported with mpdf6.0 and has been replaced according
to example code taken from mpdf/examples/example29_multilingual_autofont.php
(the folder 'examples' is not included in the dw2pdf/mpdf sources)

show more ...


# c00b769a 22-May-2015 LarsDW223 <lars_paulsen@web.de>

Adjustments for mpdf6.0. These are pure adjustments for mpdf6.0, no bugfixes or features of their own.


# acf3824d 15-Dec-2014 Gerrit Uitslag <klapinklapin@gmail.com>

use dokuwiki equivalents of functions


# c1acf1fe 17-Jul-2014 Gerrit Uitslag <klapinklapin@gmail.com>

include conf var, change MPDF temp path defines

to default dokuwiki locations


# ca0441e7 17-Jul-2014 Gerrit Uitslag <klapinklapin@gmail.com>

PHPDocs, undefined vars, unused var


# 5bd9be9c 17-Jul-2014 Gerrit Uitslag <klapinklapin@gmail.com>

change mode for some Asian languages


# 6ea88a05 25-Jun-2014 Andreas Gohr <gohr@cosmocode.de>

allow paper size and format setting. fixes #98

This adds two new configs for setting the default papersize and orientation.
Those values can also be overwritten from request parameters.


# 2585efdf 16-Jul-2013 Klap-in <klapinklapin@gmail.com>

minor tweaks of DokuPDF class


# 1c9fae9e 19-May-2012 Andreas Gohr <andi@splitbrain.org>

Create and remove temp dir. fixes #24, maybe #25


# 7a5bffac 11-May-2012 Andreas Gohr <andi@splitbrain.org>

fixed bad random call introduced yesterday. fixes #24


12