| 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 |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 username_regexp = . | 133 username_regexp = . |
| 134 verify_email = true | 134 verify_email = true |
| 135 | 135 |
| 136 [sensitivetickets] | 136 [sensitivetickets] |
| 137 allow_reporter = true | 137 allow_reporter = true |
| 138 allow_cc = true | 138 allow_cc = true |
| 139 allow_owner = true | 139 allow_owner = true |
| 140 | 140 |
| 141 [blackmagic] | 141 [blackmagic] |
| 142 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET
_SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY | 142 permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET
_SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY |
| 143 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block
edby,summary,type,component,verified_working,ready,review_url,platform | 143 tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,block
edby,summary,type,component,verified_working,ready,review_url,platform,tester |
| 144 gray_disabled = #cccccc | 144 gray_disabled = #cccccc |
| 145 id.label = Issue | 145 id.label = Issue |
| 146 priority.permission = TICKET_SET_PRIORITY | 146 priority.permission = TICKET_SET_PRIORITY |
| 147 ready.permission = TICKET_MODIFY | 147 ready.permission = TICKET_MODIFY |
| 148 ready.tip = Check, if the issue contains all required data and shall be implemen
ted. | 148 ready.tip = Check, if the issue contains all required data and shall be implemen
ted. |
| 149 review_url.permission = TICKET_MODIFY | 149 review_url.permission = TICKET_MODIFY |
| 150 review_url.tip = URL(s) to the review of your code | 150 review_url.tip = URL(s) to the review of your code |
| 151 blocking.permission = TICKET_DEPENDENCY | 151 blocking.permission = TICKET_DEPENDENCY |
| 152 blockedby.permission = TICKET_DEPENDENCY | 152 blockedby.permission = TICKET_DEPENDENCY |
| 153 priority.permission = TICKET_SET_PRIORITY | 153 priority.permission = TICKET_SET_PRIORITY |
| (...skipping 10 matching lines...) Expand all Loading... |
| 164 component.tip = Here, you can select, which technical module your issue belongs
to. Leave "Unknown" if unsure. | 164 component.tip = Here, you can select, which technical module your issue belongs
to. Leave "Unknown" if unsure. |
| 165 sensitive.tip = Please check this box, if you want to want to report a security
issue that might harm users if revealed publicly before it is fixed. | 165 sensitive.tip = Please check this box, if you want to want to report a security
issue that might harm users if revealed publicly before it is fixed. |
| 166 verified_working.tip = Please leave this box unchecked until a moderator asks yo
u to confirm a fixed issue actually works. | 166 verified_working.tip = Please leave this box unchecked until a moderator asks yo
u to confirm a fixed issue actually works. |
| 167 owner.tip = If it is clear, who will/shall work on this issue, you can enter his
user name here. If unsure, please leave empty. | 167 owner.tip = If it is clear, who will/shall work on this issue, you can enter his
user name here. If unsure, please leave empty. |
| 168 Milestone.tip = If it was already decided, in which upcoming release the issue s
hall be included, you might set the respective Milestone. If unsure, please leav
e empty. | 168 Milestone.tip = If it was already decided, in which upcoming release the issue s
hall be included, you might set the respective Milestone. If unsure, please leav
e empty. |
| 169 cc.tip = Dispatches an Email to the entered user/email adress with changes to th
e issue, every time an issue was changed. | 169 cc.tip = Dispatches an Email to the entered user/email adress with changes to th
e issue, every time an issue was changed. |
| 170 priority.tip = Please only set this if you are absolutely sure about it. | 170 priority.tip = Please only set this if you are absolutely sure about it. |
| 171 blocking.tip = Does this issue prevent another one from being fixed upfront? | 171 blocking.tip = Does this issue prevent another one from being fixed upfront? |
| 172 blockedby.tip = Does another issue prevent this one from being fixed? | 172 blockedby.tip = Does another issue prevent this one from being fixed? |
| 173 platform.tip = Please select the platform, where the issue belongs to. | 173 platform.tip = Please select the platform, where the issue belongs to. |
| 174 | 174 tester.permission = TICKET_MODIFY |
| 175 tester.tip = Select the tester who is assigned to this issue (to be set by Teste
rs themselves) |
| 175 | 176 |
| 176 [ticket-custom] | 177 [ticket-custom] |
| 177 verified_working = checkbox | 178 verified_working = checkbox |
| 178 verified_working.label = Verified working | 179 verified_working.label = Verified working |
| 179 verified_working.value = 0 | 180 verified_working.value = 0 |
| 180 ready = checkbox | 181 ready = checkbox |
| 181 ready.label = Ready | 182 ready.label = Ready |
| 182 ready.value = 0 | 183 ready.value = 0 |
| 183 blocking = text | 184 blocking = text |
| 184 blocking.label = Blocking | 185 blocking.label = Blocking |
| 185 blockedby = text | 186 blockedby = text |
| 186 blockedby.label = Blocked By | 187 blockedby.label = Blocked By |
| 187 review_url = textarea | 188 review_url = textarea |
| 188 review_url.rows = 3 | 189 review_url.rows = 3 |
| 189 review_url.cols = 68 | 190 review_url.cols = 68 |
| 190 review_url.label = Review URL(s) | 191 review_url.label = Review URL(s) |
| 191 review_url.order = 1 | 192 review_url.order = 1 |
| 192 review_url.format = wiki | 193 review_url.format = wiki |
| 193 platform = select | 194 platform = select |
| 194 platform.label = Platform | 195 platform.label = Platform |
| 195 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox|Firefox Mobi
le|Kitt|Maxthon|Maxthon for Android|Opera|Safari|SeaMonkey|Thunderbird|Yandex.Br
owser | 196 platform.options = Unknown|Android|Chrome|Internet Explorer|Firefox|Firefox Mobi
le|Kitt|Maxthon|Maxthon for Android|Opera|Safari|SeaMonkey|Thunderbird|Yandex.Br
owser |
| 196 platform.value = Unknown | 197 platform.value = Unknown |
| 198 tester = select |
| 199 tester.label = Tester |
| 200 tester.options = Unknown|Ross|Shikitita |
| 201 tester.value = Unknown |
| 197 | 202 |
| OLD | NEW |