xif-fr / dokuwiki-plugin-catlist

DokuWiki plugin to list pages and namespaces recursively in nested lists
https://www.dokuwiki.org/plugin:catlist
8 stars 15 forks source link

Problem with listing #6

Closed Stegadons closed 6 years ago

Stegadons commented 6 years ago

catlist doesn't list pages in namespace.

Example: Index - outside, inside Let's say user has read permission on index pages for ns1 and ns2, and delete permission on namespace ns1: and ns2: Wiki start page lists all available namespaces <catlist -noAddPageButton -noHead -maxDepth:2>

Output: ns1 ns2

ns1 and ns2 links to their respective outside index Index should list all pages and subnamespaces in ns <catlist ns1: -addPageButtonEach -noHead >, but for this user index is empty. It is possible to create new pages by using "Add a page..." button, but neither new or already existing pages are listed. When viewing with admin user (has delete permission on *) all lists are fine.

xif-fr commented 6 years ago

Well, I'm not sure I understood precisely the problem, but it shouldn't do this. Do you have a working example on a wiki ?

Stegadons commented 6 years ago

I sent details to example in e-mail.

xif-fr commented 6 years ago

Did you received my e-mail back ?

Stegadons commented 6 years ago

Sorry for the long delay. Replied.

xif-fr commented 6 years ago

Fixed by commit #5f1a594