Attachment 'search.patch'

Download

   1 --- orig/MoinMoin/search.py
   2 +++ mod/MoinMoin/search.py
   3 @@ -1014,7 +1014,7 @@
   4          if result:
   5              if not filter:
   6                  # Filter deleted pages or pages the user can't read.
   7 -                if not page.exists() and request.user.may.read(name):
   8 +                if not (page.exists() and request.user.may.read(name)):
   9                      continue
  10              hits.append(FoundPage(name, result))
  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] (2005-01-24 14:47:51, 0.4 KB) [[attachment:search.patch]]
  • [get | view] (2005-01-24 17:04:04, 32.2 KB) [[attachment:search.py]]
 All files | Selected Files: delete move to page copy to page

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