Mercurial > moin > 1.9
changeset 1773:2aa24ec3fa05
multiconfig:page_group_regex changed to fit to description u'[a-z0-9,A-Z]Group$'
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Wed, 14 Feb 2007 23:13:27 +0100 |
parents | 8e4fb1814617 |
children | b57dacec0ce3 |
files | MoinMoin/config/multiconfig.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Fri Feb 09 20:32:15 2007 +0100 +++ b/MoinMoin/config/multiconfig.py Wed Feb 14 23:13:27 2007 +0100 @@ -344,7 +344,7 @@ page_local_spelling_words = u'LocalSpellingWords' page_category_regex = u'^Category[A-Z]' page_dict_regex = u'[a-z0-9]Dict$' - page_group_regex = u'[a-z0-9]Group$' + page_group_regex = u'[a-z0-9,A-Z]Group$' page_template_regex = u'[a-z0-9]Template$' page_license_enabled = False