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

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

Issue 5769066073554944: Issue 211 - [trac] Make priority/milestone/component fields visible to everybody (Closed)
Patch Set: Created March 25, 2014, 11:51 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 acct_mgr.guard.accountguard = enabled 227 acct_mgr.guard.accountguard = enabled
228 acct_mgr.notification.AccountChangeListener = enabled 228 acct_mgr.notification.AccountChangeListener = enabled
229 tickettemplate.* = enabled 229 tickettemplate.* = enabled
230 autocompleteusers.* = enabled 230 autocompleteusers.* = enabled
231 trac.about.AboutModule = disabled 231 trac.about.AboutModule = disabled
232 trac.admin.web_ui.BasicsAdminPanel = disabled 232 trac.admin.web_ui.BasicsAdminPanel = disabled
233 trac.admin.web_ui.LoggingAdminPanel = disabled 233 trac.admin.web_ui.LoggingAdminPanel = disabled
234 trac.admin.web_ui.PluginAdminPanel = disabled 234 trac.admin.web_ui.PluginAdminPanel = disabled
235 mastertickets.* = enabled 235 mastertickets.* = enabled
236 nevernotifyupdaterplugin.* = enabled 236 nevernotifyupdaterplugin.* = enabled
237 themeengine.* = enabled
238 themeengine.admin.* = disabled
237 239
238 [tickettemplate] 240 [tickettemplate]
239 field_list = summary, description, reporter, owner, priority, cc, milestone, com ponent, version, type 241 field_list = summary, description, reporter, owner, priority, cc, milestone, com ponent, version, type
240 enable_custom = false 242 enable_custom = false
241 243
242 [mainnav] 244 [mainnav]
243 tickets.label = View Issues 245 tickets.label = View Issues
244 tickets.href = /query 246 tickets.href = /query
245 newticket.label = New Issue 247 newticket.label = New Issue
246 wiki = false 248 wiki = false
247 249
248 [account-manager] 250 [account-manager]
249 hash_method = HtDigestHashMethod 251 hash_method = HtDigestHashMethod
250 db_htdigest_realm = TracDB 252 db_htdigest_realm = TracDB
251 password_store = SessionStore 253 password_store = SessionStore
252 reset_password = true 254 reset_password = true
253 login_attempt_max_count = 2 255 login_attempt_max_count = 2
254 user_lock_time = 15 256 user_lock_time = 15
255 user_lock_max_time = 0 257 user_lock_max_time = 0
256 user_lock_time_progression = 2 258 user_lock_time_progression = 2
257 username_regexp = . 259 username_regexp = .
258 verify_email = true 260 verify_email = true
259 261
260 [blackmagic] 262 [blackmagic]
261 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET _SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY 263 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET _SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY
262 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block edby,summary,type,component,verified_working,ready,review_url,in_progress 264 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block edby,summary,type,component,verified_working,ready,review_url,in_progress
263 id.label = Issue 265 id.label = Issue
264 priority.permission = TICKET_SET_PRIORITY 266 priority.permission = TICKET_SET_PRIORITY
265 priority.ondenial = hide
266 ready.permission = TICKET_MODIFY 267 ready.permission = TICKET_MODIFY
267 ready.ondenial = hide
268 ready.tip = Check, if the issue contains all required data and shall be implemen ted. 268 ready.tip = Check, if the issue contains all required data and shall be implemen ted.
269 review_url.permission = TICKET_MODIFY 269 review_url.permission = TICKET_MODIFY
270 review_url.ondenial = hide
271 review_url.tip = URL(s) to the review of your code 270 review_url.tip = URL(s) to the review of your code
272 in_progress.permission = TICKET_MODIFY 271 in_progress.permission = TICKET_MODIFY
273 in_progress.ondenial = hide
274 in_progress.tip = Check, if somebody is currently working on this issue. 272 in_progress.tip = Check, if somebody is currently working on this issue.
275 blocking.permission = TICKET_DEPENDENCY 273 blocking.permission = TICKET_DEPENDENCY
276 blocking.ondenial = hide
277 blockedby.permission = TICKET_DEPENDENCY 274 blockedby.permission = TICKET_DEPENDENCY
278 blockedby.ondenial = hide
279 priority.permission = TICKET_SET_PRIORITY 275 priority.permission = TICKET_SET_PRIORITY
280 cc.permission = TICKET_CREATE_CC 276 cc.permission = TICKET_MODIFY
Philip Hill 2014/03/25 11:57:31 setting cc.permission = TICKET_MODIFY will disallo
Wladimir Palant 2014/03/25 12:23:20 You are right, registered users in our instance do
281 cc.ondenial = hide
282 keywords.permission = TICKET_EDIT_KEYWORDS 277 keywords.permission = TICKET_EDIT_KEYWORDS
283 keywords.ondenial = hide
284 owner.label = Assignee 278 owner.label = Assignee
285 owner.permission = TICKET_SET_OWNER 279 owner.permission = TICKET_SET_OWNER
286 owner.ondenial = hide
287 sensitive.label = Confidential 280 sensitive.label = Confidential
288 Milestone.permission = TICKET_SET_MILESTONE 281 Milestone.permission = TICKET_SET_MILESTONE
289 Milestone.ondenial = hide
290 summary.tip = A one-sentence abstract of what and where the issue is about. 282 summary.tip = A one-sentence abstract of what and where the issue is about.
291 type.tip = Please select whether you want to report a defect or request a change . 283 type.tip = Please select whether you want to report a defect or request a change .
292 component.tip = Here, you can select, which technical component your issue belon gs to. Leave "Unknown" if unsure. 284 component.tip = Here, you can select, which technical component your issue belon gs to. Leave "Unknown" if unsure.
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 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.
294 verified_working.tip = Please leave this box unchecked until a moderator asks yo u to confirm a fixed issue actually works. 286 verified_working.tip = Please leave this box unchecked until a moderator asks yo u to confirm a fixed issue actually works.
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 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.
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 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.
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 cc.tip = Dispatches an Email to the entered user/email adress with changes to th e issue, every time an issue was changed.
298 priority.tip = Please only set this if you are absolutely sure about it. 290 priority.tip = Please only set this if you are absolutely sure about it.
299 blocking.tip = Does this issue prevent another one from being fixed upfront? 291 blocking.tip = Does this issue prevent another one from being fixed upfront?
(...skipping 11 matching lines...) Expand all
311 in_progress.value = 0 303 in_progress.value = 0
312 blocking = text 304 blocking = text
313 blocking.label = Blocking 305 blocking.label = Blocking
314 blockedby = text 306 blockedby = text
315 blockedby.label = Blocked By 307 blockedby.label = Blocked By
316 review_url = textarea 308 review_url = textarea
317 review_url.rows = 3 309 review_url.rows = 3
318 review_url.label = Review URL(s) 310 review_url.label = Review URL(s)
319 review_url.order = 1 311 review_url.order = 1
320 review_url.format = wiki 312 review_url.format = wiki
313
314 [theme]
315 enable_css = true
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