| OLD | NEW |
| 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 Loading... |
| 255 reset_password = true | 255 reset_password = true |
| 256 login_attempt_max_count = 2 | 256 login_attempt_max_count = 2 |
| 257 user_lock_time = 15 | 257 user_lock_time = 15 |
| 258 user_lock_max_time = 0 | 258 user_lock_max_time = 0 |
| 259 user_lock_time_progression = 2 | 259 user_lock_time_progression = 2 |
| 260 username_regexp = . | 260 username_regexp = . |
| 261 verify_email = true | 261 verify_email = true |
| 262 | 262 |
| 263 [blackmagic] | 263 [blackmagic] |
| 264 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET
_SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY | 264 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET
_SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY |
| 265 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block
edby,summary,type,component,verified_working,ready,review_url,in_progress | 265 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block
edby,summary,type,component,verified_working,ready,review_url |
| 266 gray_disabled = #cccccc | 266 gray_disabled = #cccccc |
| 267 id.label = Issue | 267 id.label = Issue |
| 268 priority.permission = TICKET_SET_PRIORITY | 268 priority.permission = TICKET_SET_PRIORITY |
| 269 ready.permission = TICKET_MODIFY | 269 ready.permission = TICKET_MODIFY |
| 270 ready.tip = Check, if the issue contains all required data and shall be implemen
ted. | 270 ready.tip = Check, if the issue contains all required data and shall be implemen
ted. |
| 271 review_url.permission = TICKET_MODIFY | 271 review_url.permission = TICKET_MODIFY |
| 272 review_url.tip = URL(s) to the review of your code | 272 review_url.tip = URL(s) to the review of your code |
| 273 in_progress.permission = TICKET_MODIFY | |
| 274 in_progress.tip = Check, if somebody is currently working on this issue. | |
| 275 blocking.permission = TICKET_DEPENDENCY | 273 blocking.permission = TICKET_DEPENDENCY |
| 276 blockedby.permission = TICKET_DEPENDENCY | 274 blockedby.permission = TICKET_DEPENDENCY |
| 277 priority.permission = TICKET_SET_PRIORITY | 275 priority.permission = TICKET_SET_PRIORITY |
| 278 cc.permission = TICKET_MODIFY | 276 cc.permission = TICKET_MODIFY |
| 279 keywords.permission = TICKET_EDIT_KEYWORDS | 277 keywords.permission = TICKET_EDIT_KEYWORDS |
| 280 owner.label = Assignee | 278 owner.label = Assignee |
| 281 owner.permission = TICKET_SET_OWNER | 279 owner.permission = TICKET_SET_OWNER |
| 282 sensitive.label = Confidential | 280 sensitive.label = Confidential |
| 283 Milestone.permission = TICKET_SET_MILESTONE | 281 Milestone.permission = TICKET_SET_MILESTONE |
| 284 summary.tip = A one-sentence abstract of what and where the issue is about. | 282 summary.tip = A one-sentence abstract of what and where the issue is about. |
| 285 type.tip = Please select whether you want to report a defect or request a change
. | 283 type.tip = Please select whether you want to report a defect or request a change
. |
| 286 component.tip = Here, you can select, which technical component your issue belon
gs to. Leave "Unknown" if unsure. | 284 component.tip = Here, you can select, which technical component your issue belon
gs to. Leave "Unknown" if unsure. |
| 287 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. | 285 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. |
| 288 verified_working.tip = Please leave this box unchecked until a moderator asks yo
u to confirm a fixed issue actually works. | 286 verified_working.tip = Please leave this box unchecked until a moderator asks yo
u to confirm a fixed issue actually works. |
| 289 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. | 287 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. |
| 290 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. | 288 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. |
| 291 cc.tip = Dispatches an Email to the entered user/email adress with changes to th
e issue, every time an issue was changed. | 289 cc.tip = Dispatches an Email to the entered user/email adress with changes to th
e issue, every time an issue was changed. |
| 292 priority.tip = Please only set this if you are absolutely sure about it. | 290 priority.tip = Please only set this if you are absolutely sure about it. |
| 293 blocking.tip = Does this issue prevent another one from being fixed upfront? | 291 blocking.tip = Does this issue prevent another one from being fixed upfront? |
| 294 blockedby.tip = Does another issue prevent this one from being fixed? | 292 blockedby.tip = Does another issue prevent this one from being fixed? |
| 295 | 293 |
| 296 [ticket-custom] | 294 [ticket-custom] |
| 297 verified_working = checkbox | 295 verified_working = checkbox |
| 298 verified_working.label = Verified working | 296 verified_working.label = Verified working |
| 299 verified_working.value = 0 | 297 verified_working.value = 0 |
| 300 ready = checkbox | 298 ready = checkbox |
| 301 ready.label = Ready | 299 ready.label = Ready |
| 302 ready.value = 0 | 300 ready.value = 0 |
| 303 in_progress = checkbox | |
| 304 in_progress.label = In progress | |
| 305 in_progress.value = 0 | |
| 306 blocking = text | 301 blocking = text |
| 307 blocking.label = Blocking | 302 blocking.label = Blocking |
| 308 blockedby = text | 303 blockedby = text |
| 309 blockedby.label = Blocked By | 304 blockedby.label = Blocked By |
| 310 review_url = textarea | 305 review_url = textarea |
| 311 review_url.rows = 3 | 306 review_url.rows = 3 |
| 312 review_url.cols = 68 | 307 review_url.cols = 68 |
| 313 review_url.label = Review URL(s) | 308 review_url.label = Review URL(s) |
| 314 review_url.order = 1 | 309 review_url.order = 1 |
| 315 review_url.format = wiki | 310 review_url.format = wiki |
| 316 | 311 |
| 317 [theme] | 312 [theme] |
| 318 enable_css = true | 313 enable_css = true |
| OLD | NEW |