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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 repository_dir = | 65 repository_dir = |
66 repository_sync_per_request = | 66 repository_sync_per_request = |
67 repository_type = svn | 67 repository_type = svn |
68 resizable_textareas = true | 68 resizable_textareas = true |
69 secure_cookies = False | 69 secure_cookies = False |
70 show_email_addresses = false | 70 show_email_addresses = false |
71 show_ip_addresses = false | 71 show_ip_addresses = false |
72 timeout = 20 | 72 timeout = 20 |
73 use_base_url_for_redirect = False | 73 use_base_url_for_redirect = False |
74 permission_policies = SensitiveTicketsPolicy, DefaultPermissionPolicy, LegacyAtt
achmentPolicy | 74 permission_policies = SensitiveTicketsPolicy, DefaultPermissionPolicy, LegacyAtt
achmentPolicy |
| 75 permission_policies = PrivateTicketsPolicy, DefaultPermissionPolicy, LegacyAttac
hmentPolicy |
75 | 76 |
76 [components] | 77 [components] |
77 blackmagic.* = enabled | 78 blackmagic.* = enabled |
78 sensitivetickets.* = enabled | 79 sensitivetickets.* = enabled |
| 80 privatetickets.* = enabled |
79 acct_mgr.admin.* = enabled | 81 acct_mgr.admin.* = enabled |
80 acct_mgr.api.* = enabled | 82 acct_mgr.api.* = enabled |
81 acct_mgr.db.sessionstore = enabled | 83 acct_mgr.db.sessionstore = enabled |
82 acct_mgr.htfile.* = disabled | 84 acct_mgr.htfile.* = disabled |
83 acct_mgr.http.* = disabled | 85 acct_mgr.http.* = disabled |
84 acct_mgr.notification.* = enabled | 86 acct_mgr.notification.* = enabled |
85 acct_mgr.pwhash.htdigesthashmethod = enabled | 87 acct_mgr.pwhash.htdigesthashmethod = enabled |
86 acct_mgr.pwhash.htpasswdhashmethod = disabled | 88 acct_mgr.pwhash.htpasswdhashmethod = disabled |
87 acct_mgr.register.* = enabled | 89 acct_mgr.register.* = enabled |
88 acct_mgr.svnserve.svnservepasswordstore = disabled | 90 acct_mgr.svnserve.svnservepasswordstore = disabled |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 review_url.rows = 3 | 185 review_url.rows = 3 |
184 review_url.cols = 68 | 186 review_url.cols = 68 |
185 review_url.label = Review URL(s) | 187 review_url.label = Review URL(s) |
186 review_url.order = 1 | 188 review_url.order = 1 |
187 review_url.format = wiki | 189 review_url.format = wiki |
188 platform = select | 190 platform = select |
189 platform.label = Platform | 191 platform.label = Platform |
190 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi
le|Kitt|Maxthon|Maxthon for Android|Opera|Safari | 192 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi
le|Kitt|Maxthon|Maxthon for Android|Opera|Safari |
191 platform.value = Unknown | 193 platform.value = Unknown |
192 | 194 |
OLD | NEW |