Index: modules/trac/templates/trac.ini.erb |
=================================================================== |
--- a/modules/trac/templates/trac.ini.erb |
+++ b/modules/trac/templates/trac.ini.erb |
@@ -229,16 +229,18 @@ acct_mgr.notification.AccountChangeListe |
tickettemplate.* = enabled |
autocompleteusers.* = enabled |
trac.about.AboutModule = disabled |
trac.admin.web_ui.BasicsAdminPanel = disabled |
trac.admin.web_ui.LoggingAdminPanel = disabled |
trac.admin.web_ui.PluginAdminPanel = disabled |
mastertickets.* = enabled |
nevernotifyupdaterplugin.* = enabled |
+themeengine.* = enabled |
+themeengine.admin.CustomThemeAdminModule = disabled |
[tickettemplate] |
field_list = summary, description, reporter, owner, priority, cc, milestone, component, version, type |
enable_custom = false |
[mainnav] |
tickets.label = View Issues |
tickets.href = /query |
@@ -257,41 +259,31 @@ user_lock_time_progression = 2 |
username_regexp = . |
verify_email = true |
[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,summary,type,component,verified_working,ready,review_url,in_progress |
id.label = Issue |
priority.permission = TICKET_SET_PRIORITY |
-priority.ondenial = hide |
ready.permission = TICKET_MODIFY |
-ready.ondenial = hide |
ready.tip = Check, if the issue contains all required data and shall be implemented. |
review_url.permission = TICKET_MODIFY |
-review_url.ondenial = hide |
review_url.tip = URL(s) to the review of your code |
in_progress.permission = TICKET_MODIFY |
-in_progress.ondenial = hide |
in_progress.tip = Check, if somebody is currently working on this issue. |
blocking.permission = TICKET_DEPENDENCY |
-blocking.ondenial = hide |
blockedby.permission = TICKET_DEPENDENCY |
-blockedby.ondenial = hide |
priority.permission = TICKET_SET_PRIORITY |
-cc.permission = TICKET_CREATE_CC |
-cc.ondenial = hide |
+cc.permission = TICKET_MODIFY |
keywords.permission = TICKET_EDIT_KEYWORDS |
-keywords.ondenial = hide |
owner.label = Assignee |
owner.permission = TICKET_SET_OWNER |
-owner.ondenial = hide |
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. |
@@ -313,8 +305,11 @@ blocking = text |
blocking.label = Blocking |
blockedby = text |
blockedby.label = Blocked By |
review_url = textarea |
review_url.rows = 3 |
review_url.label = Review URL(s) |
review_url.order = 1 |
review_url.format = wiki |
+ |
+[theme] |
+enable_css = true |