Attachment 'pagenames_begin_with_cap.diff'

Download

   1 --- Page.py.prev2	2010-03-11 15:24:40.000000000 +0200
   2 +++ Page.py	2010-03-30 14:10:24.000000000 +0300
   3 @@ -147,7 +147,7 @@
   4          """
   5          self.request = request
   6          self.cfg = request.cfg
   7 -        self.page_name = page_name
   8 +        self.page_name = page_name[0:1].upper() + page_name[1:]
   9          self.rev = kw.get('rev', 0) # revision of this page
  10          self.include_self = kw.get('include_self', 0)
  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] (2010-04-06 14:11:15, 0.2 KB) [[attachment:monobook_no_pagetitle.diff]]
  • [get | view] (2010-04-06 14:10:46, 0.4 KB) [[attachment:pagenames_begin_with_cap.diff]]
 All files | Selected Files: delete move to page copy to page

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