Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/trac/templates/trac.ini.erb

Issue 5911332075339776: Issue #699 Set minimum karma points for non-spam commits in Trac's spam filter to -14 (Closed)
Patch Set: Created June 25, 2014, 3:18 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 review_url.order = 1 322 review_url.order = 1
323 review_url.format = wiki 323 review_url.format = wiki
324 324
325 [theme] 325 [theme]
326 enable_css = true 326 enable_css = true
327 327
328 [spam-filter] 328 [spam-filter]
329 max_posts_by_ip = 50 329 max_posts_by_ip = 50
330 bayes_min_training = 10 330 bayes_min_training = 10
331 authenticated_karma = 0 331 authenticated_karma = 0
332 min_karma = -14
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld