Hello,

Dnia Wed, Oct 29, 2008 at 12:30:17PM +0000, [EMAIL PROTECTED] napisaƂ(a):
> Since I migrated from 1.5.1 to 1.7 my two groups
> 
> AutoAdminGroup
> TrustedGroup
> 
> stopped working. That is how my acl looks like:
> 
You have to change wikiconfig.py to:
   # You must use Unicode strings here [Unicode]
   page_category_regex = ur'(?P<all>Category(?P<key>\S+))'
   page_dict_regex = ur'(?P<all>(?P<key>\S+)Dict)'
   page_group_regex = ur'(?P<all>(?P<key>\S+)Group)'
   page_template_regex =
   ur'(?P<all>(?P<key>\S+)Template)'

And groups will work as earlier.

Greetings,
-- 
/~\ The ASCII                  Krzysztof Stryjek
\ / Ribbon Campaign            wtp (at) wtp3.org
 X  Against HTML           http://fw.wtp3.org/~wtp/
/ \ Email!               GG: 3608113 JID:[EMAIL PROTECTED]

A national debt, if it is not excessive,
will be to us a national blessing.
                -- Alexander Hamilton

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to