| LEFT | RIGHT |
| 1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
| 2 | 2 |
| 3 [inherit] | 3 [inherit] |
| 4 file = /home/trac/trac.ini | 4 file = /home/trac/trac.ini |
| 5 | 5 |
| 6 [header_logo] | 6 [header_logo] |
| 7 alt = <%= @description %> | 7 alt = <%= @description %> |
| 8 height = 80 | 8 height = 80 |
| 9 link = / | 9 link = / |
| 10 src = adblockplus_logo.png | 10 src = logo.png |
| 11 width = 80 | 11 width = 80 |
| 12 | 12 |
| 13 [notification] | 13 [notification] |
| 14 smtp_from = noreply@adblockplus.org | 14 smtp_from = noreply@adblockplus.org |
| 15 smtp_from_name = <%= @description %> | 15 smtp_from_name = <%= @description %> |
| 16 | 16 |
| 17 [project] | 17 [project] |
| 18 descr = <%= @description %> | 18 descr = <%= @description %> |
| 19 name = <%= @description %> | 19 name = <%= @description %> |
| 20 url = https://issues.adblockplus.org/ | 20 url = https://issues.adblockplus.org/ |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 acct_mgr.api.* = enabled | 81 acct_mgr.api.* = enabled |
| 82 acct_mgr.db.sessionstore = enabled | 82 acct_mgr.db.sessionstore = enabled |
| 83 acct_mgr.htfile.* = disabled | 83 acct_mgr.htfile.* = disabled |
| 84 acct_mgr.http.* = disabled | 84 acct_mgr.http.* = disabled |
| 85 acct_mgr.notification.* = enabled | 85 acct_mgr.notification.* = enabled |
| 86 acct_mgr.pwhash.htdigesthashmethod = enabled | 86 acct_mgr.pwhash.htdigesthashmethod = enabled |
| 87 acct_mgr.pwhash.htpasswdhashmethod = disabled | 87 acct_mgr.pwhash.htpasswdhashmethod = disabled |
| 88 acct_mgr.register.* = enabled | 88 acct_mgr.register.* = enabled |
| 89 acct_mgr.svnserve.svnservepasswordstore = disabled | 89 acct_mgr.svnserve.svnservepasswordstore = disabled |
| 90 acct_mgr.web_ui.* = enabled | 90 acct_mgr.web_ui.* = enabled |
| 91 acct_mgr.register.* = enabled | |
| 92 acct_mgr.notification.accountchangelistener = enabled | 91 acct_mgr.notification.accountchangelistener = enabled |
| 93 acct_mgr.pwhash.htdigesthashmethod = enabled | 92 acct_mgr.pwhash.htdigesthashmethod = enabled |
| 94 acct_mgr.web_ui.accountmodule = enabled | 93 acct_mgr.web_ui.accountmodule = enabled |
| 95 acct_mgr.web_ui.resetpwstore = enabled | 94 acct_mgr.web_ui.resetpwstore = enabled |
| 96 acct_mgr.guard.accountguard = enabled | 95 acct_mgr.guard.accountguard = enabled |
| 97 acct_mgr.notification.AccountChangeListener = enabled | 96 acct_mgr.notification.AccountChangeListener = enabled |
| 98 tickettemplate.* = enabled | 97 tickettemplate.* = enabled |
| 99 autocompleteusers.* = enabled | 98 autocompleteusers.* = enabled |
| 100 trac.about.AboutModule = disabled | 99 trac.about.AboutModule = disabled |
| 101 trac.admin.web_ui.BasicsAdminPanel = disabled | 100 trac.admin.web_ui.BasicsAdminPanel = disabled |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 review_url = textarea | 182 review_url = textarea |
| 184 review_url.rows = 3 | 183 review_url.rows = 3 |
| 185 review_url.cols = 68 | 184 review_url.cols = 68 |
| 186 review_url.label = Review URL(s) | 185 review_url.label = Review URL(s) |
| 187 review_url.order = 1 | 186 review_url.order = 1 |
| 188 review_url.format = wiki | 187 review_url.format = wiki |
| 189 platform = select | 188 platform = select |
| 190 platform.label = Platform | 189 platform.label = Platform |
| 191 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi
le|Opera|Safari | 190 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi
le|Opera|Safari |
| 192 platform.value = Unknown | 191 platform.value = Unknown |
| 193 bayes_min_training = 10 | 192 |
| 194 authenticated_karma = 0 | |
| 195 min_karma = -14 | |
| LEFT | RIGHT |