OLD | NEW |
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 reset_password = true | 129 reset_password = true |
130 login_attempt_max_count = 2 | 130 login_attempt_max_count = 2 |
131 user_lock_time = 15 | 131 user_lock_time = 15 |
132 user_lock_max_time = 0 | 132 user_lock_max_time = 0 |
133 user_lock_time_progression = 2 | 133 user_lock_time_progression = 2 |
134 username_regexp = . | 134 username_regexp = . |
135 verify_email = true | 135 verify_email = true |
136 | 136 |
137 [blackmagic] | 137 [blackmagic] |
138 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET
_SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY | 138 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET
_SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY |
139 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block
edby,summary,type,component,verified_working,ready,review_url,platform | 139 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block
edby,summary,type,component,ready,review_url,platform |
140 gray_disabled = #cccccc | 140 gray_disabled = #cccccc |
141 id.label = Issue | 141 id.label = Issue |
142 priority.permission = TICKET_SET_PRIORITY | 142 priority.permission = TICKET_SET_PRIORITY |
143 ready.permission = TICKET_MODIFY | 143 ready.permission = TICKET_MODIFY |
144 ready.tip = Check, if the issue contains all required data and shall be implemen
ted. | 144 ready.tip = Check, if the issue contains all required data and shall be implemen
ted. |
145 review_url.permission = TICKET_MODIFY | 145 review_url.permission = TICKET_MODIFY |
146 review_url.tip = URL(s) to the review of your code | 146 review_url.tip = URL(s) to the review of your code |
147 blocking.permission = TICKET_DEPENDENCY | 147 blocking.permission = TICKET_DEPENDENCY |
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.permission = TICKET_MODIFY | 158 component.permission = TICKET_MODIFY |
159 component.tip = Here, you can select, which technical component your issue belon
gs to. Leave "Unknown" if unsure. | 159 component.tip = Here, you can select, which technical component your issue belon
gs 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. | |
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. | 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. |
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. | 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. |
164 cc.tip = Dispatches an Email to the entered user/email adress with changes to th
e issue, every time an issue was changed. | 163 cc.tip = Dispatches an Email to the entered user/email adress with changes to th
e issue, every time an issue was changed. |
165 priority.tip = Please only set this if you are absolutely sure about it. | 164 priority.tip = Please only set this if you are absolutely sure about it. |
166 blocking.tip = Does this issue prevent another one from being fixed upfront? | 165 blocking.tip = Does this issue prevent another one from being fixed upfront? |
167 blockedby.tip = Does another issue prevent this one from being fixed? | 166 blockedby.tip = Does another issue prevent this one from being fixed? |
168 platform.tip = Please select the platform, where the issue belongs to. | 167 platform.tip = Please select the platform, where the issue belongs to. |
169 | 168 |
170 | 169 |
171 [ticket-custom] | 170 [ticket-custom] |
172 verified_working = checkbox | |
173 verified_working.label = Verified working | |
174 verified_working.value = 0 | |
175 ready = checkbox | 171 ready = checkbox |
176 ready.label = Ready | 172 ready.label = Ready |
177 ready.value = 0 | 173 ready.value = 0 |
178 blocking = text | 174 blocking = text |
179 blocking.label = Blocking | 175 blocking.label = Blocking |
180 blockedby = text | 176 blockedby = text |
181 blockedby.label = Blocked By | 177 blockedby.label = Blocked By |
182 review_url = textarea | 178 review_url = textarea |
183 review_url.rows = 3 | 179 review_url.rows = 3 |
184 review_url.cols = 68 | 180 review_url.cols = 68 |
185 review_url.label = Review URL(s) | 181 review_url.label = Review URL(s) |
186 review_url.order = 1 | 182 review_url.order = 1 |
187 review_url.format = wiki | 183 review_url.format = wiki |
188 platform = select | 184 platform = select |
189 platform.label = Platform | 185 platform.label = Platform |
190 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi
le|Opera|Safari | 186 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi
le|Opera|Safari |
191 platform.value = Unknown | 187 platform.value = Unknown |
192 | 188 |
OLD | NEW |