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.You are not allowed to attach a file to this page.