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.
  • [get | view] (2006-12-02 20:43:13, 0.6 KB) [[attachment:login.diff]]
  • [get | view] (2005-08-21 19:25:43, 6.1 KB) [[attachment:modern_cms.py]]
  • [get | view] (2006-02-01 16:48:28, 3.2 KB) [[attachment:modern_cms15.py]]
  • [get | view] (2006-12-03 18:50:48, 0.4 KB) [[attachment:multiconfig_moin1-5-5-a-1.diff]]
  • [get | view] (2006-12-03 18:51:24, 0.4 KB) [[attachment:wikiaction_moin1-5-5-a-1.diff]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.