Changes between Version 5 and Version 6 of HideValsPlugin


Ignore:
Timestamp:
Nov 10, 2015, 9:58:53 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • HideValsPlugin

    v5 v6  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Hide ticket field values =
    32
    4 == Description ==
     3= Hide ticket field values
     4
     5== Description
    56
    67This 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.
    78
    8 == Bugs/Feature Requests ==
     9== Bugs/Feature Requests
    910
    1011Existing bugs and feature requests for HideValsPlugin are
     
    1213
    1314If you have any issues, create a
    14 [http://trac-hacks.org/newticket?component=HideValsPlugin new ticket].
     15[/newticket?component=HideValsPlugin new ticket].
    1516
    16 == Download ==
     17[[TicketQuery(component=HideValsPlugin&group=type,format=progress)]]
    1718
    18 Download the zipped source from [download:hidevalsplugin here].
     19== Download
    1920
    20 == Source ==
     21Download the zipped source from [export:hidevalsplugin here].
    2122
    22 You can check out HideValsPlugin from [http://trac-hacks.org/svn/hidevalsplugin here] using Subversion, or [source:hidevalsplugin browse the source] with Trac.
     23== Source
    2324
    24 == Example ==
     25You can check out HideValsPlugin from [/svn/hidevalsplugin here] using Subversion, or [source:hidevalsplugin browse the source] with Trac.
     26
     27== Installation
     28
     29General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    2530
    2631To enable:
    27 {{{
    28 #!ini
     32{{{#!ini
    2933[components]
    3034hidevals.* = enabled
    3135}}}
    3236
    33 == Recent Changes ==
     37== Recent Changes
    3438
    3539[[ChangeLog(hidevalsplugin, 3)]]
    3640
    37 == Author/Contributors ==
     41== Author/Contributors
    3842
    3943'''Author:''' [wiki:coderanger] [[BR]]