Skip to content

Commit

Permalink
Updated the default Trac queries.
Browse files Browse the repository at this point in the history
This adds the description search to be available by default, like
a permanent search bar. Default columns are now explicit. This
removes 'Status' and 'Version' from the default view.
  • Loading branch information
sarahboyce authored and bmispelon committed Oct 7, 2024
1 parent fec4e89 commit 3566498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trac-env/conf/trac.ini
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ name = Django
url = https://code.djangoproject.com/

[query]
default_anonymous_query = status!=closed&desc=1&order=id
default_query = status!=closed&desc=1&order=id
default_anonymous_query = description~=&status!=closed&desc=1&order=id&col=id&col=summary&col=type&col=owner&col=component
default_query = description~=&status!=closed&desc=1&order=id&col=id&col=summary&col=type&col=owner&col=component

[repositories]
.dir = /django-mirror
Expand Down

0 comments on commit 3566498

Please sign in to comment.