Attachment 'titlesearchcreate.patch'
Download 1 --- fullsearch.py.orig Tue Oct 24 12:40:46 2006
2 +++ fullsearch.py Tue Oct 24 12:38:25 2006
3 @@ -115,6 +115,8 @@
4 context=context)
5 else:
6 output = results.pageList(request, request.formatter, info=info)
7 + if titlesearch and len(results.hits) < 1:
8 + output += _("The page %s does not exist, you want to create it?" % needle)
9 request.write(output)
10
11 # End content and send footer
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.