Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/trac/templates/trac.ini.erb

Issue 6240833384742912: Issue #223 Removed in-progress flag from Trac. (Closed)
Patch Set: Created March 28, 2014, 2:44 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/trac/templates/trac.ini.erb
===================================================================
--- a/modules/trac/templates/trac.ini.erb
+++ b/modules/trac/templates/trac.ini.erb
@@ -262,7 +262,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,summary,type,component,verified_working,ready,review_url,in_progress
+tweaks = id, priority, cc, keywords, owner, sensitive, milestone, blocking,blockedby,summary,type,component,verified_working,ready,review_url
gray_disabled = #cccccc
id.label = Issue
priority.permission = TICKET_SET_PRIORITY
@@ -270,8 +270,6 @@
ready.tip = Check, if the issue contains all required data and shall be implemented.
review_url.permission = TICKET_MODIFY
review_url.tip = URL(s) to the review of your code
-in_progress.permission = TICKET_MODIFY
-in_progress.tip = Check, if somebody is currently working on this issue.
blocking.permission = TICKET_DEPENDENCY
blockedby.permission = TICKET_DEPENDENCY
priority.permission = TICKET_SET_PRIORITY
@@ -300,9 +298,6 @@
ready = checkbox
ready.label = Ready
ready.value = 0
-in_progress = checkbox
-in_progress.label = In progress
-in_progress.value = 0
blocking = text
blocking.label = Blocking
blockedby = text
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld