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

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

Issue 5708051902365696: Added tooltip infos to Trac fields. (Closed)
Patch Set: Created March 10, 2014, 10:56 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 | « no previous file | 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 reset_password = true 252 reset_password = true
253 login_attempt_max_count = 2 253 login_attempt_max_count = 2
254 user_lock_time = 15 254 user_lock_time = 15
255 user_lock_max_time = 0 255 user_lock_max_time = 0
256 user_lock_time_progression = 2 256 user_lock_time_progression = 2
257 username_regexp = . 257 username_regexp = .
258 verify_email = true 258 verify_email = true
259 259
260 [blackmagic] 260 [blackmagic]
261 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
262 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block edby 262 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block edby,summary,type,component,verified_working
263 id.label = Issue 263 id.label = Issue
264 priority.permission = TICKET_SET_PRIORITY 264 priority.permission = TICKET_SET_PRIORITY
265 priority.ondenial = hide 265 priority.ondenial = hide
266 blocking.permission = TICKET_DEPENDENCY 266 blocking.permission = TICKET_DEPENDENCY
267 blocking.ondenial = hide 267 blocking.ondenial = hide
268 blockedby.permission = TICKET_DEPENDENCY 268 blockedby.permission = TICKET_DEPENDENCY
269 blockedby.ondenial = hide 269 blockedby.ondenial = hide
270 priority.permission = TICKET_SET_PRIORITY 270 priority.permission = TICKET_SET_PRIORITY
271 cc.permission = TICKET_CREATE_CC 271 cc.permission = TICKET_CREATE_CC
272 cc.ondenial = hide 272 cc.ondenial = hide
273 keywords.permission = TICKET_EDIT_KEYWORDS 273 keywords.permission = TICKET_EDIT_KEYWORDS
274 keywords.ondenial = hide 274 keywords.ondenial = hide
275 owner.permission = TICKET_SET_OWNER 275 owner.permission = TICKET_SET_OWNER
276 owner.ondenial = hide 276 owner.ondenial = hide
277 sensitive.label = Confidential 277 sensitive.label = Confidential
278 Milestone.permission = TICKET_SET_MILESTONE 278 Milestone.permission = TICKET_SET_MILESTONE
279 Milestone.ondenial = hide 279 Milestone.ondenial = hide
280 summary.tip = A one-sentence abstract of what and where the issue is about.
281 type.tip = Please select whether you want to report a defect or request a change .
282 component.tip = Here, you can select, which technical component your issue belon gs to. Leave "Unknown" if unsure.
283 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.
284 verified_working.tip = Please leave this box unchecked until a moderator asks yo u to confirm a fixed issue actually works.
285 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.
286 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.
287 cc.tip = Dispatches an Email to the entered user/email adress with changes to th e issue, every time an issue was changed.
288 priority.tip = Please only set this if you are absolutely sure about it.
289 blocking.tip = Does this issue prevent another one from being fixed upfront?
290 blockedby.tip = Does another issue prevent this one from being fixed?
280 291
281 [ticket-custom] 292 [ticket-custom]
282 verified_working = checkbox 293 verified_working = checkbox
283 verified_working.label = Verified working 294 verified_working.label = Verified working
284 verified_working.value = 0 295 verified_working.value = 0
285 blocking = text 296 blocking = text
286 blocking.label = Blocking 297 blocking.label = Blocking
287 blockedby = text 298 blockedby = text
288 blockedby.label = Blocked By 299 blockedby.label = Blocked By
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld