root/infra/tracx/tracx/conf/trac.ini @ 169

Revision 169, 3.2 KB (checked in by lazaridis_com, 4 years ago)

closes #89, functionality provided by trac. enabled in ini

Line 
1# -*- coding: utf-8 -*-
2
3[ticket-query-fieldsets]
4default = id,summary,status,owner,type,milestone,priority
5myset = id,summary,owner,status,owner,type,priority,milestone,changetime,time
6myset2 = id,summary,owner,status,type,milestone,changetime,time
7plans = id,summary,status,owner,time
8audit = id, type, summary, priority, status, owner
9audit2 = severity, type, summary, priority, status, owner
10
11[navigation-order]
12projnav = product,license,project,services,
13footnav = hosted,powered,help
14
15
16
17[components]
18tracx.* = enabled
19acct_mgr.* = enabled
20acct_mgr.web_ui.RegistrationModule = disabled
21
22trac.versioncontrol.* = enabled
23
24tracpygments.* = enabled
25
26[account-manager]
27password_format = htpasswd
28password_file = ../trac.htpasswd
29
30[intertrac]
31# -- Example of setting up an alias:
32t = trac
33# -- Link to an external Trac:
34trac.title = Edgewall's Trac for Trac
35trac.url = http://trac.edgewall.org
36trac.compat = false
37
38case.title  = Lazaridis Case Project
39case.url    = http://case.lazaridis.com
40case.compat = false
41
42base.title = Lazaridis Base Project
43base.url    = http://dev.lazaridis.com/base
44base.compat = false
45
46[attachment]
47max_size = 262144
48render_unsafe_content = false
49
50[browser]
51downloadable_paths = /trunk, /branches/*, /tags/*
52hide_properties = svk:merge
53
54[changeset]
55max_diff_bytes = 10000000
56max_diff_files = 0
57wiki_format_messages = true
58
59[header_logo]
60alt = Lazaridis System Design
61height = -1
62link = http://lazaridis.com
63src = 
64width = -1
65
66[logging]
67log_file = trac.log
68log_level = DEBUG
69log_type = none
70
71[mimeviewer]
72enscript_modes = text/x-dylan:dylan:4
73enscript_path = enscript
74max_preview_size = 262144
75mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb
76php_path = php
77silvercity_modes = 
78tab_width = 8
79
80[notification]
81always_notify_owner = false
82always_notify_reporter = false
83always_notify_updater = true
84mime_encoding = base64
85smtp_always_bcc = 
86smtp_always_cc =
87smtp_default_domain = 
88smtp_enabled = false
89smtp_from = trac@localhost
90smtp_password = 
91smtp_port = 25
92smtp_replyto = trac@localhost
93smtp_server = localhost
94smtp_user = 
95use_public_cc = false
96use_short_addr = false
97use_tls = false
98
99[project]
100descr = Please add Project Description
101footer = Copyright &copy; 2001 - 2006 by Ilias Lazaridis - All Rights Reserved.<br /><a href="http://lazaridis.com">http://lazaridis.com</a>
102icon = 
103name = Please add the Name
104url = http://example.org/
105
106[search]
107min_query_length = 3
108
109[ticket]
110default_component = 
111default_milestone =
112default_priority = normal
113default_type = defect
114default_version = 
115restrict_owner = false
116
117[timeline]
118changeset_long_messages = false
119changeset_show_files = 0
120default_daysback = 30
121ticket_show_details = true
122
123[trac]
124authz_file = 
125authz_module_name =
126base_url = 
127check_auth_ip = true
128database = sqlite:db/trac.db
129default_charset = iso-8859-15
130default_handler = WikiModule
131htdocs_location = 
132ignore_auth_case = false
133mainnav = wiki,timeline,roadmap,plans,browser,tickets,newticket,-search
134metanav = login,logout,settings,-help,-about
135projectnav = a
136permission_store = DefaultPermissionStore
137repository_dir = 
138repository_type = svn
139request_filters = None
140
141
142[wiki]
143ignore_missing_pages = false
144split_page_names = true
Note: See TracBrowser for help on using the browser.