| OLD | NEW |
| 1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
| 2 | 2 |
| 3 [attachment] | 3 [attachment] |
| 4 max_size = 15728640 | 4 max_size = 15728640 |
| 5 max_zip_size = 12097152 | 5 max_zip_size = 12097152 |
| 6 render_unsafe_content = false | 6 render_unsafe_content = false |
| 7 | 7 |
| 8 [browser] | 8 [browser] |
| 9 color_scale = True | 9 color_scale = True |
| 10 downloadable_paths = /trunk, /branches/*, /tags/* | 10 downloadable_paths = /trunk, /branches/*, /tags/* |
| 11 hide_properties = svk:merge | 11 hide_properties = svk:merge |
| 12 intermediate_color = | 12 intermediate_color = |
| 13 intermediate_point = | 13 intermediate_point = |
| 14 newest_color = (255, 136, 136) | 14 newest_color = (255, 136, 136) |
| 15 oldest_color = (136, 136, 255) | 15 oldest_color = (136, 136, 255) |
| 16 oneliner_properties = trac:summary | 16 oneliner_properties = trac:summary |
| 17 render_unsafe_content = false | 17 render_unsafe_content = false |
| 18 wiki_properties = trac:description | 18 wiki_properties = trac:description |
| 19 | 19 |
| 20 [changeset] | 20 [changeset] |
| 21 max_diff_bytes = 10000000 | 21 max_diff_bytes = 10000000 |
| 22 max_diff_files = 0 | 22 max_diff_files = 0 |
| 23 wiki_format_messages = true | 23 wiki_format_messages = true |
| 24 | 24 |
| 25 [header_logo] | 25 [header_logo] |
| 26 alt = Adblock Plus Issue Tracker | 26 alt = <%= @description %> |
| 27 height = 80 | 27 height = 80 |
| 28 link = / | 28 link = / |
| 29 src = adblockplus_logo.png | 29 src = adblockplus_logo.png |
| 30 width = 80 | 30 width = 80 |
| 31 | 31 |
| 32 [inherit] | 32 [inherit] |
| 33 htdocs_dir = | 33 htdocs_dir = |
| 34 plugins_dir = | 34 plugins_dir = |
| 35 templates_dir = | 35 templates_dir = |
| 36 | 36 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 60 email_sender = SendmailEmailSender | 60 email_sender = SendmailEmailSender |
| 61 ignore_domains = | 61 ignore_domains = |
| 62 mime_encoding = none | 62 mime_encoding = none |
| 63 sendmail_path = /usr/sbin/sendmail | 63 sendmail_path = /usr/sbin/sendmail |
| 64 smtp_always_bcc = | 64 smtp_always_bcc = |
| 65 smtp_always_cc = | 65 smtp_always_cc = |
| 66 smtp_default_domain = | 66 smtp_default_domain = |
| 67 smtp_enabled = true | 67 smtp_enabled = true |
| 68 smtp_from = noreply@adblockplus.org | 68 smtp_from = noreply@adblockplus.org |
| 69 smtp_from_author = false | 69 smtp_from_author = false |
| 70 smtp_from_name = Adblock Plus Issue Tracker | 70 smtp_from_name = <%= @description %> |
| 71 smtp_password = | 71 smtp_password = |
| 72 smtp_port = 25 | 72 smtp_port = 25 |
| 73 smtp_replyto = | 73 smtp_replyto = |
| 74 smtp_server = localhost | 74 smtp_server = localhost |
| 75 smtp_subject_prefix = __default__ | 75 smtp_subject_prefix = __default__ |
| 76 smtp_user = | 76 smtp_user = |
| 77 ticket_subject_template = $prefix #$ticket.id: $summary | 77 ticket_subject_template = $prefix #$ticket.id: $summary |
| 78 use_public_cc = false | 78 use_public_cc = false |
| 79 use_short_addr = false | 79 use_short_addr = false |
| 80 use_tls = false | 80 use_tls = false |
| 81 | 81 |
| 82 [project] | 82 [project] |
| 83 admin = admins@adblockplus.org | 83 admin = admins@adblockplus.org |
| 84 admin_trac_url = . | 84 admin_trac_url = . |
| 85 descr = Adblock Plus Issue Tracker | 85 descr = <%= @description %> |
| 86 footer = Visit the Trac open source project at<br /><a href="http://trac.edgewal
l.org/">http://trac.edgewall.org/</a> | 86 footer = Visit the Trac open source project at<br /><a href="http://trac.edgewal
l.org/">http://trac.edgewall.org/</a> |
| 87 icon = common/trac.ico | 87 icon = common/trac.ico |
| 88 name = Adblock Plus Issue Tracker | 88 name = <%= @description %> |
| 89 url = https://issues.adblockplus.org/ | 89 url = https://issues.adblockplus.org/ |
| 90 | 90 |
| 91 [query] | 91 [query] |
| 92 default_anonymous_query = status!=closed&col=id&col=summary&col=component&col=st
atus&col=owner&col=type&col=priority&col=milestone&order=priority | 92 default_anonymous_query = status!=closed&col=id&col=summary&col=component&col=st
atus&col=owner&col=type&col=priority&col=milestone&order=priority |
| 93 default_query = status!=closed&col=id&col=summary&col=component&col=status&col=o
wner&col=type&col=priority&col=milestone&order=priority | 93 default_query = status!=closed&col=id&col=summary&col=component&col=status&col=o
wner&col=type&col=priority&col=milestone&order=priority |
| 94 items_per_page = 100 | 94 items_per_page = 100 |
| 95 ticketlink_query = ?status=!closed&col=id&col=summary&col=component&col=status&c
ol=owner&col=type&col=priority&col=milestone&order=priority | 95 ticketlink_query = ?status=!closed&col=id&col=summary&col=component&col=status&c
ol=owner&col=type&col=priority&col=milestone&order=priority |
| 96 | 96 |
| 97 [report] | 97 [report] |
| 98 items_per_page = 100 | 98 items_per_page = 100 |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 changeset_collapse_events = false | 152 changeset_collapse_events = false |
| 153 changeset_long_messages = false | 153 changeset_long_messages = false |
| 154 changeset_show_files = 0 | 154 changeset_show_files = 0 |
| 155 default_daysback = 30 | 155 default_daysback = 30 |
| 156 max_daysback = 90 | 156 max_daysback = 90 |
| 157 newticket_formatter = oneliner | 157 newticket_formatter = oneliner |
| 158 ticket_show_details = true | 158 ticket_show_details = true |
| 159 | 159 |
| 160 [trac] | 160 [trac] |
| 161 auth_cookie_lifetime = 0 | 161 auth_cookie_lifetime = 0 |
| 162 auth_cookie_path = | 162 auth_cookie_path = / |
| 163 authz_file = | 163 authz_file = |
| 164 authz_module_name = | 164 authz_module_name = |
| 165 auto_preview_timeout = 2.0 | 165 auto_preview_timeout = 2.0 |
| 166 auto_reload = False | 166 auto_reload = False |
| 167 backup_dir = db | 167 backup_dir = db |
| 168 base_url = https://issues.adblockplus.org/ | 168 base_url = https://issues.adblockplus.org/ |
| 169 check_auth_ip = false | 169 check_auth_ip = false |
| 170 database = mysql://trac:<%= @database_password %>@localhost:3306/trac | 170 database = mysql://trac:<%= @database_password %>@localhost:3306/<%= @database %
> |
| 171 debug_sql = False | 171 debug_sql = False |
| 172 default_charset = utf-8 | 172 default_charset = utf-8 |
| 173 default_dateinfo_format = relative | 173 default_dateinfo_format = relative |
| 174 default_handler = QueryModule | 174 default_handler = QueryModule |
| 175 genshi_cache_size = 128 | 175 genshi_cache_size = 128 |
| 176 htdocs_location = | 176 htdocs_location = |
| 177 ignore_auth_case = false | 177 ignore_auth_case = false |
| 178 jquery_location = | 178 jquery_location = |
| 179 jquery_ui_location = | 179 jquery_ui_location = |
| 180 jquery_ui_theme_location = | 180 jquery_ui_theme_location = |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 platform.value = Unknown | 330 platform.value = Unknown |
| 331 | 331 |
| 332 [theme] | 332 [theme] |
| 333 enable_css = true | 333 enable_css = true |
| 334 | 334 |
| 335 [spam-filter] | 335 [spam-filter] |
| 336 max_posts_by_ip = 50 | 336 max_posts_by_ip = 50 |
| 337 bayes_min_training = 10 | 337 bayes_min_training = 10 |
| 338 authenticated_karma = 0 | 338 authenticated_karma = 0 |
| 339 min_karma = -14 | 339 min_karma = -14 |
| OLD | NEW |