Trac Search All Projects Plugin
Description
Provides a new search option to search in all the projects in the current multi-project environment.
To enable the plugin, add the line:
tracsearchall.* = enabled
to the components section in trac.ini.
Give the new SEARCHALL_VIEW permission to user(s).
A new checkbox Search All Projects will appear in the Search page.
You can also limit search to a list of projects, adding:
[searchall] include_projects=project1, project2, project3
this will search only in projects project1, project2 and project3. If this option is not set, it will default to search in all projects.
Or you can exclude projects from the search with:
[searchall] exclude_projects=project1, project2
this will search in all projects except project1 and project2.
Bugs/Feature Requests
Existing bugs and feature requests for SearchAllPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out SearchAllPlugin from here using Subversion, or browse the source with Trac.
Example
This plugin will work in a multi-project environment, as it will search all projects in the environment folder. For example, I use it by having a multi-project environment, where one project is the master project, and has SearchAllPlugin enabled.
Recent Changes
[9966] by rjollos on 03/17/11 05:39:29
Support non-ascii characters to in exceptions. Thanks to hasienda for the patch. Fixes #8610.
[8117] by airadier on 06/15/10 18:03:21
New options: include_projects and exclude_projects. Closes #5730
[7829] by airadier on 04/08/10 11:36:20
Version 0.7: better management of search errors
[7513] by airadier on 02/08/10 13:30:03
Trac 0.10 compatibility fix. Fixes #5702

