| 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 reset_password = true | 268 reset_password = true |
| 269 login_attempt_max_count = 2 | 269 login_attempt_max_count = 2 |
| 270 user_lock_time = 15 | 270 user_lock_time = 15 |
| 271 user_lock_max_time = 0 | 271 user_lock_max_time = 0 |
| 272 user_lock_time_progression = 2 | 272 user_lock_time_progression = 2 |
| 273 username_regexp = . | 273 username_regexp = . |
| 274 verify_email = true | 274 verify_email = true |
| 275 | 275 |
| 276 [blackmagic] | 276 [blackmagic] |
| 277 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET
_SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY | 277 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET
_SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY |
| 278 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block
edby,summary,type,component,verified_working,ready,review_url | 278 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block
edby,summary,type,component,verified_working,ready,review_url,platform |
| 279 gray_disabled = #cccccc | 279 gray_disabled = #cccccc |
| 280 id.label = Issue | 280 id.label = Issue |
| 281 priority.permission = TICKET_SET_PRIORITY | 281 priority.permission = TICKET_SET_PRIORITY |
| 282 ready.permission = TICKET_MODIFY | 282 ready.permission = TICKET_MODIFY |
| 283 ready.tip = Check, if the issue contains all required data and shall be implemen
ted. | 283 ready.tip = Check, if the issue contains all required data and shall be implemen
ted. |
| 284 review_url.permission = TICKET_MODIFY | 284 review_url.permission = TICKET_MODIFY |
| 285 review_url.tip = URL(s) to the review of your code | 285 review_url.tip = URL(s) to the review of your code |
| 286 blocking.permission = TICKET_DEPENDENCY | 286 blocking.permission = TICKET_DEPENDENCY |
| 287 blockedby.permission = TICKET_DEPENDENCY | 287 blockedby.permission = TICKET_DEPENDENCY |
| 288 priority.permission = TICKET_SET_PRIORITY | 288 priority.permission = TICKET_SET_PRIORITY |
| 289 cc.permission = TICKET_MODIFY | 289 cc.permission = TICKET_MODIFY |
| 290 keywords.permission = TICKET_EDIT_KEYWORDS | 290 keywords.permission = TICKET_EDIT_KEYWORDS |
| 291 owner.label = Assignee | 291 owner.label = Assignee |
| 292 owner.permission = TICKET_SET_OWNER | 292 owner.permission = TICKET_SET_OWNER |
| 293 sensitive.label = Confidential | 293 sensitive.label = Confidential |
| 294 Milestone.permission = TICKET_SET_MILESTONE | 294 Milestone.permission = TICKET_SET_MILESTONE |
| 295 summary.tip = A one-sentence abstract of what and where the issue is about. | 295 summary.tip = A one-sentence abstract of what and where the issue is about. |
| 296 type.tip = Please select whether you want to report a defect or request a change
. | 296 type.tip = Please select whether you want to report a defect or request a change
. |
| 297 component.permission = TICKET_MODIFY |
| 297 component.tip = Here, you can select, which technical component your issue belon
gs to. Leave "Unknown" if unsure. | 298 component.tip = Here, you can select, which technical component your issue belon
gs to. Leave "Unknown" if unsure. |
| 298 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. | 299 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. |
| 299 verified_working.tip = Please leave this box unchecked until a moderator asks yo
u to confirm a fixed issue actually works. | 300 verified_working.tip = Please leave this box unchecked until a moderator asks yo
u to confirm a fixed issue actually works. |
| 300 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. | 301 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. |
| 301 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. | 302 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. |
| 302 cc.tip = Dispatches an Email to the entered user/email adress with changes to th
e issue, every time an issue was changed. | 303 cc.tip = Dispatches an Email to the entered user/email adress with changes to th
e issue, every time an issue was changed. |
| 303 priority.tip = Please only set this if you are absolutely sure about it. | 304 priority.tip = Please only set this if you are absolutely sure about it. |
| 304 blocking.tip = Does this issue prevent another one from being fixed upfront? | 305 blocking.tip = Does this issue prevent another one from being fixed upfront? |
| 305 blockedby.tip = Does another issue prevent this one from being fixed? | 306 blockedby.tip = Does another issue prevent this one from being fixed? |
| 307 platform.tip = Please select the platform, where the issue belongs to. |
| 308 |
| 306 | 309 |
| 307 [ticket-custom] | 310 [ticket-custom] |
| 308 verified_working = checkbox | 311 verified_working = checkbox |
| 309 verified_working.label = Verified working | 312 verified_working.label = Verified working |
| 310 verified_working.value = 0 | 313 verified_working.value = 0 |
| 311 ready = checkbox | 314 ready = checkbox |
| 312 ready.label = Ready | 315 ready.label = Ready |
| 313 ready.value = 0 | 316 ready.value = 0 |
| 314 blocking = text | 317 blocking = text |
| 315 blocking.label = Blocking | 318 blocking.label = Blocking |
| 316 blockedby = text | 319 blockedby = text |
| 317 blockedby.label = Blocked By | 320 blockedby.label = Blocked By |
| 318 review_url = textarea | 321 review_url = textarea |
| 319 review_url.rows = 3 | 322 review_url.rows = 3 |
| 320 review_url.cols = 68 | 323 review_url.cols = 68 |
| 321 review_url.label = Review URL(s) | 324 review_url.label = Review URL(s) |
| 322 review_url.order = 1 | 325 review_url.order = 1 |
| 323 review_url.format = wiki | 326 review_url.format = wiki |
| 327 platform = select |
| 328 platform.label = Platform |
| 329 platform.options = Unknown|All|Android|Chrome|Internet Explorer|Firefox|Opera|Sa
fari |
| 330 platform.value = Unknown |
| 324 | 331 |
| 325 [theme] | 332 [theme] |
| 326 enable_css = true | 333 enable_css = true |
| 327 | 334 |
| 328 [spam-filter] | 335 [spam-filter] |
| 329 max_posts_by_ip = 50 | 336 max_posts_by_ip = 50 |
| 330 bayes_min_training = 10 | 337 bayes_min_training = 10 |
| 331 authenticated_karma = 0 | 338 authenticated_karma = 0 |
| 332 min_karma = -14 | 339 min_karma = -14 |
| OLD | NEW |