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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 review_url.label = Review URL(s) | 323 review_url.label = Review URL(s) |
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 |
LEFT | RIGHT |