Changes between Version 5 and Version 6 of SearchAllPlugin


Ignore:
Timestamp:
Mar 25, 2015, 3:49:18 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • SearchAllPlugin

    v5 v6  
    1 = Trac Search All Projects Plugin =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Trac Search All Projects Plugin
    44
    5 Provides a new search option to search in all the projects in the current multi-project environment.
     5== Description
    66
    7 To enable the plugin, add the line:
     7This plugin provides a new search option to search in all the projects in the current multi-project environment.
    88
    9 {{{
    10 tracsearchall.* = enabled
    11 }}}
    12 
    13 to the ''components'' section in trac.ini.
    14 
    15 Give the new ''SEARCHALL_VIEW'' permission to user(s).
    16 
    17 A new checkbox '''Search All Projects''' will appear in the Search page.
    18 
    19 You can also limit search to a list of projects, adding:
    20 
    21 {{{
    22 [searchall]
    23 include_projects=project1, project2, project3
    24 }}}
    25 
    26 this will search only in projects ''project1'', ''project2'' and ''project3''. If this option is not set, it will default to search in all projects.
    27 
    28 Or you can exclude projects from the search with:
    29 
    30 {{{
    31 [searchall]
    32 exclude_projects=project1, project2
    33 }}}
    34 
    35 this will search in all projects '''except''' ''project1'' and ''project2''.
    36 
    37 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    3810
    3911Existing bugs and feature requests for SearchAllPlugin are
     
    4315[http://trac-hacks.org/newticket?component=SearchAllPlugin&owner=airadier new ticket].
    4416
    45 == Download ==
     17[[TicketQuery(component=SearchAllPlugin&group=type,format=progress)]]
     18
     19== Download
    4620
    4721Download the zipped source from [download:searchallplugin here].
    4822
    49 == Source ==
     23== Source
    5024
    5125You can check out SearchAllPlugin from [http://trac-hacks.org/svn/searchallplugin here] using Subversion, or [source:searchallplugin browse the source] with Trac.
    5226
    53 == Example ==
     27== Installation
    5428
    55 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.
     29To enable the plugin, add the following line to the ''components'' section in the `trac.ini` file:
    5630
    57 == Recent Changes ==
     31{{{
     32#!ini
     33[components]
     34tracsearchall.* = enabled
     35}}}
     36
     37Give the new `SEARCHALL_VIEW` permission to user(s).
     38
     39A new checkbox '''Search All Projects''' will appear in the Search page.
     40
     41== Example
     42
     43This plugin will work in a multi-project environment, as it will search all projects in the environment folder. For example, you can use it by having a multi-project environment, where one project is the ''master'' project, and has SearchAllPlugin enabled.
     44
     45You can also limit search to a list of projects, adding to `trac.ini`:
     46
     47{{{
     48#!ini
     49[searchall]
     50include_projects=project1, project2, project3
     51}}}
     52
     53This will search only in projects ''project1'', ''project2'' and ''project3''. If this option is not set, it will default to search in all projects.
     54
     55Or you can exclude projects from the search with:
     56
     57{{{
     58#!ini
     59[searchall]
     60exclude_projects=project1, project2
     61}}}
     62
     63This will search in all projects '''except''' ''project1'' and ''project2''.
     64
     65== Recent Changes
    5866
    5967[[ChangeLog(searchallplugin, 3)]]
    6068
    61 == Author/Contributors ==
     69== Author/Contributors
    6270
    6371'''Author:''' [wiki:airadier] [[BR]]
    64 '''Maintainer:''' [wiki:airadier] [[BR]]
     72'''Maintainer:''' [[Maintainer]] [[BR]]
    6573'''Contributors:'''