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

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

Issue 6226871737909248: Added in-progress, review-URL and ready fields to Trac, renamed owner field and prohibited notifica… (Closed)
Left Patch Set: Made review URLs being links. Created March 17, 2014, 3:12 p.m.
Right Patch Set: Issue #168 Added notification enhancements. Created March 18, 2014, 10:41 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 45
46 [mimeviewer] 46 [mimeviewer]
47 max_preview_size = 262144 47 max_preview_size = 262144
48 mime_map = text/x-dylan:dylan, text/x-idl:ice, text/x-ada:ads:adb 48 mime_map = text/x-dylan:dylan, text/x-idl:ice, text/x-ada:ads:adb
49 mime_map_patterns = text/plain:README|INSTALL|COPYING.* 49 mime_map_patterns = text/plain:README|INSTALL|COPYING.*
50 tab_width = 8 50 tab_width = 8
51 treat_as_binary = application/octet-stream, application/pdf, application/postscr ipt, application/msword,application/rtf, 51 treat_as_binary = application/octet-stream, application/pdf, application/postscr ipt, application/msword,application/rtf,
52 52
53 [notification] 53 [notification]
54 admit_domains = 54 admit_domains =
55 always_notify_owner = false 55 always_notify_owner = true
56 always_notify_reporter = false 56 always_notify_reporter = true
57 always_notify_updater = false 57 always_notify_updater = false
58 ambiguous_char_width = single 58 ambiguous_char_width = single
59 batch_subject_template = $prefix Batch modify: $tickets_descr 59 batch_subject_template = $prefix Batch modify: $tickets_descr
60 email_sender = SendmailEmailSender 60 email_sender = SendmailEmailSender
61 ignore_domains = 61 ignore_domains =
62 mime_encoding = none 62 mime_encoding = none
63 sendmail_path = /usr/sbin/sendmail 63 sendmail_path = /usr/sbin/sendmail
64 smtp_always_bcc = 64 smtp_always_bcc =
65 smtp_always_cc = 65 smtp_always_cc =
66 smtp_default_domain = 66 smtp_default_domain =
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 in_progress.value = 0 311 in_progress.value = 0
312 blocking = text 312 blocking = text
313 blocking.label = Blocking 313 blocking.label = Blocking
314 blockedby = text 314 blockedby = text
315 blockedby.label = Blocked By 315 blockedby.label = Blocked By
316 review_url = textarea 316 review_url = textarea
317 review_url.rows = 3 317 review_url.rows = 3
318 review_url.label = Review URL(s) 318 review_url.label = Review URL(s)
319 review_url.order = 1 319 review_url.order = 1
320 review_url.format = wiki 320 review_url.format = wiki
LEFTRIGHT

Powered by Google App Engine
This is Rietveld