Attachment 'wikiaction_moin1-5-5-a-1.diff'
Download 1 --- wikiaction_old.py 2006-10-15 15:20:00.000000000 +0200
2 +++ wikiaction.py 2006-12-03 19:36:40.000000000 +0100
3 @@ -902,6 +902,8 @@
4
5 def getHandler(request, action, identifier="execute"):
6 # check for excluded actions
7 + if (request.user.valid == 0) and (action in request.cfg.visitor_actions_excluded):
8 + return None
9 if action in request.cfg.actions_excluded:
10 return None
11
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.