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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 db_htdigest_realm = TracDB | 126 db_htdigest_realm = TracDB |
127 password_store = SessionStore | 127 password_store = SessionStore |
128 reset_password = true | 128 reset_password = true |
129 login_attempt_max_count = 2 | 129 login_attempt_max_count = 2 |
130 user_lock_time = 15 | 130 user_lock_time = 15 |
131 user_lock_max_time = 0 | 131 user_lock_max_time = 0 |
132 user_lock_time_progression = 2 | 132 user_lock_time_progression = 2 |
133 username_regexp = . | 133 username_regexp = . |
134 verify_email = true | 134 verify_email = true |
135 | 135 |
| 136 [sensitivetickets] |
| 137 allow_reporter = true |
| 138 allow_cc = true |
| 139 allow_owner = true |
| 140 |
136 [blackmagic] | 141 [blackmagic] |
137 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET
_SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY | 142 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET
_SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY |
138 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block
edby,summary,type,component,verified_working,ready,review_url,platform | 143 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block
edby,summary,type,component,verified_working,ready,review_url,platform |
139 gray_disabled = #cccccc | 144 gray_disabled = #cccccc |
140 id.label = Issue | 145 id.label = Issue |
141 priority.permission = TICKET_SET_PRIORITY | 146 priority.permission = TICKET_SET_PRIORITY |
142 ready.permission = TICKET_MODIFY | 147 ready.permission = TICKET_MODIFY |
143 ready.tip = Check, if the issue contains all required data and shall be implemen
ted. | 148 ready.tip = Check, if the issue contains all required data and shall be implemen
ted. |
144 review_url.permission = TICKET_MODIFY | 149 review_url.permission = TICKET_MODIFY |
145 review_url.tip = URL(s) to the review of your code | 150 review_url.tip = URL(s) to the review of your code |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 review_url.rows = 3 | 188 review_url.rows = 3 |
184 review_url.cols = 68 | 189 review_url.cols = 68 |
185 review_url.label = Review URL(s) | 190 review_url.label = Review URL(s) |
186 review_url.order = 1 | 191 review_url.order = 1 |
187 review_url.format = wiki | 192 review_url.format = wiki |
188 platform = select | 193 platform = select |
189 platform.label = Platform | 194 platform.label = Platform |
190 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi
le|Kitt|Maxthon|Maxthon for Android|Opera|Safari | 195 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi
le|Kitt|Maxthon|Maxthon for Android|Opera|Safari |
191 platform.value = Unknown | 196 platform.value = Unknown |
192 | 197 |
OLD | NEW |