| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 | 107 |
| 108 [search] | 108 [search] |
| 109 # default_disabled_filters = <inherited> | 109 # default_disabled_filters = <inherited> |
| 110 min_query_length = 3 | 110 min_query_length = 3 |
| 111 | 111 |
| 112 [sqlite] | 112 [sqlite] |
| 113 # extensions = <inherited> | 113 # extensions = <inherited> |
| 114 | 114 |
| 115 [ticket] | 115 [ticket] |
| 116 default_cc = | 116 default_cc = |
| 117 default_component = | 117 default_component = Unknown |
| 118 default_description = | 118 default_description = |
| 119 default_keywords = | 119 default_keywords = |
| 120 default_milestone = | 120 default_milestone = |
| 121 default_owner = | 121 default_owner = |
| 122 default_priority = | 122 default_priority = Unknown |
| 123 default_resolution = fixed | 123 default_resolution = fixed |
| 124 default_severity = | 124 default_severity = |
| 125 default_summary = | 125 default_summary = |
| 126 default_type = | 126 default_type = defect |
| 127 default_version = | 127 default_version = |
| 128 max_comment_size = 262144 | 128 max_comment_size = 262144 |
| 129 max_description_size = 262144 | 129 max_description_size = 262144 |
| 130 preserve_newlines = default | 130 preserve_newlines = default |
| 131 restrict_owner = false | 131 restrict_owner = false |
| 132 workflow = ConfigurableTicketWorkflow | 132 workflow = ConfigurableTicketWorkflow |
| 133 | 133 |
| 134 [ticket-workflow] | 134 [ticket-workflow] |
| 135 accept = new,assigned,accepted,reopened -> accepted | |
| 136 accept.permissions = TICKET_MODIFY | |
| 137 leave = * -> * | 135 leave = * -> * |
| 138 leave.default = 1 | 136 leave.default = 1 |
| 139 leave.operations = leave_status | 137 leave.operations = leave_status |
| 140 reassign = new,assigned,accepted,reopened -> assigned | 138 reassign = new,assigned,reopened -> assigned |
| 141 reassign.operations = set_owner | 139 reassign.operations = set_owner |
| 142 reassign.permissions = TICKET_MODIFY | 140 reassign.permissions = TICKET_MODIFY |
| 143 reopen = closed,reviewing -> reopened | 141 reopen = closed,reviewing -> reopened |
| 144 reopen.operations = del_resolution | 142 reopen.operations = del_resolution |
| 145 reopen.permissions = TICKET_CREATE | 143 reopen.permissions = TICKET_CREATE |
| 146 resolve = new,assigned,accepted,reopened,reviewing -> closed | 144 resolve = new,assigned,reopened,reviewing -> closed |
| 147 resolve.operations = set_resolution | 145 resolve.operations = set_resolution |
| 148 resolve.permissions = TICKET_MODIFY | 146 resolve.permissions = TICKET_MODIFY |
| 149 codereview = new,assigned,reopened -> reviewing | 147 codereview = new,assigned,reopened -> reviewing |
| 150 | 148 |
| 151 [timeline] | 149 [timeline] |
| 152 abbreviated_messages = True | 150 abbreviated_messages = True |
| 153 changeset_collapse_events = false | 151 changeset_collapse_events = false |
| 154 changeset_long_messages = false | 152 changeset_long_messages = false |
| 155 changeset_show_files = 0 | 153 changeset_show_files = 0 |
| 156 default_daysback = 30 | 154 default_daysback = 30 |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 acct_mgr.web_ui.resetpwstore = enabled | 226 acct_mgr.web_ui.resetpwstore = enabled |
| 229 acct_mgr.guard.accountguard = enabled | 227 acct_mgr.guard.accountguard = enabled |
| 230 acct_mgr.notification.AccountChangeListener = enabled | 228 acct_mgr.notification.AccountChangeListener = enabled |
| 231 tickettemplate.* = enabled | 229 tickettemplate.* = enabled |
| 232 autocompleteusers.* = enabled | 230 autocompleteusers.* = enabled |
| 233 trac.about.AboutModule = disabled | 231 trac.about.AboutModule = disabled |
| 234 trac.admin.web_ui.BasicsAdminPanel = disabled | 232 trac.admin.web_ui.BasicsAdminPanel = disabled |
| 235 trac.admin.web_ui.LoggingAdminPanel = disabled | 233 trac.admin.web_ui.LoggingAdminPanel = disabled |
| 236 trac.admin.web_ui.PluginAdminPanel = disabled | 234 trac.admin.web_ui.PluginAdminPanel = disabled |
| 237 mastertickets.* = enabled | 235 mastertickets.* = enabled |
| 236 nevernotifyupdaterplugin.* = enabled |
| 238 | 237 |
| 239 [tickettemplate] | 238 [tickettemplate] |
| 240 field_list = summary, description, reporter, owner, priority, cc, milestone, com
ponent, version, type | 239 field_list = summary, description, reporter, owner, priority, cc, milestone, com
ponent, version, type |
| 241 enable_custom = false | 240 enable_custom = false |
| 242 | 241 |
| 243 [mainnav] | 242 [mainnav] |
| 244 tickets.label = View Issues | 243 tickets.label = View Issues |
| 245 tickets.href = /query | 244 tickets.href = /query |
| 246 newticket.label = New Issue | 245 newticket.label = New Issue |
| 247 wiki = false | 246 wiki = false |
| 248 | 247 |
| 249 [account-manager] | 248 [account-manager] |
| 250 hash_method = HtDigestHashMethod | 249 hash_method = HtDigestHashMethod |
| 251 db_htdigest_realm = TracDB | 250 db_htdigest_realm = TracDB |
| 252 password_store = SessionStore | 251 password_store = SessionStore |
| 253 reset_password = true | 252 reset_password = true |
| 254 login_attempt_max_count = 2 | 253 login_attempt_max_count = 2 |
| 255 user_lock_time = 15 | 254 user_lock_time = 15 |
| 256 user_lock_max_time = 0 | 255 user_lock_max_time = 0 |
| 257 user_lock_time_progression = 2 | 256 user_lock_time_progression = 2 |
| 258 username_regexp = . | 257 username_regexp = . |
| 259 verify_email = true | 258 verify_email = true |
| 260 | 259 |
| 261 [blackmagic] | 260 [blackmagic] |
| 262 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET
_SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY | 261 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET
_SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY |
| 263 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block
edby,summary,type,component,verified_working | 262 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block
edby,summary,type,component,verified_working,ready,review_url,in_progress |
| 264 id.label = Issue | 263 id.label = Issue |
| 265 priority.permission = TICKET_SET_PRIORITY | 264 priority.permission = TICKET_SET_PRIORITY |
| 266 priority.ondenial = hide | 265 priority.ondenial = hide |
| 266 ready.permission = TICKET_MODIFY |
| 267 ready.ondenial = hide |
| 268 review_url.permission = TICKET_MODIFY |
| 269 review_url.ondenial = hide |
| 270 in_progress.permission = TICKET_MODIFY |
| 271 in_progress.ondenial = hide |
| 267 blocking.permission = TICKET_DEPENDENCY | 272 blocking.permission = TICKET_DEPENDENCY |
| 268 blocking.ondenial = hide | 273 blocking.ondenial = hide |
| 269 blockedby.permission = TICKET_DEPENDENCY | 274 blockedby.permission = TICKET_DEPENDENCY |
| 270 blockedby.ondenial = hide | 275 blockedby.ondenial = hide |
| 271 priority.permission = TICKET_SET_PRIORITY | 276 priority.permission = TICKET_SET_PRIORITY |
| 272 cc.permission = TICKET_CREATE_CC | 277 cc.permission = TICKET_CREATE_CC |
| 273 cc.ondenial = hide | 278 cc.ondenial = hide |
| 274 keywords.permission = TICKET_EDIT_KEYWORDS | 279 keywords.permission = TICKET_EDIT_KEYWORDS |
| 275 keywords.ondenial = hide | 280 keywords.ondenial = hide |
| 281 owner.label = Assignee |
| 276 owner.permission = TICKET_SET_OWNER | 282 owner.permission = TICKET_SET_OWNER |
| 277 owner.ondenial = hide | 283 owner.ondenial = hide |
| 278 sensitive.label = Confidential | 284 sensitive.label = Confidential |
| 279 Milestone.permission = TICKET_SET_MILESTONE | 285 Milestone.permission = TICKET_SET_MILESTONE |
| 280 Milestone.ondenial = hide | 286 Milestone.ondenial = hide |
| 281 summary.tip = A one-sentence abstract of what and where the issue is about. | 287 summary.tip = A one-sentence abstract of what and where the issue is about. |
| 282 type.tip = Please select whether you want to report a defect or request a change
. | 288 type.tip = Please select whether you want to report a defect or request a change
. |
| 283 component.tip = Here, you can select, which technical component your issue belon
gs to. Leave "Unknown" if unsure. | 289 component.tip = Here, you can select, which technical component your issue belon
gs to. Leave "Unknown" if unsure. |
| 284 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. | 290 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 verified_working.tip = Please leave this box unchecked until a moderator asks yo
u to confirm a fixed issue actually works. | 291 verified_working.tip = Please leave this box unchecked until a moderator asks yo
u to confirm a fixed issue actually works. |
| 286 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. | 292 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 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. | 293 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 cc.tip = Dispatches an Email to the entered user/email adress with changes to th
e issue, every time an issue was changed. | 294 cc.tip = Dispatches an Email to the entered user/email adress with changes to th
e issue, every time an issue was changed. |
| 289 priority.tip = Please only set this if you are absolutely sure about it. | 295 priority.tip = Please only set this if you are absolutely sure about it. |
| 290 blocking.tip = Does this issue prevent another one from being fixed upfront? | 296 blocking.tip = Does this issue prevent another one from being fixed upfront? |
| 291 blockedby.tip = Does another issue prevent this one from being fixed? | 297 blockedby.tip = Does another issue prevent this one from being fixed? |
| 292 | 298 |
| 293 [ticket-custom] | 299 [ticket-custom] |
| 294 verified_working = checkbox | 300 verified_working = checkbox |
| 295 verified_working.label = Verified working | 301 verified_working.label = Verified working |
| 296 verified_working.value = 0 | 302 verified_working.value = 0 |
| 303 ready = checkbox |
| 304 ready.label = Ready |
| 305 ready.value = 0 |
| 306 in_progress = checkbox |
| 307 in_progress.label = In progress |
| 308 in_progress.value = 0 |
| 297 blocking = text | 309 blocking = text |
| 298 blocking.label = Blocking | 310 blocking.label = Blocking |
| 299 blockedby = text | 311 blockedby = text |
| 300 blockedby.label = Blocked By | 312 blockedby.label = Blocked By |
| 313 review_url = text |
| 314 review_url.label = Review URL |
| 315 review_url.order = 1 |
| OLD | NEW |