Attachment 'Include.patch'
Download 1 --- Include-1.5b2.py 2005-10-28 03:46:38.000000000 +0900
2 +++ Include.py 2005-11-24 03:09:42.649867300 +0900
3 @@ -218,7 +218,7 @@
4 request.redirect(strfile)
5 try:
6 cid = request.makeUniqueID("Include_%s" % wikiutil.quoteWikinameURL(inc_page.page_name))
7 - inc_page.send_page(request, content_only=1, content_id=cid)
8 + inc_page.send_page(request, content_only=1, content_id=cid, do_cache=False)
9 result.append(strfile.getvalue())
10 finally:
11 request.redirect()
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.You are not allowed to attach a file to this page.