Changes between Initial Version and Version 1 of HideValsPlugin


Ignore:
Timestamp:
Apr 6, 2007, 10:58:22 PM (17 years ago)
Author:
Noah Kantrowitz
Comment:

New hack HideValsPlugin, created by coderanger

Legend:

Unmodified
Added
Removed
Modified
  • HideValsPlugin

    v1 v1  
     1= Hide ticket field values. =
     2
     3== Description ==
     4
     5This 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.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for HideValsPlugin are
     10[report:9?COMPONENT=HideValsPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=HideValsPlugin&owner=coderanger new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:hidevalsplugin here].
     18
     19== Source ==
     20
     21You can check out HideValsPlugin from [http://trac-hacks.org/svn/hidevalsplugin here] using Subversion, or [source:hidevalsplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25To enable:
     26{{{
     27[components]
     28hidevals.* = enabled
     29}}}
     30
     31== Recent Changes ==
     32
     33[[ChangeLog(hidevalsplugin, 3)]]
     34
     35== Author/Contributors ==
     36
     37'''Author:''' [wiki:coderanger] [[BR]]
     38'''Contributors:'''