Left: | ||
Right: |
LEFT | RIGHT |
---|---|
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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
228 acct_mgr.notification.AccountChangeListener = enabled | 228 acct_mgr.notification.AccountChangeListener = enabled |
229 tickettemplate.* = enabled | 229 tickettemplate.* = enabled |
230 autocompleteusers.* = enabled | 230 autocompleteusers.* = enabled |
231 trac.about.AboutModule = disabled | 231 trac.about.AboutModule = disabled |
232 trac.admin.web_ui.BasicsAdminPanel = disabled | 232 trac.admin.web_ui.BasicsAdminPanel = disabled |
233 trac.admin.web_ui.LoggingAdminPanel = disabled | 233 trac.admin.web_ui.LoggingAdminPanel = disabled |
234 trac.admin.web_ui.PluginAdminPanel = disabled | 234 trac.admin.web_ui.PluginAdminPanel = disabled |
235 mastertickets.* = enabled | 235 mastertickets.* = enabled |
236 nevernotifyupdaterplugin.* = enabled | 236 nevernotifyupdaterplugin.* = enabled |
237 themeengine.* = enabled | 237 themeengine.* = enabled |
238 themeengine.admin.* = disabled | 238 themeengine.admin.CustomThemeAdminModule = disabled |
239 | 239 |
240 [tickettemplate] | 240 [tickettemplate] |
241 field_list = summary, description, reporter, owner, priority, cc, milestone, com ponent, version, type | 241 field_list = summary, description, reporter, owner, priority, cc, milestone, com ponent, version, type |
242 enable_custom = false | 242 enable_custom = false |
243 | 243 |
244 [mainnav] | 244 [mainnav] |
245 tickets.label = View Issues | 245 tickets.label = View Issues |
246 tickets.href = /query | 246 tickets.href = /query |
247 newticket.label = New Issue | 247 newticket.label = New Issue |
248 wiki = false | 248 wiki = false |
249 | 249 |
250 [account-manager] | 250 [account-manager] |
251 hash_method = HtDigestHashMethod | 251 hash_method = HtDigestHashMethod |
252 db_htdigest_realm = TracDB | 252 db_htdigest_realm = TracDB |
253 password_store = SessionStore | 253 password_store = SessionStore |
254 reset_password = true | 254 reset_password = true |
255 login_attempt_max_count = 2 | 255 login_attempt_max_count = 2 |
256 user_lock_time = 15 | 256 user_lock_time = 15 |
257 user_lock_max_time = 0 | 257 user_lock_max_time = 0 |
258 user_lock_time_progression = 2 | 258 user_lock_time_progression = 2 |
259 username_regexp = . | 259 username_regexp = . |
260 verify_email = true | 260 verify_email = true |
261 | 261 |
262 [blackmagic] | 262 [blackmagic] |
263 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET _SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY | 263 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET _SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY |
264 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block edby,summary,type,component,verified_working,ready,review_url,in_progress | 264 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block edby,summary,type,component,verified_working,ready,review_url,in_progress |
265 gray_disabled = #cccccc | |
265 id.label = Issue | 266 id.label = Issue |
266 priority.permission = TICKET_SET_PRIORITY | 267 priority.permission = TICKET_SET_PRIORITY |
267 ready.permission = TICKET_MODIFY | 268 ready.permission = TICKET_MODIFY |
268 ready.tip = Check, if the issue contains all required data and shall be implemen ted. | 269 ready.tip = Check, if the issue contains all required data and shall be implemen ted. |
269 review_url.permission = TICKET_MODIFY | 270 review_url.permission = TICKET_MODIFY |
270 review_url.tip = URL(s) to the review of your code | 271 review_url.tip = URL(s) to the review of your code |
271 in_progress.permission = TICKET_MODIFY | 272 in_progress.permission = TICKET_MODIFY |
272 in_progress.tip = Check, if somebody is currently working on this issue. | 273 in_progress.tip = Check, if somebody is currently working on this issue. |
273 blocking.permission = TICKET_DEPENDENCY | 274 blocking.permission = TICKET_DEPENDENCY |
274 blockedby.permission = TICKET_DEPENDENCY | 275 blockedby.permission = TICKET_DEPENDENCY |
275 priority.permission = TICKET_SET_PRIORITY | 276 priority.permission = TICKET_SET_PRIORITY |
276 cc.permission = TICKET_MODIFY | 277 cc.permission = TICKET_MODIFY |
Philip Hill
2014/03/25 11:57:31
setting cc.permission = TICKET_MODIFY will disallo
Wladimir Palant
2014/03/25 12:23:20
You are right, registered users in our instance do
| |
277 keywords.permission = TICKET_EDIT_KEYWORDS | 278 keywords.permission = TICKET_EDIT_KEYWORDS |
278 owner.label = Assignee | 279 owner.label = Assignee |
279 owner.permission = TICKET_SET_OWNER | 280 owner.permission = TICKET_SET_OWNER |
280 sensitive.label = Confidential | 281 sensitive.label = Confidential |
281 Milestone.permission = TICKET_SET_MILESTONE | 282 Milestone.permission = TICKET_SET_MILESTONE |
282 summary.tip = A one-sentence abstract of what and where the issue is about. | 283 summary.tip = A one-sentence abstract of what and where the issue is about. |
283 type.tip = Please select whether you want to report a defect or request a change . | 284 type.tip = Please select whether you want to report a defect or request a change . |
284 component.tip = Here, you can select, which technical component your issue belon gs to. Leave "Unknown" if unsure. | 285 component.tip = Here, you can select, which technical component your issue belon gs to. Leave "Unknown" if unsure. |
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. | 286 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. |
286 verified_working.tip = Please leave this box unchecked until a moderator asks yo u to confirm a fixed issue actually works. | 287 verified_working.tip = Please leave this box unchecked until a moderator asks yo u to confirm a fixed issue actually works. |
(...skipping 19 matching lines...) Expand all Loading... | |
306 blockedby = text | 307 blockedby = text |
307 blockedby.label = Blocked By | 308 blockedby.label = Blocked By |
308 review_url = textarea | 309 review_url = textarea |
309 review_url.rows = 3 | 310 review_url.rows = 3 |
310 review_url.label = Review URL(s) | 311 review_url.label = Review URL(s) |
311 review_url.order = 1 | 312 review_url.order = 1 |
312 review_url.format = wiki | 313 review_url.format = wiki |
313 | 314 |
314 [theme] | 315 [theme] |
315 enable_css = true | 316 enable_css = true |
LEFT | RIGHT |