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

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

Issue 5766391164567552: Issues #241,#249 Added component column to default query and allowed reassigning issues directly fr… (Closed)
Patch Set: Added component column also to default_anonymous_query and ticketlink_query and fixed codereview tr… Created April 3, 2014, 9:58 a.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
@@ -89,10 +89,10 @@
url = https://issues.adblockplus.org/
[query]
-default_anonymous_query = status!=closed
-default_query = status!=closed
+default_anonymous_query = status!=closed&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=milestone&order=priority
+default_query = status!=closed&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=milestone&order=priority
items_per_page = 100
-ticketlink_query = ?status=!closed
+ticketlink_query = ?status=!closed&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=milestone&order=priority
[report]
items_per_page = 100
@@ -135,7 +135,7 @@
leave = * -> *
leave.default = 1
leave.operations = leave_status
-reassign = new,assigned,reopened -> assigned
+reassign = new,assigned,reopened,reviewing -> assigned
reassign.operations = set_owner
reassign.permissions = TICKET_MODIFY
reopen = closed,reviewing -> reopened
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld