Attachment 'fix_upload_attach.patch'

Download

   1 --- moin-1.5.2/MoinMoin/request.py	2006-02-05 01:38:56.000000000 +1300
   2 +++ moin-1.5.2/MoinMoin/request.py-new	2006-02-07 15:49:56.000000000 +1300
   3 @@ -1915,6 +1915,8 @@
   4  
   5          args = {}
   6          for key in form.keys():
   7 +            if key is None:
   8 +                continue
   9              values = form[key]
  10              if not isinstance(values, list):
  11                  values = [values]

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-05-17 03:02:02, 0.4 KB) [[attachment:fix_upload_attach.patch]]
  • [get | view] (2005-12-29 21:25:50, 7.5 KB) [[attachment:testimage.png]]
  • [get | view] (2005-12-29 21:38:07, 77.2 KB) [[attachment:traceback.html]]
 All files | Selected Files: delete move to page copy to page

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