History log of /plugin/dw2pdf/src/AbstractCollector.php (Results 1 – 5 of 5)
Revision Date Author Comments
# 40a07da2 20-Jul-2026 Andreas Gohr <gohr@cosmocode.de>

skip forbidden pages and distinguish them from empty selections

Collected pages the user may not read are dropped from the export and remembered
separately, so a selection where every page is forbid

skip forbidden pages and distinguish them from empty selections

Collected pages the user may not read are dropped from the export and remembered
separately, so a selection where every page is forbidden can be told apart from
one where nothing was selected and reports "no read access" instead of "nothing
selected". The forbidden message no longer lists the page ids or references the
removed 'Skip Forbidden Pages' option; its outdated translations are dropped so
they get re-translated.

show more ...


# 32d393ae 26-Nov-2025 Andreas Gohr <gohr@cosmocode.de>

have collectors check for page existance


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

extract $INPUT dependencies out of Collector classes

This should make tests and a future command line interface easier to
implement.


# 293d84e6 24-Nov-2025 Andreas Gohr <gohr@cosmocode.de>

more refactoring

The basic handling of page collecting, caching and rendering is now
defined.

There is still some ugly dependency in the renderer and the
ImageProcessor loading is not reimplemented

more refactoring

The basic handling of page collecting, caching and rendering is now
defined.

There is still some ugly dependency in the renderer and the
ImageProcessor loading is not reimplemented yet.

After the above a first attempt to actually run the code can be made.

show more ...


# 2bef96e6 20-Nov-2025 Andreas Gohr <gohr@cosmocode.de>

move page collecting into separate classes