dokufreaks / plugin-filelist

The filelist plugin provides a syntax for adding linked and sorted lists of files as selected by wildcard based glob patterns to a wiki page and thus allows dynamically including file listings of arbitrary filesystem locations and media namespaces.
https://www.dokuwiki.org/plugin:filelist
GNU General Public License v2.0
13 stars 9 forks source link

recursive=1 results in an empty page #45

Closed grischahaag closed 4 months ago

grischahaag commented 7 months ago

The recursive option no longer works for us. This is probably the case since the last update of the filelist plugin.

{{filelist>:path:*&style=olist&recursive=1&sort=name&order=desc}}

gives an empty page.

{{filelist>:path:*&style=olist&sort=name&order=desc}}

and

{{filelist>:path:*&style=olist&recursive=0&sort=name&order=desc}}

gives the expected output.

splitbrain commented 4 months ago

Namespace listings are no longer supported.