Changes between Version 17 and Version 18 of TracSuposePlugin


Ignore:
Timestamp:
Jan 3, 2017, 8:22:55 PM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • TracSuposePlugin

    v17 v18  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Trac repository search with SupoSE
     3= Search a Trac repository with SupoSE
    44
    55== Description
     
    1111[[Image(repo.PNG, width=400px, border=2)]]
    1212
     13The search form looks as follows:
     14
    1315[[Image(reposearch.2.PNG, width=400px, border=2)]]
    1416
    15 See also RepoSearchPlugin.
     17Queries can be input in the `Others` input field.
     18
     19 * Search for Tags and Branches:
     20{{{
     21+tag:* -maventag:*
     22}}}
     23
     24 * Search for properties:
     25{{{
     26+svn\:externals:*https\:*
     27}}}
     28
     29TracSuposePlugin will search current folder and all subfolders. All history of a file will be searched if you are browsing a file: not exactly this file, but all files with the same name in the current folder and all subfolders.
     30
     31See also: RepoSearchPlugin and MultiRepoSearchPlugin.
    1632
    1733'''Note:''' The [http://www.supose.org/ official website] has no content.
     
    5571After these steps, you need to restart your server.
    5672
     73== Configuration
     74
    5775A navigation item "Repo Search" is added. You can delete this item by disabling "SupoSENaviContributor".
    5876
    5977By default TracSuposePlugin will not automatically index the repository. Leave autoindex as false if you have scheduled the scanning process of SupoSE.
    6078
    61 If autoindex = true, a new parameter `indexedrev` will be added when TracSuposePlugin is run for the first time to store indexed rev. After the first run, the newly submitted revs only are indexed. Please don't change and remove this `indexedrev` as SupoSE may reindex all revisions.
    62 
    63 == Example
    64 
    65 TracSuposePlugin will search current folder and all subfolders. All history of a file will be searched if you are browsing a file: not exactly this file, but all files with the same name in the current folder and all subfolders.
    66 
    67 Queries can be input in `Other` box.
    68 
    69  * Search for Tags and Branches:
    70 {{{
    71 +tag:* -maventag:*
    72 }}}
    73 
    74  * Search for properties:
    75 {{{
    76 +svn\:externals:*https\:*
    77 }}}
     79If `autoindex = true`, a new parameter `indexedrev` will be added when TracSuposePlugin is run for the first time to store indexed rev. After the first run, the newly submitted revs only are indexed. Please don't change and remove this `indexedrev` as SupoSE may reindex all revisions.
    7880
    7981== Recent Changes