History log of /plugin/filelist/Output.php (Results 1 – 2 of 2)
Revision Date Author Comments
# 1eeb87d7 27-Feb-2024 Andreas Gohr <andi@splitbrain.org>

adjust tests

This could really use some more tests but this has to suffice for now.


# 28af4b67 27-Feb-2024 Andreas Gohr <andi@splitbrain.org>

Major Refactoring (will need some cleanup)

This refactors the plugin from one mega syntax file into multiple
classes.

The plugin now focuses on one usecase: listing files that are external
to the w

Major Refactoring (will need some cleanup)

This refactors the plugin from one mega syntax file into multiple
classes.

The plugin now focuses on one usecase: listing files that are external
to the wiki and making them downloadable. All other usecases have been
dropped. Also a bunch of other options have been dropped.

A new dispatcher makes it possible to deliver files without the need to
have the webserver pointing at them.

show more ...