Attachment 'user.diff'

Download

   1 --- user_old.py	2007-01-14 15:18:54.000000000 +0100
   2 +++ user.py	2007-01-18 17:20:06.000000000 +0100
   3 @@ -248,6 +248,7 @@
   4          self.datetime_fmt = ""
   5          self.quicklinks = self._cfg.quicklinks_default
   6          self.subscribed_pages = self._cfg.subscribed_pages_default
   7 +        self.show_welcome = 0
   8          self.theme_name = self._cfg.theme_default
   9          self.editor_default = self._cfg.editor_default
  10          self.editor_ui = self._cfg.editor_ui
  11 @@ -386,6 +387,7 @@
  12              vars(self)[key] = val
  13  
  14          self.tz_offset = int(self.tz_offset)
  15 +        self.show_welcome = int(self.show_welcome)
  16  
  17          # Remove old unsupported attributes from user data file.
  18          remove_attributes = ['passwd', 'show_emoticons']

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] (2006-12-10 21:02:59, 1.9 KB) [[attachment:CreateUserHomepage.py]]
  • [get | view] (2006-12-10 16:08:04, 0.6 KB) [[attachment:CurrentUser.py]]
  • [get | view] (2006-12-10 16:09:19, 1.1 KB) [[attachment:MissingHomePage.txt]]
  • [get | view] (2007-01-18 20:32:31, 1.5 KB) [[attachment:ToggleWelcome.py]]
  • [get | view] (2007-01-08 16:09:44, 3.3 KB) [[attachment:User.py]]
  • [get | view] (2007-01-18 20:32:07, 2.1 KB) [[attachment:WelcomeUser.txt]]
  • [get | view] (2006-12-10 16:07:27, 0.8 KB) [[attachment:action__init__.diff]]
  • [get | view] (2006-12-10 16:07:10, 0.5 KB) [[attachment:multiconfig.diff]]
  • [get | view] (2007-01-18 20:31:25, 1.3 KB) [[attachment:request_init_.diff]]
  • [get | view] (2007-01-20 22:14:41, 1.2 KB) [[attachment:togglewelcome.py]]
  • [get | view] (2007-01-18 20:31:07, 0.7 KB) [[attachment:user.diff]]
 All files | Selected Files: delete move to page copy to page

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