Changes between Version 6 and Version 7 of HideValsPlugin


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

Cosmetic changes, tagged with pypi

Legend:

Unmodified
Added
Removed
Modified
  • HideValsPlugin

    v6 v7  
    55== Description
    66
    7 This plugin allows masking ticket field values (for drop-down fields) based on users/groups. Bascially think of this as the big brother of the SimpleTicketPlugin. Activate the filtering on a user by giving them the `TICKET_HIDEVALS` permission. You can configure which fields to mask under WebAdmin. All fields are hidden by default, you must explicitly allow what you want each group to see. If a user has no visible options for a field, it will be hidden entirely.
     7This plugin allows masking ticket field values (for drop-down fields) based on users/groups. Basically think of this as the big brother of the SimpleTicketPlugin. Activate the filtering on a user by giving them the `TICKET_HIDEVALS` permission. You can configure which fields to mask under WebAdmin. All fields are hidden by default, you must explicitly allow what you want each group to see. If a user has no visible options for a field, it will be hidden entirely.
    88
    99== Bugs/Feature Requests
     
    2121Download the zipped source from [export:hidevalsplugin here].
    2222
     23There is also a version on [pypi:TracHideVals PyPi].
     24
    2325== Source
    2426
     
    2931General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3032
    31 To enable:
     33To enable this plugin, add the following to your `trac.ini` file:
    3234{{{#!ini
    3335[components]