OLD | NEW |
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 = logo.png | 10 src = logo.png |
11 width = 80 | 11 width = 80 |
12 | 12 |
13 [notification] | 13 [notification] |
14 smtp_from = noreply@adblockplus.org | |
15 smtp_from_name = <%= @description %> | 14 smtp_from_name = <%= @description %> |
16 | 15 |
17 [project] | 16 [project] |
18 descr = <%= @description %> | 17 descr = <%= @description %> |
19 name = <%= @description %> | 18 name = <%= @description %> |
20 url = https://issues.adblockplus.org/ | 19 url = https://issues.adblockplus.org/ |
21 | 20 |
22 [ticket-workflow] | 21 [ticket-workflow] |
23 leave = * -> * | 22 leave = * -> * |
24 leave.default = 1 | 23 leave.default = 1 |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 review_url.rows = 3 | 179 review_url.rows = 3 |
181 review_url.cols = 68 | 180 review_url.cols = 68 |
182 review_url.label = Review URL(s) | 181 review_url.label = Review URL(s) |
183 review_url.order = 1 | 182 review_url.order = 1 |
184 review_url.format = wiki | 183 review_url.format = wiki |
185 platform = select | 184 platform = select |
186 platform.label = Platform | 185 platform.label = Platform |
187 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi
le|Maxthon|Opera|Safari | 186 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox/Firefox Mobi
le|Maxthon|Opera|Safari |
188 platform.value = Unknown | 187 platform.value = Unknown |
189 | 188 |
OLD | NEW |