Left: | ||
Right: |
OLD | NEW |
---|---|
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 19 matching lines...) Expand all Loading... | |
30 width = 80 | 30 width = 80 |
31 | 31 |
32 [inherit] | 32 [inherit] |
33 htdocs_dir = | 33 htdocs_dir = |
34 plugins_dir = | 34 plugins_dir = |
35 templates_dir = | 35 templates_dir = |
36 | 36 |
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 = DEBUG | 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 = 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 |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
179 jquery_ui_location = | 179 jquery_ui_location = |
180 jquery_ui_theme_location = | 180 jquery_ui_theme_location = |
181 mainnav = tickets, newticket, timeline, roadmap, browser, search | 181 mainnav = tickets, newticket, timeline, roadmap, browser, search |
182 metanav = login, logout, register, prefs, help, about | 182 metanav = login, logout, register, prefs, help, about |
183 mysqldump_path = mysqldump | 183 mysqldump_path = mysqldump |
184 never_obfuscate_mailto = false | 184 never_obfuscate_mailto = false |
185 permission_policies = BlackMagicTicketTweaks, DefaultPermissionPolicy, LegacyAtt achmentPolicy | 185 permission_policies = BlackMagicTicketTweaks, DefaultPermissionPolicy, LegacyAtt achmentPolicy |
186 permission_store = DefaultPermissionStore | 186 permission_store = DefaultPermissionStore |
187 pg_dump_path = pg_dump | 187 pg_dump_path = pg_dump |
188 repository_dir = | 188 repository_dir = |
189 repository_sync_per_request = (default) | 189 repository_sync_per_request = |
Wladimir Palant
2014/06/04 17:18:00
Not sure how this is related but it's fine I guess
Philip Hill
2014/06/05 07:54:59
Well that's described in the issue ;-)
| |
190 repository_type = svn | 190 repository_type = svn |
191 resizable_textareas = true | 191 resizable_textareas = true |
192 secure_cookies = False | 192 secure_cookies = False |
193 show_email_addresses = false | 193 show_email_addresses = false |
194 show_ip_addresses = false | 194 show_ip_addresses = false |
195 timeout = 20 | 195 timeout = 20 |
196 use_base_url_for_redirect = False | 196 use_base_url_for_redirect = False |
197 permission_policies = SensitiveTicketsPolicy, DefaultPermissionPolicy, LegacyAtt achmentPolicy | 197 permission_policies = SensitiveTicketsPolicy, DefaultPermissionPolicy, LegacyAtt achmentPolicy |
198 | 198 |
199 [versioncontrol] | 199 [versioncontrol] |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
324 review_url.order = 1 | 324 review_url.order = 1 |
325 review_url.format = wiki | 325 review_url.format = wiki |
326 | 326 |
327 [theme] | 327 [theme] |
328 enable_css = true | 328 enable_css = true |
329 | 329 |
330 [spam-filter] | 330 [spam-filter] |
331 max_posts_by_ip = 50 | 331 max_posts_by_ip = 50 |
332 bayes_min_training = 10 | 332 bayes_min_training = 10 |
333 authenticated_karma = 0 | 333 authenticated_karma = 0 |
OLD | NEW |