Changes between Version 5 and Version 6 of TracChangeFileBiffPlugin


Ignore:
Timestamp:
Jan 17, 2016, 5:11:44 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with pypi

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeFileBiffPlugin

    v5 v6  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Provides a feature like [http://en.wikipedia.org/wiki/Biff Biff] for file in repository
     3= Provides a feature like [wikipedia:Biff] for file in repository
    44
    55== Description
    66
    7 This plugin provides a feature like [http://en.wikipedia.org/wiki/Biff Biff] for file in repository, a mail notification system for UNIX.
    8 TracChangeFileBiffPlugin is useful to query or monitor certain file in the repository when someone will update it.
     7This plugin provides a feature like [wikipedia:Biff] for file in repository, a mail notification system for UNIX.
     8TracChangeFileBiffPlugin is useful to query or monitor certain files in the repository when someone updates it.
    99
    10 '''Note''': TracChangeFileBiffPlugin requires Trac 1.0 or higher since it uses the `list` format of text type. ([http://trac.edgewall.org/wiki/TracTicketsCustomFields TracTicketsCustomFields])
     10'''Note''': TracChangeFileBiffPlugin requires Trac 1.0 or higher, since it uses the `list` format of text type. See [t:TracTicketsCustomFields].
    1111
    1212== Bugs/Feature Requests
     
    3535filebiff = text
    3636filebiff.format = list
    37 filebiff.label = Biff       ; change filed label as you like
     37filebiff.label = Biff       ; change file label as you like
    3838filebiff.multiple = true    ; this option is used by TracMultiSelectBoxPlugin
    3939filebiff.options =          ; will be set when you configure File Biff settings
     
    4848Specification:
    4949
    50 - White-space is not allowed to include into Name.
    51 - Cc and Filename are configured multiple values separated by comma.
     50- White-space is not allowed in the Name.
     51- Cc and Filename are configured as multiple values separated by comma.
    5252- The glob pattern for Filename is allowed.
    5353- The glob pattern is configurable in `filebiff.matching_pattern` of `[ticket-custom]`. The possible values are:
     
    5555   - `gitignore`: gitignore style pattern by [pypi:pathspec pathspec library].
    5656 
    57 Added `[changefilebiff]` section after you configured File Biff settings like this:
     57Add a `[changefilebiff]` section after you configured File Biff settings like this:
    5858
    5959 {{{#!ini