Changes between Version 6 and Version 7 of KeepInterfaceSimplePlugin


Ignore:
Timestamp:
Nov 25, 2016, 6:58:54 PM (7 years ago)
Author:
Jon Ashley
Comment:

Add description of TracTicketChainedFields import utility

Legend:

Unmodified
Added
Removed
Modified
  • KeepInterfaceSimplePlugin

    v6 v7  
    180180* Function calls and user-defined functions.
    181181* Automatic updating of fields.
    182 * The operator 'has_role' has been retired and replaced with the 'has_role()' function.
     182* The operator 'has_role' has been retired - the 'has_role()' function can now be used instead.
    183183* Labels and templates now have to be string expressions (in other words, they now need to be surrounded by single-quotes).
    184184* New operators: arithmetic and comparison operators, and the ternary operator <expression> '?' <true_expression> ':' <false_expression>
    185185* Changes to operator precedence: now very similar to that of Javascript.
    186186
     187=== Utility for importing TracTicketChainedFieldsPlugin configurations
     188
     189As this plugin can duplicate most of the function of the TracTicketChainedFieldsPlugin, there is a script in the 'utilities' folder that can translate the JSON configuration files used by that plugin into a set of equivalent Assistant rules.
     190
    187191== !Bugs/Feature Requests
    188192