| LEFT | RIGHT |
| 1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
| 2 | 2 |
| 3 [attachment] | 3 [attachment] |
| 4 max_size = 10262144 | 4 max_size = 10262144 |
| 5 max_zip_size = 12097152 | 5 max_zip_size = 12097152 |
| 6 render_unsafe_content = false | 6 render_unsafe_content = false |
| 7 | 7 |
| 8 [browser] | 8 [browser] |
| 9 color_scale = True | 9 color_scale = True |
| 10 downloadable_paths = /trunk, /branches/*, /tags/* | 10 downloadable_paths = /trunk, /branches/*, /tags/* |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 | 45 |
| 46 [mimeviewer] | 46 [mimeviewer] |
| 47 max_preview_size = 262144 | 47 max_preview_size = 262144 |
| 48 mime_map = text/x-dylan:dylan, text/x-idl:ice, text/x-ada:ads:adb | 48 mime_map = text/x-dylan:dylan, text/x-idl:ice, text/x-ada:ads:adb |
| 49 mime_map_patterns = text/plain:README|INSTALL|COPYING.* | 49 mime_map_patterns = text/plain:README|INSTALL|COPYING.* |
| 50 tab_width = 8 | 50 tab_width = 8 |
| 51 treat_as_binary = application/octet-stream, application/pdf, application/postscr
ipt, application/msword,application/rtf, | 51 treat_as_binary = application/octet-stream, application/pdf, application/postscr
ipt, application/msword,application/rtf, |
| 52 | 52 |
| 53 [notification] | 53 [notification] |
| 54 admit_domains = | 54 admit_domains = |
| 55 always_notify_owner = false | 55 always_notify_owner = true |
| 56 always_notify_reporter = false | 56 always_notify_reporter = true |
| 57 always_notify_updater = false | 57 always_notify_updater = false |
| 58 ambiguous_char_width = single | 58 ambiguous_char_width = single |
| 59 batch_subject_template = $prefix Batch modify: $tickets_descr | 59 batch_subject_template = $prefix Batch modify: $tickets_descr |
| 60 email_sender = SendmailEmailSender | 60 email_sender = SendmailEmailSender |
| 61 ignore_domains = | 61 ignore_domains = |
| 62 mime_encoding = none | 62 mime_encoding = none |
| 63 sendmail_path = /usr/sbin/sendmail | 63 sendmail_path = /usr/sbin/sendmail |
| 64 smtp_always_bcc = | 64 smtp_always_bcc = |
| 65 smtp_always_cc = | 65 smtp_always_cc = |
| 66 smtp_default_domain = | 66 smtp_default_domain = |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 in_progress.value = 0 | 311 in_progress.value = 0 |
| 312 blocking = text | 312 blocking = text |
| 313 blocking.label = Blocking | 313 blocking.label = Blocking |
| 314 blockedby = text | 314 blockedby = text |
| 315 blockedby.label = Blocked By | 315 blockedby.label = Blocked By |
| 316 review_url = textarea | 316 review_url = textarea |
| 317 review_url.rows = 3 | 317 review_url.rows = 3 |
| 318 review_url.label = Review URL(s) | 318 review_url.label = Review URL(s) |
| 319 review_url.order = 1 | 319 review_url.order = 1 |
| 320 review_url.format = wiki | 320 review_url.format = wiki |
| LEFT | RIGHT |