History log of /plugin/dw2pdf/src/Styles.php (Results 1 – 4 of 4)
Revision Date Author Comments
# f2000117 27-Nov-2025 Andreas Gohr <gohr@cosmocode.de>

make PdfExportService reusable in debug mode

This refactors the service so that tests can easily access the produced
debug HTML


# 5340eaff 26-Nov-2025 Andreas Gohr <gohr@cosmocode.de>

rector and codesnifffer fixes


# 081fc334 17-Nov-2025 Andreas Gohr <gohr@cosmocode.de>

Handle styles

We now have a Styles class that takes care of loading the styles from
plugins etc.


# c5c184fd 17-Nov-2025 Andreas Gohr <gohr@cosmocode.de>

first start at refactoring

We now have a few classes that separate the concerns

DokuPDF - inherits from mPDF and doesn't do much anymore except for a
few internal defaults and overwrite

first start at refactoring

We now have a few classes that separate the concerns

DokuPDF - inherits from mPDF and doesn't do much anymore except for a
few internal defaults and overwrites
Config - encapsulate the configuration (file and input vars) and created
an mpdf config array
Template - handles loading the template files and applies placeholders
Writer - composites the above classed and gives access to write
operations

show more ...