m...@heavy.ch escribió:
> Hi there
>
> Between 1.5 and 1.7 the regex for page_group_regex, page_group_regex,
> etc.. changed you should read the docs/ in your moinmoin download
> carefully or take a look at http://moinmo.in/HelpOnConfiguration#pages
> and check if your wikiconfig.py looks like th
another point...
Miguel Da Silva - URI schrieb:
> acl_rights_before = (u"MiguelDaSilva:read,write,revert,delete,admin")
don't use brackets around just write acl_rights_before =
u"MiguelDaSilva:read,write,revert,delete,admin"
bye
Marcel
--
Hi there
Between 1.5 and 1.7 the regex for page_group_regex, page_group_regex,
etc.. changed you should read the docs/ in your moinmoin download
carefully or take a look at http://moinmo.in/HelpOnConfiguration#pages
and check if your wikiconfig.py looks like this:
page_category_regex = ur'(?
Dear users, I'm having problems when trying to get my wikis working
again. The problems rise up when setting up ACL and groups. It follows
the way I'm setting up ACL's:
acl_enabled = 1
acl_rights_before = (u"MiguelDaSilva:read,write,revert,delete,admin")
acl_rights_default = u"All:read"
acl_rig