Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/trac/templates/trac.ini.erb

Issue 4692378027819008: Issue 2122 - Allow limiting of interface users to only see their reported issues (Closed)
Patch Set: Created March 11, 2015, 9:36 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld