Attachment 'SpellCheck.py.patch'

Download

   1 --- moin-1.8.2/MoinMoin/action/SpellCheck.py	2009-01-06 19:26:50.000000000 -0500
   2 +++ moin-1.8.2/MoinMoin/action/SpellCheck.py	2009-04-22 00:49:12.000000000 -0400
   3 @@ -39,7 +39,7 @@
   4      # validate candidate list (leave out directories!)
   5      wordsfiles = []
   6      for f in candidates:
   7 -        if os.path.isfile(f) and os.access(f, os.F_OK | os.R_OK):
   8 +        if os.path.isfile(f):
   9              wordsfiles.append(f)
  10  
  11      # return validated file list

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] (2009-04-26 21:17:07, 0.8 KB) [[attachment:Page.py.patch]]
  • [get | view] (2009-04-25 21:21:54, 0.4 KB) [[attachment:SpellCheck.py.patch]]
  • [get | view] (2009-04-27 13:41:36, 0.8 KB) [[attachment:multiconfig.py.patch]]
 All files | Selected Files: delete move to page copy to page

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