Phy
Phy
> include sidebars that are directly within a page's namespace I don't think in DokuWiki, a page and a namespace with the same name is considered to have any relations...
@takuy Thanks for pointing that out! First of all I have to admit that I haven't actually maintained a DokuWiki instance for a long time... Those feature you mentioned are...
Without this PR the tests will always fail now, in 2019. I don't quite remember why I mixed a lot of other non-essential bugfix into this PR, but please review...
There's an issue after applying this patch: with `$conf['plugin']['publish']['hide drafts'] = 1;$conf['plugin']['publish']['author groups'] = 'admin';`, when a user out of author groups with edit permission looks at a page with...
Please see #119 and #126.
Just a hint, you can try setting `allowdebug` = true in the site-wide config and use `?do=debug` to show page info to diagnose this. EDIT: Sorry but this is WRONG....
@Anonymousdog I am able to reproduce your issue (with notFound pages, author_groups, hide_drafts on). It occurs because with `author groups` on, only user within the groups can see the page...
I tried to write some unit tests and didn't find any related issue. If you still have issue on this, can you check "author groups" config? If you have set...
@Anonymousdog Opps, you can try changing `$conf['plugin']['publish']['author groups'] = '@Managers';` to `$conf['plugin']['publish']['author groups'] = 'Managers';`. Just remove the `@`.
Then that's weird. I don't see any error in your debug info. Maybe you should check all plugins and their versions?