= Description =
## Please read this page. Lines prefixed with ## such as this one are comments,
## you can remove them (except for those after the "Plan" section.)
## Please follow the instructions given in those comments and the text.
## After creating the bug page, please subscribe to it! We may have questions
## that only you can answer, and if you get email when your bug changes it'll
## be much faster to get it fixed since you can answer the questions!
There are no chooseable templates when I create a new page. The list with the templates is empty. Is this beacouse of the page_template_regex???
<
>
This is my wikiconfig (I've taken all the irrelevant things out):
{{{
language_default = 'de'
page_category_regex = u'^Category([A-Z].*)'
page_dict_regex = u'[a-z]Dict$'
page_form_regex = u'[a-z]Form$'
page_group_regex = u'[a-z]Group$'
page_template_regex = u'[a-z]Template$'
surge_action_limits = None
show_hosts = 1
}}}
== Steps to reproduce ==
## Describe the steps needed to reproduce the bug. If we can't reproduce it, we probably can't fix it.
1. I've updatet my wiki to version 1.8.0
== Example ==
##Add URL that show the bug, screenshot or test wiki markup that fail...
##URL:
{{attachment:screenshot.jpg}}
##{{{
##Example wiki markup that fail
##}}}
== Component selection ==
## Where you think is this bug happening ? (general, plugin [plugin name], theme [theme name], ...
* general
== Details ==
## If you got a traceback, please save the traceback page as html and attach here:
## [[attachment:traceback.html]]
## if the bug is in this wiki, just kill the table and write: This Wiki.
## If a traceback is not available, please fill in the details here:
|| '''!MoinMoin Version''' || 1.8.0||
|| '''OS and Version''' || Windows Server 2000||
|| '''Python Version''' || Python 2.5||
|| '''Server Setup''' || ---||
|| '''Server Details''' || ||
|| '''Language you are using the wiki in''' (set in the browser/UserPreferences) || german||
== Workaround ==
## How to deal with the bug until it is fixed
= Discussion =
Please read docs/CHANGES about page_*_regex changes. <
>
Yes, thats it! Thank you very much! I've changed
{{{page_template_regex = u'[a-z]Template$'}}}
to
{{{page_template_regex = ur'(?P(?P\S+)Template)'}}}
Now it works again!
''Ok, did you know that you also have to clean the page cache if you changed the page_group_regex? In the example above it is also wrong. Please stop the wiki before calling moin ... maint cleancache, see HelpOnMoinCommand '' -- ReimarBauer <>
= Plan =
## This part is for Moin``Moin developers:
* Priority:
* Assigned to:
* Status: CLOSED
----
## If you are a moin core developer, replace the category to Category* in these cases:
## Category MoinMoinNoBug - if this is not a bug.
## Category MoinMoinBugConfirmed - if you can confirm the bug on current code.
## Category MoinMoinBugFixed - after the bug is fixed in current code.
CategoryMoinMoinNoBug