source: web/trunk/trac/conf/trac.ini @ 12

Revision 12, 3.8 KB checked in by sam, 3 years ago (diff)
Line 
1# -*- coding: utf-8 -*-
2
3[attachment]
4max_size = 26214400
5render_unsafe_content = false
6
7[browser]
8downloadable_paths = /trunk, /branches/*, /tags/*
9hide_properties = svk:merge
10render_unsafe_content = false
11
12[changeset]
13max_diff_bytes = 10000000
14max_diff_files = 0
15wiki_format_messages = true
16
17[components]
18trac.ticket.roadmap.* = disabled
19trac.Timeline.* = disabled
20tracmath.* = enabled
21tracspamfilter.* = enabled
22trac.web.auth.LoginModule = disabled
23acct_mgr.web_ui.LoginModule = enabled
24acct_mgr.web_ui.RegistrationModule = enabled
25acct_mgr.htfile.HtPasswdStore = enabled
26acct_mgr.admin.AccountManagerAdminPage = enabled
27acct_mgr.web_ui.AccountModule = enabled
28#tracpaste.* = enabled
29#tracpaste.db.* = enabled
30#tracpaste.db.tracpastesetup = enabled
31#tracpaste.model.* = enabled
32#buildbot.* = enabled
33#WikiTicketCalendarMacro.* = enabled
34
35[header_logo]
36alt = 
37height = -1
38link = http://www.gnaa.fr/
39src = /static/gnaa-logo.png
40width = -1
41
42[logging]
43log_file = trac.log
44log_level = INFO
45log_type = file
46
47[mainnav]
48doxygen.label = Doc
49newticket.label = Report a Bug
50tickets.href = /report/1
51tickets.label = Bug Reports
52wiki.label = Home
53
54[mimeviewer]
55enscript_modes = text/x-dylan:dylan:4
56enscript_path = enscript
57max_preview_size = 262144
58mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb
59php_path = php
60silvercity_modes = 
61tab_width = 8
62
63[notification]
64always_notify_owner = false
65always_notify_reporter = false
66always_notify_updater = false
67mime_encoding = qp
68smtp_always_bcc = 
69smtp_always_cc = libcaca-trac@lists.zoy.org
70smtp_default_domain = 
71smtp_enabled = false
72smtp_from = sam+trac@zoy.org
73smtp_from_name = GNAA Trac
74smtp_password = 
75smtp_port = 25
76smtp_server = localhost
77smtp_subject_prefix = 
78smtp_user = 
79use_public_cc = true
80use_short_addr = false
81use_tls = false
82
83[project]
84descr = Gay Nigger Association of America
85footer = LOL
86icon = /favicon.ico
87name = GNAA
88url = http://www.gnaa.fr/
89
90[search]
91min_query_length = 3
92
93[ticket]
94default_component = core
95default_milestone = 1.0
96default_priority = major
97default_type = defect
98default_version = SVN
99restrict_owner = false
100
101#[ticket-custom]
102#product = select
103#product.label = Product
104#product.options = libcaca|libpipi|--|cacadraw|cacamoo|cacatris|cacaview|img2txt|neercs|PWNtcha|powerpipo|toilet|ttyvaders|zzuf|--|web site
105#product.value = libcaca
106
107[ticket-workflow]
108accept = new -> assigned
109accept.operations = set_owner_to_self
110accept.permissions = TICKET_MODIFY
111leave = * -> *
112leave.default = 1
113leave.operations = leave_status
114reassign = new,assigned,reopened -> new
115reassign.operations = set_owner
116reassign.permissions = TICKET_MODIFY
117reopen = closed -> reopened
118reopen.operations = del_resolution
119reopen.permissions = TICKET_CREATE
120resolve = new,assigned,reopened -> closed
121resolve.operations = set_resolution
122resolve.permissions = TICKET_MODIFY
123
124[timeline]
125changeset_long_messages = false
126changeset_show_files = 0
127default_daysback = 30
128ticket_show_details = false
129
130[trac]
131authz_file = 
132authz_module_name = 
133base_url = http://www.gnaa.fr/
134check_auth_ip = true
135database = sqlite:db/trac.db
136default_charset = utf-8
137default_handler = WikiModule
138htdocs_location = 
139ignore_auth_case = false
140mainnav = wiki,search
141metanav = login,logout,settings,help,about
142permission_store = DefaultPermissionStore
143repository_dir = /srv/www.gnaa.fr/var/lib/svn
144repository_type = svn
145show_email_addresses = true
146timeout = 20
147roadmap = disabled
148browser = disabled
149
150[tracmath]
151cache_dir = /srv/www.gnaa.fr/var/lib/trac/cache
152
153[wiki]
154ignore_missing_pages = false
155split_page_names = false
156
157[discussion]
158title = Forums
159default_display = tree
160forum_sort = name
161forum_sort_direction = desc
162topic_sort = id
163topic_sort_direction = asc
164
165[doxygen]
166path = /srv/www.gnaa.fr/var/cache/doxygen
167wiki_index = doc
168default_documentation = libcaca
169index = index
170encoding = utf-8
171
172[account-manager]
173password_store = HtPasswdStore
174password_file = /srv/www.gnaa.fr/var/lib/trac/htpasswd
175
Note: See TracBrowser for help on using the repository browser.