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

Side by Side Diff: 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)
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:
View unified diff | Download patch
« no previous file with comments | « modules/trac/manifests/init.pp ('k') | 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 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 107
108 [search] 108 [search]
109 # default_disabled_filters = <inherited> 109 # default_disabled_filters = <inherited>
110 min_query_length = 3 110 min_query_length = 3
111 111
112 [sqlite] 112 [sqlite]
113 # extensions = <inherited> 113 # extensions = <inherited>
114 114
115 [ticket] 115 [ticket]
116 default_cc = 116 default_cc =
117 default_component = 117 default_component = Unknown
118 default_description = 118 default_description =
119 default_keywords = 119 default_keywords =
120 default_milestone = 120 default_milestone =
121 default_owner = 121 default_owner =
122 default_priority = 122 default_priority = Unknown
123 default_resolution = fixed 123 default_resolution = fixed
124 default_severity = 124 default_severity =
125 default_summary = 125 default_summary =
126 default_type = 126 default_type = defect
127 default_version = 127 default_version =
128 max_comment_size = 262144 128 max_comment_size = 262144
129 max_description_size = 262144 129 max_description_size = 262144
130 preserve_newlines = default 130 preserve_newlines = default
131 restrict_owner = false 131 restrict_owner = false
132 workflow = ConfigurableTicketWorkflow 132 workflow = ConfigurableTicketWorkflow
133 133
134 [ticket-workflow] 134 [ticket-workflow]
135 accept = new,assigned,accepted,reopened -> accepted
136 accept.permissions = TICKET_MODIFY
137 leave = * -> * 135 leave = * -> *
138 leave.default = 1 136 leave.default = 1
139 leave.operations = leave_status 137 leave.operations = leave_status
140 reassign = new,assigned,accepted,reopened -> assigned 138 reassign = new,assigned,reopened -> assigned
141 reassign.operations = set_owner 139 reassign.operations = set_owner
142 reassign.permissions = TICKET_MODIFY 140 reassign.permissions = TICKET_MODIFY
143 reopen = closed,reviewing -> reopened 141 reopen = closed,reviewing -> reopened
144 reopen.operations = del_resolution 142 reopen.operations = del_resolution
145 reopen.permissions = TICKET_CREATE 143 reopen.permissions = TICKET_CREATE
146 resolve = new,assigned,accepted,reopened,reviewing -> closed 144 resolve = new,assigned,reopened,reviewing -> closed
147 resolve.operations = set_resolution 145 resolve.operations = set_resolution
148 resolve.permissions = TICKET_MODIFY 146 resolve.permissions = TICKET_MODIFY
149 codereview = new,assigned,reopened -> reviewing 147 codereview = new,assigned,reopened -> reviewing
150 148
151 [timeline] 149 [timeline]
152 abbreviated_messages = True 150 abbreviated_messages = True
153 changeset_collapse_events = false 151 changeset_collapse_events = false
154 changeset_long_messages = false 152 changeset_long_messages = false
155 changeset_show_files = 0 153 changeset_show_files = 0
156 default_daysback = 30 154 default_daysback = 30
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 acct_mgr.web_ui.resetpwstore = enabled 226 acct_mgr.web_ui.resetpwstore = enabled
229 acct_mgr.guard.accountguard = enabled 227 acct_mgr.guard.accountguard = enabled
230 acct_mgr.notification.AccountChangeListener = enabled 228 acct_mgr.notification.AccountChangeListener = enabled
231 tickettemplate.* = enabled 229 tickettemplate.* = enabled
232 autocompleteusers.* = enabled 230 autocompleteusers.* = enabled
233 trac.about.AboutModule = disabled 231 trac.about.AboutModule = disabled
234 trac.admin.web_ui.BasicsAdminPanel = disabled 232 trac.admin.web_ui.BasicsAdminPanel = disabled
235 trac.admin.web_ui.LoggingAdminPanel = disabled 233 trac.admin.web_ui.LoggingAdminPanel = disabled
236 trac.admin.web_ui.PluginAdminPanel = disabled 234 trac.admin.web_ui.PluginAdminPanel = disabled
237 mastertickets.* = enabled 235 mastertickets.* = enabled
236 nevernotifyupdaterplugin.* = enabled
238 237
239 [tickettemplate] 238 [tickettemplate]
240 field_list = summary, description, reporter, owner, priority, cc, milestone, com ponent, version, type 239 field_list = summary, description, reporter, owner, priority, cc, milestone, com ponent, version, type
241 enable_custom = false 240 enable_custom = false
242 241
243 [mainnav] 242 [mainnav]
244 tickets.label = View Issues 243 tickets.label = View Issues
245 tickets.href = /query 244 tickets.href = /query
246 newticket.label = New Issue 245 newticket.label = New Issue
247 wiki = false 246 wiki = false
248 247
249 [account-manager] 248 [account-manager]
250 hash_method = HtDigestHashMethod 249 hash_method = HtDigestHashMethod
251 db_htdigest_realm = TracDB 250 db_htdigest_realm = TracDB
252 password_store = SessionStore 251 password_store = SessionStore
253 reset_password = true 252 reset_password = true
254 login_attempt_max_count = 2 253 login_attempt_max_count = 2
255 user_lock_time = 15 254 user_lock_time = 15
256 user_lock_max_time = 0 255 user_lock_max_time = 0
257 user_lock_time_progression = 2 256 user_lock_time_progression = 2
258 username_regexp = . 257 username_regexp = .
259 verify_email = true 258 verify_email = true
260 259
261 [blackmagic] 260 [blackmagic]
262 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET _SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY 261 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET _SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY
263 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block edby,summary,type,component,verified_working 262 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block edby,summary,type,component,verified_working,ready,review_url,in_progress
264 id.label = Issue 263 id.label = Issue
265 priority.permission = TICKET_SET_PRIORITY 264 priority.permission = TICKET_SET_PRIORITY
266 priority.ondenial = hide 265 priority.ondenial = hide
266 ready.permission = TICKET_MODIFY
267 ready.ondenial = hide
268 ready.tip = Check, if the issue contains all required data and shall be implemen ted.
269 review_url.permission = TICKET_MODIFY
270 review_url.ondenial = hide
271 review_url.tip = URL(s) to the review of your code
272 in_progress.permission = TICKET_MODIFY
273 in_progress.ondenial = hide
274 in_progress.tip = Check, if somebody is currently working on this issue.
267 blocking.permission = TICKET_DEPENDENCY 275 blocking.permission = TICKET_DEPENDENCY
268 blocking.ondenial = hide 276 blocking.ondenial = hide
269 blockedby.permission = TICKET_DEPENDENCY 277 blockedby.permission = TICKET_DEPENDENCY
270 blockedby.ondenial = hide 278 blockedby.ondenial = hide
271 priority.permission = TICKET_SET_PRIORITY 279 priority.permission = TICKET_SET_PRIORITY
272 cc.permission = TICKET_CREATE_CC 280 cc.permission = TICKET_CREATE_CC
273 cc.ondenial = hide 281 cc.ondenial = hide
274 keywords.permission = TICKET_EDIT_KEYWORDS 282 keywords.permission = TICKET_EDIT_KEYWORDS
275 keywords.ondenial = hide 283 keywords.ondenial = hide
284 owner.label = Assignee
276 owner.permission = TICKET_SET_OWNER 285 owner.permission = TICKET_SET_OWNER
277 owner.ondenial = hide 286 owner.ondenial = hide
278 sensitive.label = Confidential 287 sensitive.label = Confidential
279 Milestone.permission = TICKET_SET_MILESTONE 288 Milestone.permission = TICKET_SET_MILESTONE
280 Milestone.ondenial = hide 289 Milestone.ondenial = hide
281 summary.tip = A one-sentence abstract of what and where the issue is about. 290 summary.tip = A one-sentence abstract of what and where the issue is about.
282 type.tip = Please select whether you want to report a defect or request a change . 291 type.tip = Please select whether you want to report a defect or request a change .
283 component.tip = Here, you can select, which technical component your issue belon gs to. Leave "Unknown" if unsure. 292 component.tip = Here, you can select, which technical component your issue belon gs to. Leave "Unknown" if unsure.
284 sensitive.tip = Please check this box, if you want to want to report a security issue that might harm users if revealed publicly before it is fixed. 293 sensitive.tip = Please check this box, if you want to want to report a security issue that might harm users if revealed publicly before it is fixed.
285 verified_working.tip = Please leave this box unchecked until a moderator asks yo u to confirm a fixed issue actually works. 294 verified_working.tip = Please leave this box unchecked until a moderator asks yo u to confirm a fixed issue actually works.
286 owner.tip = If it is clear, who will/shall work on this issue, you can enter his user name here. If unsure, please leave empty. 295 owner.tip = If it is clear, who will/shall work on this issue, you can enter his user name here. If unsure, please leave empty.
287 Milestone.tip = If it was already decided, in which upcoming release the issue s hall be included, you might set the respective Milestone. If unsure, please leav e empty. 296 Milestone.tip = If it was already decided, in which upcoming release the issue s hall be included, you might set the respective Milestone. If unsure, please leav e empty.
288 cc.tip = Dispatches an Email to the entered user/email adress with changes to th e issue, every time an issue was changed. 297 cc.tip = Dispatches an Email to the entered user/email adress with changes to th e issue, every time an issue was changed.
289 priority.tip = Please only set this if you are absolutely sure about it. 298 priority.tip = Please only set this if you are absolutely sure about it.
290 blocking.tip = Does this issue prevent another one from being fixed upfront? 299 blocking.tip = Does this issue prevent another one from being fixed upfront?
291 blockedby.tip = Does another issue prevent this one from being fixed? 300 blockedby.tip = Does another issue prevent this one from being fixed?
292 301
293 [ticket-custom] 302 [ticket-custom]
294 verified_working = checkbox 303 verified_working = checkbox
295 verified_working.label = Verified working 304 verified_working.label = Verified working
296 verified_working.value = 0 305 verified_working.value = 0
306 ready = checkbox
307 ready.label = Ready
308 ready.value = 0
309 in_progress = checkbox
310 in_progress.label = In progress
311 in_progress.value = 0
297 blocking = text 312 blocking = text
298 blocking.label = Blocking 313 blocking.label = Blocking
299 blockedby = text 314 blockedby = text
300 blockedby.label = Blocked By 315 blockedby.label = Blocked By
316 review_url = textarea
317 review_url.rows = 3
318 review_url.label = Review URL(s)
319 review_url.order = 1
320 review_url.format = wiki
OLDNEW
« no previous file with comments | « modules/trac/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld