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