[24] | 1 | # -*- coding: utf-8 -*- |
---|
| 2 | |
---|
| 3 | [attachment] |
---|
[122] | 4 | max_size = 100000000 |
---|
[24] | 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 |
---|
[25] | 20 | link = http://abuse.zoy.org/ |
---|
[169] | 21 | src = /static/abuse.png |
---|
[24] | 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 = 262144 |
---|
| 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 = true |
---|
| 42 | mime_encoding = base64 |
---|
| 43 | smtp_always_bcc = |
---|
| 44 | smtp_always_cc = |
---|
| 45 | smtp_default_domain = |
---|
| 46 | smtp_enabled = false |
---|
| 47 | smtp_from = trac@localhost |
---|
| 48 | smtp_password = |
---|
| 49 | smtp_port = 25 |
---|
| 50 | smtp_replyto = trac@localhost |
---|
| 51 | smtp_server = localhost |
---|
| 52 | smtp_subject_prefix = __default__ |
---|
| 53 | smtp_user = |
---|
| 54 | use_public_cc = false |
---|
| 55 | use_short_addr = false |
---|
| 56 | use_tls = false |
---|
| 57 | |
---|
| 58 | [project] |
---|
[25] | 59 | descr = Abuse |
---|
| 60 | footer = |
---|
| 61 | icon = /favicon.ico |
---|
[24] | 62 | name = Abuse |
---|
[25] | 63 | url = http://abuse.zoy.org/ |
---|
[24] | 64 | |
---|
| 65 | [search] |
---|
| 66 | min_query_length = 3 |
---|
| 67 | |
---|
| 68 | [ticket] |
---|
[33] | 69 | default_component = abuse |
---|
| 70 | default_milestone = 1.0 |
---|
[24] | 71 | default_priority = major |
---|
| 72 | default_type = defect |
---|
[33] | 73 | default_version = SVN |
---|
[24] | 74 | restrict_owner = false |
---|
| 75 | |
---|
[153] | 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 | |
---|
[24] | 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 | base_url = |
---|
| 103 | check_auth_ip = true |
---|
| 104 | database = sqlite:db/trac.db |
---|
| 105 | default_charset = iso-8859-15 |
---|
| 106 | default_handler = WikiModule |
---|
| 107 | htdocs_location = |
---|
| 108 | ignore_auth_case = false |
---|
| 109 | mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search |
---|
| 110 | metanav = login,logout,settings,help,about |
---|
| 111 | permission_store = DefaultPermissionStore |
---|
[158] | 112 | repository_dir = /srv/abuse.zoy.org/var/lib/svn |
---|
[24] | 113 | repository_type = svn |
---|
| 114 | timeout = 20 |
---|
[154] | 115 | show_email_addresses = true |
---|
[24] | 116 | |
---|
| 117 | [wiki] |
---|
| 118 | ignore_missing_pages = false |
---|
| 119 | split_page_names = false |
---|
| 120 | |
---|