Changes between Version 20 and Version 21 of BreadCrumbsNavPlugin


Ignore:
Timestamp:
Nov 12, 2015, 4:37:01 PM (8 years ago)
Author:
figaro
Comment:

Typos

Legend:

Unmodified
Added
Removed
Modified
  • BreadCrumbsNavPlugin

    v20 v21  
    1717[[TicketQuery(component=BreadCrumbsNavPlugin&group=type,format=progress)]]
    1818
    19 == Release Status, Downloads and Source
     19== Download and Source
    2020
    2121While the branch name suggests the corresponding Trac version, `0.11` should work equally well for Trac 0.11 (old stable), 0.12 (current stable) and Trac 0.13dev (development).
     
    5050}}}
    5151
    52 If you are using `tracd` standalone server or another webserver, you will most probably need to restart it to detect the plugin.
     52If you are using `tracd` standalone server or another webserver, you will probably need to restart it to detect the plugin.
    5353
    5454Depending on your configuration you may still need to enable the plugin explicitly. You can do so in the Administration panel of Trac, or in the `trac.ini` file by adding:
     
    6565
    6666 ignore_pattern::
    67  A regular expression pattern that can be applied to the name of the resource; if it matches the resource will not be added to the user's breadcrumbs. Defaults to nothing.
     67 A regular expression pattern that can be applied to the name of the resource; if it matches the resource, it will not be added to the user's breadcrumbs. Defaults to nothing.
    6868 label::
    69  A custom label to replace the implicite "Breadcrumbs:" default value. Beware that this will interfere with i18n, maybe even depreciated by it.
     69 A custom label to replace the implicit "Breadcrumbs:" default value. Beware that this will interfere with i18n, maybe even deprecated by it.
    7070 max_crumbs::
    71  The maximum total of crumbs that should be kept per-user. Defaults to 6.
     71 The maximum number of crumbs that should be kept per-user. Defaults to 6.
    7272 paths::
    7373 A comma-separated list of regular expressions, one of which should match the beginning of the url to include the resource in the path. Defaults to /wiki*,/ticket*,/milestone*
    74  Note that these really are interpreted as regular expressions, even though the default values look more like shell globs. It seems these default values also match /wik/foo or /tickebar, which might not be the authors intention.
     74 Note that these really are interpreted as regular expressions, even though the default values look more like shell globs. It seems these default values also match /wik/foo or /tickebar, which might not be the authors intent.
    7575
    76 The config entry would look something like the following:
     76These options can be set as follows in your `trac.ini` file:
    7777
    7878{{{#!ini