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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 [attachment] 3 [attachment]
4 max_size = 10262144 4 max_size = 10262144
5 max_zip_size = 12097152 5 max_zip_size = 12097152
6 render_unsafe_content = false 6 render_unsafe_content = false
7 7
8 [browser] 8 [browser]
9 color_scale = True 9 color_scale = True
10 downloadable_paths = /trunk, /branches/*, /tags/* 10 downloadable_paths = /trunk, /branches/*, /tags/*
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 [project] 82 [project]
83 admin = admins@adblockplus.org 83 admin = admins@adblockplus.org
84 admin_trac_url = . 84 admin_trac_url = .
85 descr = Adblock Plus Issue Tracker 85 descr = Adblock Plus Issue Tracker
86 footer = Visit the Trac open source project at<br /><a href="http://trac.edgewal l.org/">http://trac.edgewall.org/</a> 86 footer = Visit the Trac open source project at<br /><a href="http://trac.edgewal l.org/">http://trac.edgewall.org/</a>
87 icon = common/trac.ico 87 icon = common/trac.ico
88 name = Adblock Plus Issue Tracker 88 name = Adblock Plus Issue Tracker
89 url = https://issues.adblockplus.org/ 89 url = https://issues.adblockplus.org/
90 90
91 [query] 91 [query]
92 default_anonymous_query = status!=closed 92 default_anonymous_query = status!=closed&col=id&col=summary&col=component&col=st atus&col=owner&col=type&col=priority&col=milestone&order=priority
93 default_query = status!=closed 93 default_query = status!=closed&col=id&col=summary&col=component&col=status&col=o wner&col=type&col=priority&col=milestone&order=priority
94 items_per_page = 100 94 items_per_page = 100
95 ticketlink_query = ?status=!closed 95 ticketlink_query = ?status=!closed&col=id&col=summary&col=component&col=status&c ol=owner&col=type&col=priority&col=milestone&order=priority
96 96
97 [report] 97 [report]
98 items_per_page = 100 98 items_per_page = 100
99 items_per_page_rss = 0 99 items_per_page_rss = 0
100 100
101 [revisionlog] 101 [revisionlog]
102 default_log_limit = 100 102 default_log_limit = 100
103 graph_colors = ['#cc0', '#0c0', '#0cc', '#00c', '#c0c', '#c00'] 103 graph_colors = ['#cc0', '#0c0', '#0cc', '#00c', '#c0c', '#c00']
104 104
105 [roadmap] 105 [roadmap]
(...skipping 22 matching lines...) Expand all
128 max_comment_size = 262144 128 max_comment_size = 262144
129 max_description_size = 262144 129 max_description_size = 262144
130 preserve_newlines = default 130 preserve_newlines = default
131 restrict_owner = false 131 restrict_owner = false
132 workflow = ConfigurableTicketWorkflow 132 workflow = ConfigurableTicketWorkflow
133 133
134 [ticket-workflow] 134 [ticket-workflow]
135 leave = * -> * 135 leave = * -> *
136 leave.default = 1 136 leave.default = 1
137 leave.operations = leave_status 137 leave.operations = leave_status
138 reassign = new,assigned,reopened -> assigned 138 reassign = new,assigned,reopened,reviewing -> assigned
139 reassign.operations = set_owner 139 reassign.operations = set_owner
140 reassign.permissions = TICKET_MODIFY 140 reassign.permissions = TICKET_MODIFY
141 reopen = closed,reviewing -> reopened 141 reopen = closed,reviewing -> reopened
142 reopen.operations = del_resolution 142 reopen.operations = del_resolution
143 reopen.permissions = TICKET_CREATE 143 reopen.permissions = TICKET_CREATE
144 resolve = new,assigned,reopened,reviewing -> closed 144 resolve = new,assigned,reopened,reviewing -> closed
145 resolve.operations = set_resolution 145 resolve.operations = set_resolution
146 resolve.permissions = TICKET_MODIFY 146 resolve.permissions = TICKET_MODIFY
147 codereview = new,assigned,reopened -> reviewing 147 codereview = new,assigned,reopened -> reviewing
148 codereview.permissions = TICKET_MODIFY 148 codereview.permissions = TICKET_MODIFY
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 blockedby.label = Blocked By 304 blockedby.label = Blocked By
305 review_url = textarea 305 review_url = textarea
306 review_url.rows = 3 306 review_url.rows = 3
307 review_url.cols = 68 307 review_url.cols = 68
308 review_url.label = Review URL(s) 308 review_url.label = Review URL(s)
309 review_url.order = 1 309 review_url.order = 1
310 review_url.format = wiki 310 review_url.format = wiki
311 311
312 [theme] 312 [theme]
313 enable_css = true 313 enable_css = true
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld