Attachment '_init_.diff'

Download

   1 --- __init__old.py	2006-12-09 13:32:00.000000000 +0100
   2 +++ __init__.py	2006-12-29 16:48:38.000000000 +0100
   3 @@ -64,7 +64,53 @@
   4          # search forms
   5          'searchbutton': ("[?]",                  "moin-search.png", 12, 12),
   6          'interwiki':  ("[%(wikitag)s]",          "moin-inter.png",  16, 16),
   7 -
   8 +        # AttachTable and TaskTable toggle controls
   9 +        'table-null':               ("",                            "table-null.png", 16, 16),
  10 +        'table-close':              (_("Click to collapse table"),  "table-close.png", 16, 16),
  11 +        'table-open':               (_("Click to expand table"),    "table-open.png", 16, 16),
  12 +        # TaskTable icons
  13 +        'task--todo':               (_("To Do"),                    "task-no-todo.png", 48, 48),
  14 +        'task--inprogress':         (_("In Progress"),              "task-no-inprogress.png", 48, 48),
  15 +        'task--pending':            (_("Pending"),                  "task-no-pending.png", 48, 48),
  16 +        'task--done':               (_("Done"),                     "task-no-done.png", 48, 48),
  17 +        'task--failed':             (_("Failed"),                   "task-no-failed.png", 48, 48),
  18 +        'task-low-todo':            (_("Low - To Do"),              "task-low-todo.png", 48, 48),
  19 +        'task-low-inprogress':      (_("Low - In Progress"),        "task-low-inprogress.png", 48, 48),
  20 +        'task-low-pending':         (_("Low - Pending"),            "task-low-pending.png", 48, 48),
  21 +        'task-low-done':            (_("Low - Done"),               "task-low-done.png", 48, 48),
  22 +        'task-low-failed':          (_("Low - Failed"),             "task-low-failed.png", 48, 48),
  23 +        'task-medium-todo':         (_("Medium - To Do"),           "task-medium-todo.png", 48, 48),
  24 +        'task-medium-inprogress':   (_("Medium - In Progress"),     "task-medium-inprogress.png", 48, 48),
  25 +        'task-medium-pending':      (_("Medium - Pending"),         "task-medium-pending.png", 48, 48),
  26 +        'task-medium-done':         (_("Medium - Done"),            "task-medium-done.png", 48, 48),
  27 +        'task-medium-failed':       (_("Medium - Failed"),          "task-medium-failed.png", 48, 48),
  28 +        'task-high-todo':           (_("High - To Do"),             "task-high-todo.png", 48, 48),
  29 +        'task-high-inprogress':     (_("High - In Progress"),       "task-high-inprogress.png", 48, 48),
  30 +        'task-high-pending':        (_("High - Pending"),           "task-high-pending.png", 48, 48),
  31 +        'task-high-done':           (_("High - Done"),              "task-high-done.png", 48, 48),
  32 +        'task-high-failed':         (_("High - Failed"),            "task-high-failed.png", 48, 48),
  33 +        'task-critical-todo':       (_("Critical - To Do"),         "task-critical-todo.png", 48, 48),
  34 +        'task-critical-inprogress': (_("Critical - In Progress"),   "task-critical-inprogress.png", 48, 48),
  35 +        'task-critical-pending':    (_("Critical - Pending"),       "task-critical-pending.png", 48, 48),
  36 +        'task-critical-done':       (_("Critical - Done"),          "task-critical-done.png", 48, 48),
  37 +        'task-critical-failed':     (_("Critical - Failed"),        "task-critical-failed.png", 48, 48),
  38 +        'task-closed':              (_("Closed"),                   "task-closed.png", 48, 48),
  39 +        'task-removeme':            (_("Remove Me"),                "task-removeme.png", 48, 48),
  40 +        # AttachTable mimetypes
  41 +        'unknown':                  (_("Unknown filetype"),         "filetype-unknown.png", 48, 48),
  42 +        'generic-x-archive':        (_("Archive file"),             "generic-x-archive.png", 48, 48),
  43 +        'generic-x-audio':          (_("Audio file"),               "generic-x-audio.png", 48, 48),
  44 +        'generic-x-image':          (_("Image file"),               "generic-x-image.png", 48, 48),
  45 +        'generic-text-x-source':    (_("Source code file"),         "generic-text-x-source.png", 48, 48),
  46 +        'generic-x-video':          (_("Video file"),               "generic-x-video.png", 48, 48),
  47 +        '.doc':                     (_("MS Word file"),             "mime-msword.png", 48, 48),
  48 +        '.html':                    (_("HTML file"),                "mime-text-html.png", 48, 48),
  49 +        '.mdb':                     (_("MS Access file"),           "mime-msaccess.png", 48, 48),
  50 +        '.pdf':                     (_("PDF file"),                 "mime-pdf.png", 48, 48),  
  51 +        '.ppt':                     (_("MS PowerPoint file"),       "mime-mspowerpoint.png", 48, 48),
  52 +        '.txt':                     (_("Text file"),                "generic-x-text.png", 48, 48),
  53 +        '.xls':                     (_("MS Excel file"),            "mime-msexcel.png", 48, 48),
  54 + 
  55          # smileys (this is CONTENT, but good looking smileys depend on looking
  56          # adapted to the theme background color and theme style in general)
  57          #vvv    ==      vvv  this must be the same for GUI editor converter

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-29 15:02:33, 14.7 KB) [[attachment:AttachTable.py]]
  • [get | view] (2009-08-11 07:04:46, 53.6 KB) [[attachment:TaskPlanner-1.8.4.py]]
  • [get | view] (2010-01-23 14:17:02, 52.7 KB) [[attachment:TaskPlanner-1.9.1.py]]
  • [get | view] (2007-04-14 15:35:39, 49.1 KB) [[attachment:TaskPlanner.py]]
  • [get | view] (2007-02-01 07:00:31, 243.0 KB) [[attachment:TaskPlanner.zip]]
  • [get | view] (2009-08-11 07:05:54, 56.5 KB) [[attachment:TaskPlanner1.8.4plusEmail.py]]
  • [get | view] (2006-12-29 19:46:46, 146.4 KB) [[attachment:TaskPlannerAttachTableIcons.zip]]
  • [get | view] (2007-08-24 20:11:02, 244.6 KB) [[attachment:TaskPlanner_LlubNek.zip]]
  • [get | view] (2007-04-02 14:42:44, 15.3 KB) [[attachment:TaskTable.py]]
  • [get | view] (2006-12-29 19:45:58, 66.9 KB) [[attachment:__init__.py]]
  • [get | view] (2006-12-29 19:45:29, 5.0 KB) [[attachment:_init_.diff]]
  • [get | view] (2006-12-26 16:49:56, 63.8 KB) [[attachment:addtask.jpg]]
  • [get | view] (2007-01-01 22:27:54, 3.8 KB) [[attachment:classic_theme.jpg]]
  • [get | view] (2008-05-07 16:42:25, 201.5 KB) [[attachment:clickingerror.jpg]]
  • [get | view] (2006-12-26 16:55:30, 9.7 KB) [[attachment:common.css]]
  • [get | view] (2006-12-26 16:55:03, 1.1 KB) [[attachment:common.diff]]
  • [get | view] (2007-01-01 22:27:36, 13.8 KB) [[attachment:common_icons.jpg]]
  • [get | view] (2006-12-26 16:53:07, 3.1 KB) [[attachment:de.AttachTable.po]]
  • [get | view] (2006-12-26 16:52:44, 7.4 KB) [[attachment:de.TaskPlanner.po]]
  • [get | view] (2006-12-26 16:50:48, 72.5 KB) [[attachment:imagepreview.jpg]]
  • [get | view] (2006-12-26 16:50:21, 78.2 KB) [[attachment:tasktable.jpg]]
  • [get | view] (2008-05-07 16:42:29, 8.4 KB) [[attachment:traceback_taskplanner.html]]
 All files | Selected Files: delete move to page copy to page

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