1 | # -*- coding: utf-8 -*- |
---|
2 | |
---|
3 | [attachment] |
---|
4 | max_size = 26214400 |
---|
5 | render_unsafe_content = false |
---|
6 | |
---|
7 | [browser] |
---|
8 | downloadable_paths = /trunk, /branches/*, /tags/* |
---|
9 | hide_properties = svk:merge |
---|
10 | render_unsafe_content = false |
---|
11 | |
---|
12 | [changeset] |
---|
13 | max_diff_bytes = 10000000 |
---|
14 | max_diff_files = 0 |
---|
15 | wiki_format_messages = true |
---|
16 | |
---|
17 | [header_logo] |
---|
18 | alt = |
---|
19 | height = -1 |
---|
20 | link = http://caca.zoy.org/ |
---|
21 | src = /browser/web/branches/test/static/img/trac_banner.png?format=raw |
---|
22 | width = -1 |
---|
23 | |
---|
24 | [logging] |
---|
25 | log_file = trac.log |
---|
26 | log_level = DEBUG |
---|
27 | log_type = none |
---|
28 | |
---|
29 | [mimeviewer] |
---|
30 | enscript_modes = text/x-dylan:dylan:4 |
---|
31 | enscript_path = enscript |
---|
32 | max_preview_size = 2621440 |
---|
33 | mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb |
---|
34 | php_path = php |
---|
35 | silvercity_modes = |
---|
36 | tab_width = 8 |
---|
37 | |
---|
38 | [notification] |
---|
39 | always_notify_owner = false |
---|
40 | always_notify_reporter = false |
---|
41 | always_notify_updater = false |
---|
42 | mime_encoding = qp |
---|
43 | smtp_always_bcc = |
---|
44 | smtp_always_cc = libcaca-trac@lists.zoy.org |
---|
45 | smtp_default_domain = |
---|
46 | smtp_enabled = true |
---|
47 | smtp_from = sam+trac@zoy.org |
---|
48 | smtp_from_name = Caca Labs Trac |
---|
49 | smtp_password = |
---|
50 | smtp_port = 25 |
---|
51 | smtp_server = localhost |
---|
52 | smtp_subject_prefix = |
---|
53 | smtp_user = |
---|
54 | use_public_cc = true |
---|
55 | use_short_addr = false |
---|
56 | use_tls = false |
---|
57 | |
---|
58 | [project] |
---|
59 | descr = Caca Labs |
---|
60 | footer = Visit the Caca Labs at<br /><a href="http://cacatest.zoy.org/">http://caca.zoy.org/</a> |
---|
61 | icon = /favicon.ico |
---|
62 | name = caca labs |
---|
63 | url = http://cacatest.zoy.org/ |
---|
64 | |
---|
65 | [search] |
---|
66 | min_query_length = 3 |
---|
67 | |
---|
68 | [ticket] |
---|
69 | default_component = libcaca |
---|
70 | default_milestone = 1.0 |
---|
71 | default_priority = major |
---|
72 | default_type = defect |
---|
73 | default_version = SVN |
---|
74 | restrict_owner = false |
---|
75 | |
---|
76 | [ticket-workflow] |
---|
77 | accept = new -> assigned |
---|
78 | accept.operations = set_owner_to_self |
---|
79 | accept.permissions = TICKET_MODIFY |
---|
80 | leave = * -> * |
---|
81 | leave.default = 1 |
---|
82 | leave.operations = leave_status |
---|
83 | reassign = new,assigned,reopened -> new |
---|
84 | reassign.operations = set_owner |
---|
85 | reassign.permissions = TICKET_MODIFY |
---|
86 | reopen = closed -> reopened |
---|
87 | reopen.operations = del_resolution |
---|
88 | reopen.permissions = TICKET_CREATE |
---|
89 | resolve = new,assigned,reopened -> closed |
---|
90 | resolve.operations = set_resolution |
---|
91 | resolve.permissions = TICKET_MODIFY |
---|
92 | |
---|
93 | [timeline] |
---|
94 | changeset_long_messages = false |
---|
95 | changeset_show_files = 0 |
---|
96 | default_daysback = 30 |
---|
97 | ticket_show_details = false |
---|
98 | |
---|
99 | [trac] |
---|
100 | authz_file = |
---|
101 | authz_module_name = |
---|
102 | check_auth_ip = true |
---|
103 | database = sqlite:db/trac.db |
---|
104 | default_charset = utf-8 |
---|
105 | default_handler = WikiModule |
---|
106 | # Poor hack to serve htdocs/common through Trac. Apparently |
---|
107 | # that directory only overrides /usr/share/... in CGI mode, not |
---|
108 | # when using mod_python |
---|
109 | htdocs_location = http://cacatest.zoy.org/chrome/site/common |
---|
110 | ignore_auth_case = false |
---|
111 | mainnav = wiki,timeline,tickets,newticket,browser,search |
---|
112 | metanav = login,logout,settings,help,about |
---|
113 | permission_store = DefaultPermissionStore |
---|
114 | repository_dir = /srv/caca.zoy.org/var/lib/svn |
---|
115 | repository_type = svn |
---|
116 | timeout = 20 |
---|
117 | show_email_addresses = true |
---|
118 | |
---|
119 | [mainnav] |
---|
120 | wiki.label = Home |
---|
121 | tickets.label = Bug reports |
---|
122 | tickets.href = /report/1 |
---|
123 | newticket.label = Report a bug |
---|
124 | |
---|
125 | [wiki] |
---|
126 | ignore_missing_pages = false |
---|
127 | split_page_names = false |
---|
128 | |
---|