|
| Description: |
Hello,
The template templates/xwikivars.vm contains the list of spaces to blacklist so that simple users don't see them in $blacklistedSpaces but it seem that this feature doesn isn 't working anymore. A simple user can find the page with search suggest and Ctrl+G shortcut in root CustomSpace if pages of this space is not hidden.
{code} ## ====================================================================================== ## Compute list of spaces to blacklist so that simple users don't see them. ## TODO : replace this list by a hidden space feature. ## ====================================================================================== #if ($hasAdmin || $isAdvancedUser) #set ($blacklistedSpaces = []) #else #set ($blacklistedSpaces = ['Import', 'Panels', 'Scheduler', 'Stats', 'XAppClasses', 'XAppSheets', 'XAppTemplates', 'XWiki', 'WatchCode', 'WatchSheets', 'XApp', 'WatchAdmin', 'Watch', 'ColorThemes', 'AnnotationCode']) #end {code}
But anyway, since nested page maybe $blacklistedSpaces is not used anymore or maybe the "TODO : replace this list by a hidden space feature." must be replace by "Since xwiki xxx this list is replaced by hidden space feature."?
Thxs.
Pascal B |
|