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

Delta Between Two Patch Sets: modules/trac/files/trac.ini

Issue 5735669590654976: #753 - set up an order system to let eyeo employees file order requests (Closed)
Left Patch Set: #753 - set up an order system to let eyeo employees file order requests Created July 29, 2014, 11:18 a.m.
Right Patch Set: #753 - set up an order system to let eyeo employees file order requests Created Aug. 6, 2014, 12:38 p.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/files/site.conf ('k') | modules/trac/manifests/init.pp » ('j') | 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 = 15728640 4 max_size = 15728640
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 147
148 [versioncontrol] 148 [versioncontrol]
149 allowed_repository_dir_prefixes = 149 allowed_repository_dir_prefixes =
150 150
151 [wiki] 151 [wiki]
152 ignore_missing_pages = true 152 ignore_missing_pages = true
153 max_size = 262144 153 max_size = 262144
154 render_unsafe_content = false 154 render_unsafe_content = false
155 safe_schemes = cvs, file, ftp, git, irc, http, https, news, sftp, smb, ssh, svn, svn+ssh 155 safe_schemes = cvs, file, ftp, git, irc, http, https, news, sftp, smb, ssh, svn, svn+ssh
156 split_page_names = false 156 split_page_names = false
157
157 [spam-filter] 158 [spam-filter]
158 max_posts_by_ip = 50 159 max_posts_by_ip = 50
160 bayes_min_training = 10
161 authenticated_karma = 0
162 min_karma = -14
163
LEFTRIGHT

Powered by Google App Engine
This is Rietveld