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

Delta Between Two Patch Sets: modules/trac/templates/trac.ini.erb

Issue 5748484741267456: Issue #615 Added anti-spam automation to Trac at issues1. (Closed)
Left Patch Set: Wrong patch set uploaded accidentially. Created June 3, 2014, 4:33 p.m.
Right Patch Set: Removed trust from authenticated users. Created June 4, 2014, 9:42 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « modules/trac/manifests/init.pp ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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
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
LEFTRIGHT

Powered by Google App Engine
This is Rietveld