History log of /plugin/upgrade/.gitignore (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 ...


# 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