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

Revision 229, 2.3 kB (checked in by bettse, 9 months ago)

re #3138

adds the changes specified in this ticket to the global trac.ini-dist

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.* = enabled
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.* = enabled
35
36 [mimeviewer]
37 enscript_modes = text/x-dylan:dylan:4
38 enscript_path = enscript
39 max_preview_size = 262144
40 mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb
41 php_path = php
42 silvercity_modes =
43 tab_width = 8
44
45
46 [navhider]
47 mainnav = wiki,timeline,tickets,newticket,search
48 metanav = login,logout,settings,help,about
49
50 [navadd]
51 add_items = home,history,pages,bugs
52 home.title = Home
53 home.url = /wiki
54 home.target = mainnav
55 history.title = History
56 history.url = /timeline
57 history.target = mainnav
58 pages.title = Pages
59 pages.url = /wiki/TitleIndex
60 pages.target = mainnav
61 bugs.title = Tickets
62 bugs.url = /report
63 bugs.target = mainnav
64
65 [trac]
66 mainnav = admin,home,history,roadmap,pages,bugs,browser,stratistics
67
68
69
70
71 [notification]
72 always_notify_owner = false
73 always_notify_reporter = false
74 always_notify_updater = true
75 mime_encoding = base64
76 smtp_always_bcc =
77 smtp_always_cc =
78 smtp_default_domain =
79 smtp_enabled = false
80 smtp_from = trac@localhost
81 smtp_password =
82 smtp_port = 25
83 smtp_replyto = trac@localhost
84 smtp_server = localhost
85 smtp_subject_prefix = __default__
86 smtp_user =
87 use_public_cc = false
88 use_short_addr = false
89 use_tls = false
90
91 [search]
92 min_query_length = 3
93
94 [sso]
95 cookie =
96 host =
97 login_url =
98 password =
99 path =
100 service =
101
102 [ticket]
103 default_component =
104 default_milestone =
105 default_priority = major
106 default_type = defect
107 default_version =
108 restrict_owner = false
109
110 [timeline]
111 changeset_long_messages = false
112 changeset_show_files = 0
113 default_daysback = 30
114 ticket_show_details = false
115
116 [wiki]
117 ignore_missing_pages = false
118 split_page_names = false
119
Note: See TracBrowser for help on using the browser.