On Mon, 2006-08-14 at 13:43 -0700, Jason Dunham wrote: > I am looking for finer-grained permissions with regards to searches. It > seems like low-privilege users who can view tickets should also be able > to search tickets. This could prevent duplicate bug reports. However I > don't want these users to be able to view or search the source code > changesets. Our wiki is also for developers, so I don't want that > exposed either. Is this possible or part of the Trac roadmap?
Trac does not support searching the source code, though there is a plugin on trac-hacks.org which add this feature. The places a user can search are already based on their permissions. Items that a user does not have permission to view will not be searched. > In a related note, I have admin privileges, but 98% of my searches are > in tickets only. I would like to have a one-click way to search tickets > without having to un-check "wiki" and "changesets". Can I request such > a feature? If you use Firefox or Epiphany you can create a "search bookmark" to query the tickets. If you bookmark a site in these browsers with %s in the bookmarks location it will be substituted with search terms: http://trac.edgewall.org/search?noquickjump=1&ticket=on&q=%s In Firefox you bookmark the site and give it a keyword and then you can enter that keyword in the URL bar with the search terms, such as: "tickets some search terms". In Epiphany bookmarks with a "%s" in the URL will automatically be displayed in the dropdown list that appears when you start entering your search terms in the URL bar. -- Matt Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
