History log of /plugin/upgrade/legacy.php (Results 1 – 3 of 3)
Revision Date Author Comments
# ab8e5256 09-Dec-2025 Andreas Gohr <gohr@cosmocode.de>

Use custom vendor dir

The plugin provides its own versions of libraries normally included in
DokuWiki but that might be missing in old installs. Since modern
DokuWiki installs will autoload from plu

Use custom vendor dir

The plugin provides its own versions of libraries normally included in
DokuWiki but that might be missing in old installs. Since modern
DokuWiki installs will autoload from plugin vendor dirs, DokuWiki might
have used the libs from this plugin instead of the bundled ones. This is
usually not a problem but there might be version differences...

This patch renames the vendor directory, hiding it from DokuWiki's
autoloading.

show more ...


# 8dab6045 06-Feb-2024 Andreas Gohr <andi@splitbrain.org>

some code style cleanups


# fc9fd1da 11-Apr-2023 Andreas Gohr <andi@splitbrain.org>

run full upgrades via command line as a test