root/management/bs-admin/trunk/trac.ini-dist

Revision 289, 2.4 kB (checked in by bettse, 2 months ago)

re #3678

Comits changes to hide the plugin menu and nonfunctional account menus.

Line 
1 # -*- coding: utf-8 -*-
2 #
3 # This is the template for the centralized
4 # trac.ini file stored in /etc/trac/trac.ini
5 # 4/25/08 hopsonro
6
7 [attachment]
8 max_size = 262144
9 render_unsafe_content = false
10
11 [browser]
12 downloadable_paths = /trunk, /branches/*, /tags/*
13 hide_properties = svk:merge
14 render_unsafe_content = false
15
16 [changeset]
17 max_diff_bytes = 10000000
18 max_diff_files = 0
19 wiki_format_messages = true
20
21 [components]
22 acct_mgr.admin.* = disabled
23 acct_mgr.api.* = enabled
24 acct_mgr.db.* = disabled
25 acct_mgr.htfile.* = disabled
26 acct_mgr.api.set_password = disabled
27 acct_mgr.api.check_password = disabled
28 acct_mgr.http.* = disabled
29 acct_mgr.pwhash.* = disabled
30 acct_mgr.web_ui.* = enabled
31 stractistics.* = enabled
32 trac.web.auth.loginmodule = disabled
33 tracgantt.* = disabled
34 webadmin.plugin.* = disabled
35 webadmin.* = enabled
36 navhider.* = enabled
37 navadd.* = enabled
38
39
40 [mimeviewer]
41 enscript_modes = text/x-dylan:dylan:4
42 enscript_path = enscript
43 max_preview_size = 262144
44 mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb
45 php_path = php
46 silvercity_modes =
47 tab_width = 8
48
49
50 [navhider]
51 mainnav = wiki,timeline,tickets,newticket,search
52 metanav = login,logout,settings,help,about
53
54 [navadd]
55 add_items = home,history,pages,bugs
56 home.title = Home
57 home.url = /wiki
58 home.target = mainnav
59 history.title = History
60 history.url = /timeline
61 history.target = mainnav
62 pages.title = Pages
63 pages.url = /wiki/TitleIndex
64 pages.target = mainnav
65 bugs.title = Tickets
66 bugs.url = /report
67 bugs.target = mainnav
68
69 [trac]
70 mainnav = admin,home,history,roadmap,pages,bugs,browser,stratistics
71
72
73
74
75 [notification]
76 always_notify_owner = false
77 always_notify_reporter = false
78 always_notify_updater = true
79 mime_encoding = base64
80 smtp_always_bcc =
81 smtp_always_cc =
82 smtp_default_domain =
83 smtp_enabled = false
84 smtp_from = trac@localhost
85 smtp_password =
86 smtp_port = 25
87 smtp_replyto = trac@localhost
88 smtp_server = localhost
89 smtp_subject_prefix = __default__
90 smtp_user =
91 use_public_cc = false
92 use_short_addr = false
93 use_tls = false
94
95 [search]
96 min_query_length = 3
97
98 [sso]
99 cookie =
100 host =
101 login_url =
102 password =
103 path =
104 service =
105
106 [ticket]
107 default_component =
108 default_milestone =
109 default_priority = major
110 default_type = defect
111 default_version =
112 restrict_owner = false
113
114 [timeline]
115 changeset_long_messages = false
116 changeset_show_files = 0
117 default_daysback = 30
118 ticket_show_details = false
119
120 [wiki]
121 ignore_missing_pages = false
122 split_page_names = false
123
Note: See TracBrowser for help on using the browser.