| 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 blockedby = text | 319 blockedby = text |
| 320 blockedby.label = Blocked By | 320 blockedby.label = Blocked By |
| 321 review_url = textarea | 321 review_url = textarea |
| 322 review_url.rows = 3 | 322 review_url.rows = 3 |
| 323 review_url.cols = 68 | 323 review_url.cols = 68 |
| 324 review_url.label = Review URL(s) | 324 review_url.label = Review URL(s) |
| 325 review_url.order = 1 | 325 review_url.order = 1 |
| 326 review_url.format = wiki | 326 review_url.format = wiki |
| 327 platform = select | 327 platform = select |
| 328 platform.label = Platform | 328 platform.label = Platform |
| 329 platform.options = Unknown|All|Android|Chrome|Internet Explorer|Firefox|Opera|Sa
fari | 329 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox|Opera|Safari |
| 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 |
| LEFT | RIGHT |