History log of /plugin/upgrade/cli.php (Results 1 – 6 of 6)
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


# 601d513f 12-Apr-2023 Andreas Gohr <andi@splitbrain.org>

small text adjustments


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

run full upgrades via command line as a test


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

provide our own CLI classes for old wikis

The CLI now can be used without the cli framework in place


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

refactor to add CLI