| Index: modules/trac/templates/trac.ini.erb |
| =================================================================== |
| --- a/modules/trac/templates/trac.ini.erb |
| +++ b/modules/trac/templates/trac.ini.erb |
| @@ -259,7 +259,7 @@ |
| [blackmagic] |
| permissions = TICKET_SET_PRIORITY, TICKET_CREATE_CC, TICKET_EDIT_KEYWORDS,TICKET_SET_OWNER, TICKET_SET_MILESTONE, TICKET_DEPENDENCY |
| -tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,blockedby |
| +tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,blockedby,summary,type,component,verified_working |
| id.label = Issue |
| priority.permission = TICKET_SET_PRIORITY |
| priority.ondenial = hide |
| @@ -277,6 +277,17 @@ |
| sensitive.label = Confidential |
| Milestone.permission = TICKET_SET_MILESTONE |
| Milestone.ondenial = hide |
| +summary.tip = A one-sentence abstract of what and where the issue is about. |
| +type.tip = Please select whether you want to report a defect or request a change. |
| +component.tip = Here, you can select, which technical component your issue belongs to. Leave "Unknown" if unsure. |
| +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. |
| +verified_working.tip = Please leave this box unchecked until a moderator asks you to confirm a fixed issue actually works. |
| +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. |
| +Milestone.tip = If it was already decided, in which upcoming release the issue shall be included, you might set the respective Milestone. If unsure, please leave empty. |
| +cc.tip = Dispatches an Email to the entered user/email adress with changes to the issue, every time an issue was changed. |
| +priority.tip = Please only set this if you are absolutely sure about it. |
| +blocking.tip = Does this issue prevent another one from being fixed upfront? |
| +blockedby.tip = Does another issue prevent this one from being fixed? |
| [ticket-custom] |
| verified_working = checkbox |