Changes between Version 30 and Version 31 of BlackMagicTicketTweaksPlugin


Ignore:
Timestamp:
Sep 14, 2018, 6:29:37 AM (6 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • BlackMagicTicketTweaksPlugin

    v30 v31  
    77Trac 0.11 provides developers and administrators with the ability to apply Genshi Transformers to the templates before they are presented to the user. This plugin adds the ability to tweak any of the Ticket fields, be they custom or standard, in the following ways:
    88 * disable - The field won't be editable.
    9  * hide - The field will be invisible.
     9 * hide - The field will be invisible to the user.
    1010 * label - Rename a field, in particular one of the built-in fields.
    1111 * notice - Add a small notice below a field.
    12  * tip - Provide a Javascript tooltip when the control hovers over the field. Useful for example to give people a reminder for the difference between 'priority' and 'severity'.
     12 * tip - Provide a tooltip when the control hovers over the field. Useful for example to give people a reminder for the difference between 'priority' and 'severity'.
    1313 * permission - Set a permission that is required to edit that specific field. This is particularly useful in an environment where you let ''users'' set severity, so they need `TICKET_CHGPROP`, but you only want certain people to be able to edit the Priority.
    1414
     
    2727The plugin also lets you define arbitrary permissions, say `MASTER_OF_PRIORITIES`, if you want to require someone to have such a custom permission to edit a certain field.
    2828
    29 The plugin can also deny access to certain ticket types by permissions using the ticket_type ini setting.
     29The plugin can also deny access to certain ticket types by permissions using the ticket_type ini setting. See below for configuration settings.
    3030
    3131== Bugs/Feature Requests
     
    4949
    5050== Installation
    51 
    52 === Prerequisites
    53 
    54 Trac 0.11 or later.
    55 
    56 === Installation steps
    5751
    5852The easiest way to install the BlackMagicTicketTweaksPlugin is to point `easy_install` at the t-h.o SVN repository, such as: