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

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

Issue 5710953018556416: Issues #171, #201 Made review URL field wider and restricted setting the codereview state in Trac. (Closed)
Patch Set: Created March 25, 2014, 4:52 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
@@ -145,6 +145,7 @@
resolve.operations = set_resolution
resolve.permissions = TICKET_MODIFY
codereview = new,assigned,reopened -> reviewing
+codereview.permission = TICKET_MODIFY
[timeline]
abbreviated_messages = True
@@ -308,6 +309,7 @@
blockedby.label = Blocked By
review_url = textarea
review_url.rows = 3
+review_url.cols = 68
review_url.label = Review URL(s)
review_url.order = 1
review_url.format = wiki
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld