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