| OLD | NEW |
| 1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
| 2 | 2 |
| 3 [attachment] | 3 [attachment] |
| 4 max_size = 10262144 | 4 max_size = 15728640 |
| 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/* |
| 11 hide_properties = svk:merge | 11 hide_properties = svk:merge |
| 12 intermediate_color = | 12 intermediate_color = |
| 13 intermediate_point = | 13 intermediate_point = |
| 14 newest_color = (255, 136, 136) | 14 newest_color = (255, 136, 136) |
| (...skipping 22 matching lines...) Expand all Loading... |
| 37 [logging] | 37 [logging] |
| 38 log_file = trac.log | 38 log_file = trac.log |
| 39 # log_format = <inherited> | 39 # log_format = <inherited> |
| 40 log_level = WARNING | 40 log_level = WARNING |
| 41 log_type = file | 41 log_type = file |
| 42 | 42 |
| 43 [milestone] | 43 [milestone] |
| 44 stats_provider = DefaultTicketGroupStatsProvider | 44 stats_provider = DefaultTicketGroupStatsProvider |
| 45 | 45 |
| 46 [mimeviewer] | 46 [mimeviewer] |
| 47 max_preview_size = 262144 | 47 max_preview_size = 15728640 |
| 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 = true | 55 always_notify_owner = true |
| 56 always_notify_reporter = true | 56 always_notify_reporter = true |
| 57 always_notify_updater = false | 57 always_notify_updater = false |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 platform.value = Unknown | 330 platform.value = Unknown |
| 331 | 331 |
| 332 [theme] | 332 [theme] |
| 333 enable_css = true | 333 enable_css = true |
| 334 | 334 |
| 335 [spam-filter] | 335 [spam-filter] |
| 336 max_posts_by_ip = 50 | 336 max_posts_by_ip = 50 |
| 337 bayes_min_training = 10 | 337 bayes_min_training = 10 |
| 338 authenticated_karma = 0 | 338 authenticated_karma = 0 |
| 339 min_karma = -14 | 339 min_karma = -14 |
| OLD | NEW |