Table of Contents
SneakyIndexFix Plugin
Compatible with DokuWiki
- 2022-07-31 "Igor" unknown
- 2020-07-29 "Hogfather" unknown
- 2018-04-22 "Greebo" yes
- 2017-02-19 "Frusterick Manners" yes
Installation
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Examples/Usage
Use this plugin if you have enabled sneaky_index in your configuration.
This plugin will show users the namespace path (e.g. in the sitemap and media manager) when they have read access for a deeper level.
Let's assue following structure:
- public
- info1
- hidden
- info2
- info3
- public
- info5
- info4
The user has AUTH_READ
for public
, AUTH_NONE
for public:hidden:*
and AUTH_READ
for public:hidden:info3:public:*
When sneaky_index
enabled and without this plugin the user will see only
- public
- info1
And with this plugin enabled:
- public
- info1
- hidden
- info3
- public
- info5
This plugin enables the user to use the sitemap and media manager.
But pay attention it will show namespace-names which may be confidential.
Development
Change Log
- Update README.md (2018-09-27 20:36)
- travis (2018-09-27 20:26)
- travis matrix (2018-09-27 20:23)
- switch back to splitbrain travis.sh (2018-09-27 20:09)
- add environments (2018-09-27 20:08)
- switch to splitbrain travis ci (2018-09-26 22:17)
- fix test (2018-09-26 22:09)
- add tests (2018-09-26 21:46)