On Tue, Jan 20, 2009 at 11:33 AM, Jean-Vincent Drean <jv(a)xwiki.com> wrote:
Hi devs,
3/ Add a $blacklistedSpaces list in xwikivars.vm. Rationale: avoid
duplicates; this list is already present in some panels and pages
since it is a common need.
Proposal:
#set($blacklistedSpaces = ["Import", "Panels", "Scheduler",
"Stats",
"XAppClasses", "XAppSheets", "XAppTemplates",
"XWiki"])
Here's my +1
Addendum: the best way to achieve this would be to implement the
notion of hidden space in XWiki (for example with a boolean prop
'hidden' in the XWiki.XWikiPreferences class), this proposal is a
minor improvement to our current way of doing it.