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: Don`t hide review_url field and add missing dependency Created March 25, 2014, 3:40 p.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.CustomThemeAdminModule = 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
265 gray_disabled = #cccccc
263 id.label = Issue 266 id.label = Issue
264 priority.permission = TICKET_SET_PRIORITY 267 priority.permission = TICKET_SET_PRIORITY
265 priority.ondenial = hide
266 ready.permission = TICKET_MODIFY 268 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 ready.tip = Check, if the issue contains all required data and shall be implemen ted.
269 review_url.permission = TICKET_MODIFY 270 review_url.permission = TICKET_MODIFY
270 review_url.ondenial = hide
271 review_url.tip = URL(s) to the review of your code 271 review_url.tip = URL(s) to the review of your code
272 in_progress.permission = TICKET_MODIFY 272 in_progress.permission = TICKET_MODIFY
273 in_progress.ondenial = hide
274 in_progress.tip = Check, if somebody is currently working on this issue. 273 in_progress.tip = Check, if somebody is currently working on this issue.
275 blocking.permission = TICKET_DEPENDENCY 274 blocking.permission = TICKET_DEPENDENCY
276 blocking.ondenial = hide
277 blockedby.permission = TICKET_DEPENDENCY 275 blockedby.permission = TICKET_DEPENDENCY
278 blockedby.ondenial = hide
279 priority.permission = TICKET_SET_PRIORITY 276 priority.permission = TICKET_SET_PRIORITY
280 cc.permission = TICKET_CREATE_CC 277 cc.permission = TICKET_MODIFY
281 cc.ondenial = hide
282 keywords.permission = TICKET_EDIT_KEYWORDS 278 keywords.permission = TICKET_EDIT_KEYWORDS
283 keywords.ondenial = hide
284 owner.label = Assignee 279 owner.label = Assignee
285 owner.permission = TICKET_SET_OWNER 280 owner.permission = TICKET_SET_OWNER
286 owner.ondenial = hide
287 sensitive.label = Confidential 281 sensitive.label = Confidential
288 Milestone.permission = TICKET_SET_MILESTONE 282 Milestone.permission = TICKET_SET_MILESTONE
289 Milestone.ondenial = hide
290 summary.tip = A one-sentence abstract of what and where the issue is about. 283 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 . 284 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. 285 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. 286 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. 287 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. 288 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. 289 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. 290 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. 291 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? 292 blocking.tip = Does this issue prevent another one from being fixed upfront?
(...skipping 11 matching lines...) Expand all
311 in_progress.value = 0 304 in_progress.value = 0
312 blocking = text 305 blocking = text
313 blocking.label = Blocking 306 blocking.label = Blocking
314 blockedby = text 307 blockedby = text
315 blockedby.label = Blocked By 308 blockedby.label = Blocked By
316 review_url = textarea 309 review_url = textarea
317 review_url.rows = 3 310 review_url.rows = 3
318 review_url.label = Review URL(s) 311 review_url.label = Review URL(s)
319 review_url.order = 1 312 review_url.order = 1
320 review_url.format = wiki 313 review_url.format = wiki
314
315 [theme]
316 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