| OLD | NEW |
| 1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
| 2 | 2 |
| 3 [attachment] | 3 [attachment] |
| 4 max_size = 10262144 | 4 max_size = 10262144 |
| 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/* |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 = 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> | 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 = Adblock Plus Issue Tracker |
| 89 url = http://issues.adblockplus.org/ | 89 url = https://issues.adblockplus.org/ |
| 90 | 90 |
| 91 [query] | 91 [query] |
| 92 default_anonymous_query = status!=closed&cc~=$USER | 92 default_anonymous_query = status!=closed |
| 93 default_query = status!=closed&owner=$USER | 93 default_query = status!=closed |
| 94 items_per_page = 100 | 94 items_per_page = 100 |
| 95 ticketlink_query = ?status=!closed | 95 ticketlink_query = ?status=!closed |
| 96 | 96 |
| 97 [report] | 97 [report] |
| 98 items_per_page = 100 | 98 items_per_page = 100 |
| 99 items_per_page_rss = 0 | 99 items_per_page_rss = 0 |
| 100 | 100 |
| 101 [revisionlog] | 101 [revisionlog] |
| 102 default_log_limit = 100 | 102 default_log_limit = 100 |
| 103 graph_colors = ['#cc0', '#0c0', '#0cc', '#00c', '#c0c', '#c00'] | 103 graph_colors = ['#cc0', '#0c0', '#0cc', '#00c', '#c0c', '#c00'] |
| (...skipping 29 matching lines...) Expand all Loading... |
| 133 | 133 |
| 134 [ticket-workflow] | 134 [ticket-workflow] |
| 135 accept = new,assigned,accepted,reopened -> accepted | 135 accept = new,assigned,accepted,reopened -> accepted |
| 136 accept.permissions = TICKET_MODIFY | 136 accept.permissions = TICKET_MODIFY |
| 137 leave = * -> * | 137 leave = * -> * |
| 138 leave.default = 1 | 138 leave.default = 1 |
| 139 leave.operations = leave_status | 139 leave.operations = leave_status |
| 140 reassign = new,assigned,accepted,reopened -> assigned | 140 reassign = new,assigned,accepted,reopened -> assigned |
| 141 reassign.operations = set_owner | 141 reassign.operations = set_owner |
| 142 reassign.permissions = TICKET_MODIFY | 142 reassign.permissions = TICKET_MODIFY |
| 143 reopen = closed -> reopened | 143 reopen = closed,reviewing -> reopened |
| 144 reopen.operations = del_resolution | 144 reopen.operations = del_resolution |
| 145 reopen.permissions = TICKET_CREATE | 145 reopen.permissions = TICKET_CREATE |
| 146 resolve = new,assigned,accepted,reopened -> closed | 146 resolve = new,assigned,accepted,reopened,reviewing -> closed |
| 147 resolve.operations = set_resolution | 147 resolve.operations = set_resolution |
| 148 resolve.permissions = TICKET_MODIFY | 148 resolve.permissions = TICKET_MODIFY |
| 149 codereview = new,assigned,reopened -> reviewing |
| 149 | 150 |
| 150 [timeline] | 151 [timeline] |
| 151 abbreviated_messages = True | 152 abbreviated_messages = True |
| 152 changeset_collapse_events = false | 153 changeset_collapse_events = false |
| 153 changeset_long_messages = false | 154 changeset_long_messages = false |
| 154 changeset_show_files = 0 | 155 changeset_show_files = 0 |
| 155 default_daysback = 30 | 156 default_daysback = 30 |
| 156 max_daysback = 90 | 157 max_daysback = 90 |
| 157 newticket_formatter = oneliner | 158 newticket_formatter = oneliner |
| 158 ticket_show_details = true | 159 ticket_show_details = true |
| 159 | 160 |
| 160 [trac] | 161 [trac] |
| 161 auth_cookie_lifetime = 0 | 162 auth_cookie_lifetime = 0 |
| 162 auth_cookie_path = | 163 auth_cookie_path = |
| 163 authz_file = | 164 authz_file = |
| 164 authz_module_name = | 165 authz_module_name = |
| 165 auto_preview_timeout = 2.0 | 166 auto_preview_timeout = 2.0 |
| 166 auto_reload = False | 167 auto_reload = False |
| 167 backup_dir = db | 168 backup_dir = db |
| 168 base_url = http://issues.adblockplus.org/ | 169 base_url = https://issues.adblockplus.org/ |
| 169 check_auth_ip = false | 170 check_auth_ip = false |
| 170 database = mysql://trac:<%= @database_password %>@localhost:3306/trac | 171 database = mysql://trac:<%= @database_password %>@localhost:3306/trac |
| 171 debug_sql = False | 172 debug_sql = False |
| 172 default_charset = utf-8 | 173 default_charset = utf-8 |
| 173 default_dateinfo_format = relative | 174 default_dateinfo_format = relative |
| 174 default_handler = QueryModule | 175 default_handler = QueryModule |
| 175 genshi_cache_size = 128 | 176 genshi_cache_size = 128 |
| 176 htdocs_location = | 177 htdocs_location = |
| 177 ignore_auth_case = false | 178 ignore_auth_case = false |
| 178 jquery_location = | 179 jquery_location = |
| (...skipping 14 matching lines...) Expand all Loading... |
| 193 show_email_addresses = false | 194 show_email_addresses = false |
| 194 show_ip_addresses = false | 195 show_ip_addresses = false |
| 195 timeout = 20 | 196 timeout = 20 |
| 196 use_base_url_for_redirect = False | 197 use_base_url_for_redirect = False |
| 197 permission_policies = SensitiveTicketsPolicy, DefaultPermissionPolicy, LegacyAtt
achmentPolicy | 198 permission_policies = SensitiveTicketsPolicy, DefaultPermissionPolicy, LegacyAtt
achmentPolicy |
| 198 | 199 |
| 199 [versioncontrol] | 200 [versioncontrol] |
| 200 allowed_repository_dir_prefixes = | 201 allowed_repository_dir_prefixes = |
| 201 | 202 |
| 202 [wiki] | 203 [wiki] |
| 203 ignore_missing_pages = false | 204 ignore_missing_pages = true |
| 204 max_size = 262144 | 205 max_size = 262144 |
| 205 render_unsafe_content = false | 206 render_unsafe_content = false |
| 206 safe_schemes = cvs, file, ftp, git, irc, http, https, news, sftp, smb, ssh, svn,
svn+ssh | 207 safe_schemes = cvs, file, ftp, git, irc, http, https, news, sftp, smb, ssh, svn,
svn+ssh |
| 207 split_page_names = false | 208 split_page_names = false |
| 208 | 209 |
| 209 [components] | 210 [components] |
| 210 blackmagic.* = enabled | 211 blackmagic.* = enabled |
| 211 sensitivetickets.* = enabled | 212 sensitivetickets.* = enabled |
| 212 acct_mgr.admin.* = enabled | 213 acct_mgr.admin.* = enabled |
| 213 acct_mgr.api.* = enabled | 214 acct_mgr.api.* = enabled |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 blockedby.tip = Does another issue prevent this one from being fixed? | 291 blockedby.tip = Does another issue prevent this one from being fixed? |
| 291 | 292 |
| 292 [ticket-custom] | 293 [ticket-custom] |
| 293 verified_working = checkbox | 294 verified_working = checkbox |
| 294 verified_working.label = Verified working | 295 verified_working.label = Verified working |
| 295 verified_working.value = 0 | 296 verified_working.value = 0 |
| 296 blocking = text | 297 blocking = text |
| 297 blocking.label = Blocking | 298 blocking.label = Blocking |
| 298 blockedby = text | 299 blockedby = text |
| 299 blockedby.label = Blocked By | 300 blockedby.label = Blocked By |
| OLD | NEW |