Attachment 'SmartLinkTextForSubpage.patch'

Download

   1 --- wiki.py.orig	2007-01-01 20:13:36.000000000 +0800
   2 +++ wiki.py	2007-01-01 20:24:45.000000000 +0800
   3 @@ -405,7 +405,7 @@
   4          if word[1] == ':':
   5              words = word[2:-1].split(':', 1)
   6              if len(words) == 1:
   7 -                words = words * 2
   8 +                words = [ words[0], words[0].split('/')[-1] ]
   9              words[0] = 'wiki:Self:%s' % words[0]
  10              return self.interwiki(words, pretty_url=1)
  11              #return self._word_repl(words[0], words[1])

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] (2007-01-01 14:06:50, 0.5 KB) [[attachment:SmartLinkTextForSubpage.patch]]
 All files | Selected Files: delete move to page copy to page

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