| OLD | NEW | 
|---|
| 1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- | 
| 2 | 2 | 
| 3 [attachment] | 3 [inherit] | 
| 4 max_size = 15728640 | 4 file = /home/trac/trac.ini | 
| 5 max_zip_size = 12097152 |  | 
| 6 render_unsafe_content = false |  | 
| 7 |  | 
| 8 [browser] |  | 
| 9 color_scale = True |  | 
| 10 downloadable_paths = /trunk, /branches/*, /tags/* |  | 
| 11 hide_properties = svk:merge |  | 
| 12 intermediate_color = |  | 
| 13 intermediate_point = |  | 
| 14 newest_color = (255, 136, 136) |  | 
| 15 oldest_color = (136, 136, 255) |  | 
| 16 oneliner_properties = trac:summary |  | 
| 17 render_unsafe_content = false |  | 
| 18 wiki_properties = trac:description |  | 
| 19 |  | 
| 20 [changeset] |  | 
| 21 max_diff_bytes = 10000000 |  | 
| 22 max_diff_files = 0 |  | 
| 23 wiki_format_messages = true |  | 
| 24 | 5 | 
| 25 [header_logo] | 6 [header_logo] | 
| 26 alt = Adblock Plus Issue Tracker | 7 alt = <%= @description %> | 
| 27 height = 80 | 8 height = 80 | 
| 28 link = / | 9 link = / | 
| 29 src = adblockplus_logo.png | 10 src = adblockplus_logo.png | 
| 30 width = 80 | 11 width = 80 | 
| 31 | 12 | 
| 32 [inherit] |  | 
| 33 htdocs_dir = |  | 
| 34 plugins_dir = |  | 
| 35 templates_dir = |  | 
| 36 |  | 
| 37 [logging] |  | 
| 38 log_file = trac.log |  | 
| 39 # log_format = <inherited> |  | 
| 40 log_level = WARNING |  | 
| 41 log_type = file |  | 
| 42 |  | 
| 43 [milestone] |  | 
| 44 stats_provider = DefaultTicketGroupStatsProvider |  | 
| 45 |  | 
| 46 [mimeviewer] |  | 
| 47 max_preview_size = 15728640 |  | 
| 48 mime_map = text/x-dylan:dylan, text/x-idl:ice, text/x-ada:ads:adb |  | 
| 49 mime_map_patterns = text/plain:README|INSTALL|COPYING.* |  | 
| 50 tab_width = 8 |  | 
| 51 treat_as_binary = application/octet-stream, application/pdf, application/postscr
     ipt, application/msword,application/rtf, |  | 
| 52 |  | 
| 53 [notification] | 13 [notification] | 
| 54 admit_domains = |  | 
| 55 always_notify_owner = true |  | 
| 56 always_notify_reporter = true |  | 
| 57 always_notify_updater = false |  | 
| 58 ambiguous_char_width = single |  | 
| 59 batch_subject_template = $prefix Batch modify: $tickets_descr |  | 
| 60 email_sender = SendmailEmailSender |  | 
| 61 ignore_domains = |  | 
| 62 mime_encoding = none |  | 
| 63 sendmail_path = /usr/sbin/sendmail |  | 
| 64 smtp_always_bcc = |  | 
| 65 smtp_always_cc = |  | 
| 66 smtp_default_domain = |  | 
| 67 smtp_enabled = true |  | 
| 68 smtp_from = noreply@adblockplus.org | 14 smtp_from = noreply@adblockplus.org | 
| 69 smtp_from_author = false | 15 smtp_from_name = <%= @description %> | 
| 70 smtp_from_name = Adblock Plus Issue Tracker |  | 
| 71 smtp_password = |  | 
| 72 smtp_port = 25 |  | 
| 73 smtp_replyto = |  | 
| 74 smtp_server = localhost |  | 
| 75 smtp_subject_prefix = __default__ |  | 
| 76 smtp_user = |  | 
| 77 ticket_subject_template = $prefix #$ticket.id: $summary |  | 
| 78 use_public_cc = false |  | 
| 79 use_short_addr = false |  | 
| 80 use_tls = false |  | 
| 81 | 16 | 
| 82 [project] | 17 [project] | 
| 83 admin = admins@adblockplus.org | 18 descr = <%= @description %> | 
| 84 admin_trac_url = . | 19 name = <%= @description %> | 
| 85 descr = Adblock Plus Issue Tracker |  | 
| 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 |  | 
| 88 name = Adblock Plus Issue Tracker |  | 
| 89 url = https://issues.adblockplus.org/ | 20 url = https://issues.adblockplus.org/ | 
| 90 | 21 | 
| 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 |  | 
| 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 |  | 
| 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 |  | 
| 97 [report] |  | 
| 98 items_per_page = 100 |  | 
| 99 items_per_page_rss = 0 |  | 
| 100 |  | 
| 101 [revisionlog] |  | 
| 102 default_log_limit = 100 |  | 
| 103 graph_colors = ['#cc0', '#0c0', '#0cc', '#00c', '#c0c', '#c00'] |  | 
| 104 |  | 
| 105 [roadmap] |  | 
| 106 stats_provider = DefaultTicketGroupStatsProvider |  | 
| 107 |  | 
| 108 [search] |  | 
| 109 # default_disabled_filters = <inherited> |  | 
| 110 min_query_length = 3 |  | 
| 111 |  | 
| 112 [sqlite] |  | 
| 113 # extensions = <inherited> |  | 
| 114 |  | 
| 115 [ticket] |  | 
| 116 default_cc = |  | 
| 117 default_component = Unknown |  | 
| 118 default_description = |  | 
| 119 default_keywords = |  | 
| 120 default_milestone = |  | 
| 121 default_owner = |  | 
| 122 default_priority = Unknown |  | 
| 123 default_resolution = fixed |  | 
| 124 default_severity = |  | 
| 125 default_summary = |  | 
| 126 default_type = defect |  | 
| 127 default_version = |  | 
| 128 max_comment_size = 262144 |  | 
| 129 max_description_size = 262144 |  | 
| 130 preserve_newlines = default |  | 
| 131 restrict_owner = false |  | 
| 132 workflow = ConfigurableTicketWorkflow |  | 
| 133 |  | 
| 134 [ticket-workflow] | 22 [ticket-workflow] | 
| 135 leave = * -> * | 23 leave = * -> * | 
| 136 leave.default = 1 | 24 leave.default = 1 | 
| 137 leave.operations = leave_status | 25 leave.operations = leave_status | 
| 138 reassign = * -> * | 26 reassign = * -> * | 
| 139 reassign.operations = set_owner | 27 reassign.operations = set_owner | 
| 140 reassign.permissions = TICKET_MODIFY | 28 reassign.permissions = TICKET_MODIFY | 
| 141 reopen = closed,reviewing -> reopened | 29 reopen = closed,reviewing -> reopened | 
| 142 reopen.operations = del_resolution | 30 reopen.operations = del_resolution | 
| 143 reopen.permissions = TICKET_CREATE | 31 reopen.permissions = TICKET_CREATE | 
| 144 resolve = new,reopened,reviewing -> closed | 32 resolve = new,reopened,reviewing -> closed | 
| 145 resolve.operations = set_resolution | 33 resolve.operations = set_resolution | 
| 146 resolve.permissions = TICKET_MODIFY | 34 resolve.permissions = TICKET_MODIFY | 
| 147 codereview = new,reopened -> reviewing | 35 codereview = new,reopened -> reviewing | 
| 148 codereview.permissions = TICKET_MODIFY | 36 codereview.permissions = TICKET_MODIFY | 
| 149 | 37 | 
| 150 [timeline] |  | 
| 151 abbreviated_messages = True |  | 
| 152 changeset_collapse_events = false |  | 
| 153 changeset_long_messages = false |  | 
| 154 changeset_show_files = 0 |  | 
| 155 default_daysback = 30 |  | 
| 156 max_daysback = 90 |  | 
| 157 newticket_formatter = oneliner |  | 
| 158 ticket_show_details = true |  | 
| 159 |  | 
| 160 [trac] | 38 [trac] | 
| 161 auth_cookie_lifetime = 0 | 39 auth_cookie_lifetime = 0 | 
| 162 auth_cookie_path = | 40 auth_cookie_path = / | 
| 163 authz_file = | 41 authz_file = | 
| 164 authz_module_name = | 42 authz_module_name = | 
| 165 auto_preview_timeout = 2.0 | 43 auto_preview_timeout = 2.0 | 
| 166 auto_reload = False | 44 auto_reload = False | 
| 167 backup_dir = db | 45 backup_dir = db | 
| 168 base_url = https://issues.adblockplus.org/ | 46 base_url = https://issues.adblockplus.org/ | 
| 169 check_auth_ip = false | 47 check_auth_ip = false | 
| 170 database = mysql://trac:<%= @database_password %>@localhost:3306/trac | 48 database = mysql://trac:<%= @database_password %>@localhost:3306/<%= @database %
     > | 
| 171 debug_sql = False | 49 debug_sql = False | 
| 172 default_charset = utf-8 | 50 default_charset = utf-8 | 
| 173 default_dateinfo_format = relative | 51 default_dateinfo_format = relative | 
| 174 default_handler = QueryModule | 52 default_handler = QueryModule | 
| 175 genshi_cache_size = 128 | 53 genshi_cache_size = 128 | 
| 176 htdocs_location = | 54 htdocs_location = | 
| 177 ignore_auth_case = false | 55 ignore_auth_case = false | 
| 178 jquery_location = | 56 jquery_location = | 
| 179 jquery_ui_location = | 57 jquery_ui_location = | 
| 180 jquery_ui_theme_location = | 58 jquery_ui_theme_location = | 
| 181 mainnav = tickets, newticket, timeline, roadmap, browser, search | 59 mainnav = tickets, newticket, timeline, roadmap, browser, search | 
| 182 metanav = login, logout, register, prefs, help, about | 60 metanav = login, logout, register, prefs, help, about | 
| 183 mysqldump_path = mysqldump | 61 mysqldump_path = mysqldump | 
| 184 never_obfuscate_mailto = false | 62 never_obfuscate_mailto = false | 
| 185 permission_policies = BlackMagicTicketTweaks, DefaultPermissionPolicy, LegacyAtt
     achmentPolicy | 63 permission_policies = BlackMagicTicketTweaks, DefaultPermissionPolicy, LegacyAtt
     achmentPolicy | 
| 186 permission_store = DefaultPermissionStore | 64 permission_store = DefaultPermissionStore | 
| 187 pg_dump_path = pg_dump | 65 pg_dump_path = pg_dump | 
| 188 repository_dir = | 66 repository_dir = | 
| 189 repository_sync_per_request = | 67 repository_sync_per_request = | 
| 190 repository_type = svn | 68 repository_type = svn | 
| 191 resizable_textareas = true | 69 resizable_textareas = true | 
| 192 secure_cookies = False | 70 secure_cookies = False | 
| 193 show_email_addresses = false | 71 show_email_addresses = false | 
| 194 show_ip_addresses = false | 72 show_ip_addresses = false | 
| 195 timeout = 20 | 73 timeout = 20 | 
| 196 use_base_url_for_redirect = False | 74 use_base_url_for_redirect = False | 
| 197 permission_policies = SensitiveTicketsPolicy, DefaultPermissionPolicy, LegacyAtt
     achmentPolicy | 75 permission_policies = SensitiveTicketsPolicy, DefaultPermissionPolicy, LegacyAtt
     achmentPolicy | 
| 198 | 76 | 
| 199 [versioncontrol] |  | 
| 200 allowed_repository_dir_prefixes = |  | 
| 201 |  | 
| 202 [wiki] |  | 
| 203 ignore_missing_pages = true |  | 
| 204 max_size = 262144 |  | 
| 205 render_unsafe_content = false |  | 
| 206 safe_schemes = cvs, file, ftp, git, irc, http, https, news, sftp, smb, ssh, svn,
      svn+ssh |  | 
| 207 split_page_names = false |  | 
| 208 |  | 
| 209 [components] | 77 [components] | 
| 210 blackmagic.* = enabled | 78 blackmagic.* = enabled | 
| 211 sensitivetickets.* = enabled | 79 sensitivetickets.* = enabled | 
| 212 acct_mgr.admin.* = enabled | 80 acct_mgr.admin.* = enabled | 
| 213 acct_mgr.api.* = enabled | 81 acct_mgr.api.* = enabled | 
| 214 acct_mgr.db.sessionstore = enabled | 82 acct_mgr.db.sessionstore = enabled | 
| 215 acct_mgr.htfile.* = disabled | 83 acct_mgr.htfile.* = disabled | 
| 216 acct_mgr.http.* = disabled | 84 acct_mgr.http.* = disabled | 
| 217 acct_mgr.notification.* = enabled | 85 acct_mgr.notification.* = enabled | 
| 218 acct_mgr.pwhash.htdigesthashmethod = enabled | 86 acct_mgr.pwhash.htdigesthashmethod = enabled | 
| (...skipping 29 matching lines...) Expand all  Loading... | 
| 248 tracspamfilter.filters.ip_throttle.* = enabled | 116 tracspamfilter.filters.ip_throttle.* = enabled | 
| 249 tracspamfilter.filters.regex.* = enabled | 117 tracspamfilter.filters.regex.* = enabled | 
| 250 tracspamfilter.filters.trapfield.* = enabled | 118 tracspamfilter.filters.trapfield.* = enabled | 
| 251 tracspamfilter.filtersystem.* = enabled | 119 tracspamfilter.filtersystem.* = enabled | 
| 252 | 120 | 
| 253 | 121 | 
| 254 [tickettemplate] | 122 [tickettemplate] | 
| 255 field_list = summary, description, reporter, owner, priority, cc, milestone, com
     ponent, version, type | 123 field_list = summary, description, reporter, owner, priority, cc, milestone, com
     ponent, version, type | 
| 256 enable_custom = false | 124 enable_custom = false | 
| 257 | 125 | 
| 258 [mainnav] |  | 
| 259 tickets.label = View Issues |  | 
| 260 tickets.href = /query |  | 
| 261 newticket.label = New Issue |  | 
| 262 wiki = false |  | 
| 263 |  | 
| 264 [account-manager] | 126 [account-manager] | 
| 265 hash_method = HtDigestHashMethod | 127 hash_method = HtDigestHashMethod | 
| 266 db_htdigest_realm = TracDB | 128 db_htdigest_realm = TracDB | 
| 267 password_store = SessionStore | 129 password_store = SessionStore | 
| 268 reset_password = true | 130 reset_password = true | 
| 269 login_attempt_max_count = 2 | 131 login_attempt_max_count = 2 | 
| 270 user_lock_time = 15 | 132 user_lock_time = 15 | 
| 271 user_lock_max_time = 0 | 133 user_lock_max_time = 0 | 
| 272 user_lock_time_progression = 2 | 134 user_lock_time_progression = 2 | 
| 273 username_regexp = . | 135 username_regexp = . | 
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 321 review_url = textarea | 183 review_url = textarea | 
| 322 review_url.rows = 3 | 184 review_url.rows = 3 | 
| 323 review_url.cols = 68 | 185 review_url.cols = 68 | 
| 324 review_url.label = Review URL(s) | 186 review_url.label = Review URL(s) | 
| 325 review_url.order = 1 | 187 review_url.order = 1 | 
| 326 review_url.format = wiki | 188 review_url.format = wiki | 
| 327 platform = select | 189 platform = select | 
| 328 platform.label = Platform | 190 platform.label = Platform | 
| 329 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi
     le|Opera|Safari | 191 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi
     le|Opera|Safari | 
| 330 platform.value = Unknown | 192 platform.value = Unknown | 
| 331 |  | 
| 332 [theme] |  | 
| 333 enable_css = true |  | 
| 334 |  | 
| 335 [spam-filter] |  | 
| 336 max_posts_by_ip = 50 |  | 
| 337 bayes_min_training = 10 | 193 bayes_min_training = 10 | 
| 338 authenticated_karma = 0 | 194 authenticated_karma = 0 | 
| 339 min_karma = -14 | 195 min_karma = -14 | 
| OLD | NEW | 
|---|