Changes between Version 4 and Version 5 of TracChangeFileBiffPlugin


Ignore:
Timestamp:
Aug 21, 2015, 8:13:04 AM (9 years ago)
Author:
figaro
Comment:

Further cosmetic changes: pypi intertrac link

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeFileBiffPlugin

    v4 v5  
    2020== Download
    2121
    22 Download the archived source from [http://pypi.python.org/pypi/TracChangeFileBiffPlugin here].
     22Download the archived source from [pypi:TracChangeFileBiffPlugin here].
    2323
    2424== Source
     
    4242}}}
    4343
    44  3. Configure a File Biff settings:
     44 3. Configure File Biff settings:
    4545
    4646 [[Image(trac-plugin-changefilebiff-admin1.png)]]
     
    4848Specification:
    4949
    50 - White-space is not allowed to include into Name
     50- White-space is not allowed to include into Name.
    5151- Cc and Filename are configured multiple values separated by comma.
    52 - The glob pattern for Filename is allowed
    53 - The glob pattern is configurable in `filebiff.matching_pattern` of `[ticket-custom]`. The possible values are (default: `fnmatch`):
    54    - `fnmatch`: standard glob pattern by [https://docs.python.org/2/library/fnmatch.html "fnmatch module"].
    55    -  `gitignore`: gitignore sytle pattern by [https://pypi.python.org/pypi/pathspec/ "pathspec library"].
     52- The glob pattern for Filename is allowed.
     53- The glob pattern is configurable in `filebiff.matching_pattern` of `[ticket-custom]`. The possible values are:
     54   - `fnmatch` (default): standard glob pattern by [https://docs.python.org/2/library/fnmatch.html "fnmatch module"].
     55   - `gitignore`: gitignore style pattern by [pypi:pathspec pathspec library].
    5656 
    5757Added `[changefilebiff]` section after you configured File Biff settings like this:
     
    8383=== Integrate TracMultiSelectBoxPlugin
    8484
    85 To integrate TracMultiSelectBoxPlugin is good practice for ticket maintenance like this.
     85To integrate TracMultiSelectBoxPlugin is good practice for ticket maintenance like this:
    8686
    8787