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

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

Issue 5025045457928192: Issue 1714 Renamed Component field in Issue tracker issues1 with Module. (Closed)
Patch Set: Created Dec. 19, 2014, 1:39 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 | « 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 blockedby.permission = TICKET_DEPENDENCY 148 blockedby.permission = TICKET_DEPENDENCY
149 priority.permission = TICKET_SET_PRIORITY 149 priority.permission = TICKET_SET_PRIORITY
150 cc.permission = TICKET_MODIFY 150 cc.permission = TICKET_MODIFY
151 keywords.permission = TICKET_EDIT_KEYWORDS 151 keywords.permission = TICKET_EDIT_KEYWORDS
152 owner.label = Assignee 152 owner.label = Assignee
153 owner.permission = TICKET_SET_OWNER 153 owner.permission = TICKET_SET_OWNER
154 sensitive.label = Confidential 154 sensitive.label = Confidential
155 Milestone.permission = TICKET_SET_MILESTONE 155 Milestone.permission = TICKET_SET_MILESTONE
156 summary.tip = A one-sentence abstract of what and where the issue is about. 156 summary.tip = A one-sentence abstract of what and where the issue is about.
157 type.tip = Please select whether you want to report a defect or request a change . 157 type.tip = Please select whether you want to report a defect or request a change .
158 component.label = Module
158 component.permission = TICKET_MODIFY 159 component.permission = TICKET_MODIFY
159 component.tip = Here, you can select, which technical component your issue belon gs to. Leave "Unknown" if unsure. 160 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. 161 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 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]
171 ready = checkbox 172 ready = checkbox
172 ready.label = Ready 173 ready.label = Ready
173 ready.value = 0 174 ready.value = 0
174 blocking = text 175 blocking = text
175 blocking.label = Blocking 176 blocking.label = Blocking
176 blockedby = text 177 blockedby = text
177 blockedby.label = Blocked By 178 blockedby.label = Blocked By
178 review_url = textarea 179 review_url = textarea
179 review_url.rows = 3 180 review_url.rows = 3
180 review_url.cols = 68 181 review_url.cols = 68
181 review_url.label = Review URL(s) 182 review_url.label = Review URL(s)
182 review_url.order = 1 183 review_url.order = 1
183 review_url.format = wiki 184 review_url.format = wiki
184 platform = select 185 platform = select
185 platform.label = Platform 186 platform.label = Platform
186 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi le|Opera|Safari 187 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi le|Opera|Safari
187 platform.value = Unknown 188 platform.value = Unknown
188 189
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