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

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

Issue 6005975253254144: Issue 2114 - re-enabled "Verified working" field in issues1 (Closed)
Patch Set: Created March 11, 2015, 8:54 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 [inherit] 3 [inherit]
4 file = /home/trac/trac.ini 4 file = /home/trac/trac.ini
5 5
6 [header_logo] 6 [header_logo]
7 alt = <%= @description %> 7 alt = <%= @description %>
8 height = 80 8 height = 80
9 link = / 9 link = /
10 src = logo.png 10 src = logo.png
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 reset_password = true 128 reset_password = true
129 login_attempt_max_count = 2 129 login_attempt_max_count = 2
130 user_lock_time = 15 130 user_lock_time = 15
131 user_lock_max_time = 0 131 user_lock_max_time = 0
132 user_lock_time_progression = 2 132 user_lock_time_progression = 2
133 username_regexp = . 133 username_regexp = .
134 verify_email = true 134 verify_email = true
135 135
136 [blackmagic] 136 [blackmagic]
137 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET _SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY 137 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET _SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY
138 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block edby,summary,type,component,ready,review_url,platform 138 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block edby,summary,type,component,verified_working,ready,review_url,platform
139 gray_disabled = #cccccc 139 gray_disabled = #cccccc
140 id.label = Issue 140 id.label = Issue
141 priority.permission = TICKET_SET_PRIORITY 141 priority.permission = TICKET_SET_PRIORITY
142 ready.permission = TICKET_MODIFY 142 ready.permission = TICKET_MODIFY
143 ready.tip = Check, if the issue contains all required data and shall be implemen ted. 143 ready.tip = Check, if the issue contains all required data and shall be implemen ted.
144 review_url.permission = TICKET_MODIFY 144 review_url.permission = TICKET_MODIFY
145 review_url.tip = URL(s) to the review of your code 145 review_url.tip = URL(s) to the review of your code
146 blocking.permission = TICKET_DEPENDENCY 146 blocking.permission = TICKET_DEPENDENCY
147 blockedby.permission = TICKET_DEPENDENCY 147 blockedby.permission = TICKET_DEPENDENCY
148 priority.permission = TICKET_SET_PRIORITY 148 priority.permission = TICKET_SET_PRIORITY
149 cc.permission = TICKET_MODIFY 149 cc.permission = TICKET_MODIFY
150 keywords.permission = TICKET_EDIT_KEYWORDS 150 keywords.permission = TICKET_EDIT_KEYWORDS
151 owner.label = Assignee 151 owner.label = Assignee
152 owner.permission = TICKET_SET_OWNER 152 owner.permission = TICKET_SET_OWNER
153 sensitive.label = Confidential 153 sensitive.label = Confidential
154 Milestone.permission = TICKET_SET_MILESTONE 154 Milestone.permission = TICKET_SET_MILESTONE
155 summary.tip = A one-sentence abstract of what and where the issue is about. 155 summary.tip = A one-sentence abstract of what and where the issue is about.
156 type.tip = Please select whether you want to report a defect or request a change . 156 type.tip = Please select whether you want to report a defect or request a change .
157 component.label = Module 157 component.label = Module
158 component.permission = TICKET_MODIFY 158 component.permission = TICKET_MODIFY
159 component.tip = Here, you can select, which technical module your issue belongs to. Leave "Unknown" if unsure. 159 component.tip = Here, you can select, which technical module your issue belongs to. Leave "Unknown" if unsure.
160 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. 160 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.
161 verified_working.tip = Please leave this box unchecked until a moderator asks yo u to confirm a fixed issue actually works.
161 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. 162 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.
162 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. 163 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.
163 cc.tip = Dispatches an Email to the entered user/email adress with changes to th e issue, every time an issue was changed. 164 cc.tip = Dispatches an Email to the entered user/email adress with changes to th e issue, every time an issue was changed.
164 priority.tip = Please only set this if you are absolutely sure about it. 165 priority.tip = Please only set this if you are absolutely sure about it.
165 blocking.tip = Does this issue prevent another one from being fixed upfront? 166 blocking.tip = Does this issue prevent another one from being fixed upfront?
166 blockedby.tip = Does another issue prevent this one from being fixed? 167 blockedby.tip = Does another issue prevent this one from being fixed?
167 platform.tip = Please select the platform, where the issue belongs to. 168 platform.tip = Please select the platform, where the issue belongs to.
168 169
169 170
170 [ticket-custom] 171 [ticket-custom]
172 verified_working = checkbox
173 verified_working.label = Verified working
174 verified_working.value = 0
171 ready = checkbox 175 ready = checkbox
172 ready.label = Ready 176 ready.label = Ready
173 ready.value = 0 177 ready.value = 0
174 blocking = text 178 blocking = text
175 blocking.label = Blocking 179 blocking.label = Blocking
176 blockedby = text 180 blockedby = text
177 blockedby.label = Blocked By 181 blockedby.label = Blocked By
178 review_url = textarea 182 review_url = textarea
179 review_url.rows = 3 183 review_url.rows = 3
180 review_url.cols = 68 184 review_url.cols = 68
181 review_url.label = Review URL(s) 185 review_url.label = Review URL(s)
182 review_url.order = 1 186 review_url.order = 1
183 review_url.format = wiki 187 review_url.format = wiki
184 platform = select 188 platform = select
185 platform.label = Platform 189 platform.label = Platform
186 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi le|Kitt|Maxthon|Maxthon for Android|Opera|Safari 190 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi le|Kitt|Maxthon|Maxthon for Android|Opera|Safari
187 platform.value = Unknown 191 platform.value = Unknown
188 192
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