Attachment 'macro-include-limits.patch'

Download

   1 --- /usr/lib/python2.3/site-packages/MoinMoin/macro/Include.py	2004-10-22 13:32:44.000000000 +0100
   2 +++ macro/Include.py	2004-10-31 15:32:09.629635632 +0000
   3 @@ -156,7 +156,7 @@
   4              continue
   5  
   6          if from_pos or to_pos != -1:
   7 -            inc_page.set_raw_body(body[from_pos:to_pos])
   8 +            inc_page.set_raw_body(body[from_pos:to_pos], modified=True)
   9          ##result.append("*** f=%s t=%s ***" % (from_re, to_re))
  10          ##result.append("*** f=%d t=%d ***" % (from_pos, to_pos))
  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] (2004-10-31 15:35:50, 0.5 KB) [[attachment:macro-include-limits.patch]]
 All files | Selected Files: delete move to page copy to page

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