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

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

Issue 5769066073554944: Issue 211 - [trac] Make priority/milestone/component fields visible to everybody (Closed)
Left Patch Set: Fixed ThemeEngine configuration Created March 25, 2014, 12:20 p.m.
Right 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:
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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 login_attempt_max_count = 2 255 login_attempt_max_count = 2
256 user_lock_time = 15 256 user_lock_time = 15
257 user_lock_max_time = 0 257 user_lock_max_time = 0
258 user_lock_time_progression = 2 258 user_lock_time_progression = 2
259 username_regexp = . 259 username_regexp = .
260 verify_email = true 260 verify_email = true
261 261
262 [blackmagic] 262 [blackmagic]
263 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
264 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
265 id.label = Issue 266 id.label = Issue
266 priority.permission = TICKET_SET_PRIORITY 267 priority.permission = TICKET_SET_PRIORITY
267 ready.permission = TICKET_MODIFY 268 ready.permission = TICKET_MODIFY
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.tip = URL(s) to the review of your code 271 review_url.tip = URL(s) to the review of your code
271 in_progress.permission = TICKET_MODIFY 272 in_progress.permission = TICKET_MODIFY
272 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.
273 blocking.permission = TICKET_DEPENDENCY 274 blocking.permission = TICKET_DEPENDENCY
274 blockedby.permission = TICKET_DEPENDENCY 275 blockedby.permission = TICKET_DEPENDENCY
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 blockedby = text 307 blockedby = text
307 blockedby.label = Blocked By 308 blockedby.label = Blocked By
308 review_url = textarea 309 review_url = textarea
309 review_url.rows = 3 310 review_url.rows = 3
310 review_url.label = Review URL(s) 311 review_url.label = Review URL(s)
311 review_url.order = 1 312 review_url.order = 1
312 review_url.format = wiki 313 review_url.format = wiki
313 314
314 [theme] 315 [theme]
315 enable_css = true 316 enable_css = true
LEFTRIGHT

Powered by Google App Engine
This is Rietveld