Changes between Version 10 and Version 11 of TestManagerForTracPluginGenericClass


Ignore:
Timestamp:
Oct 15, 2012, 9:16:10 AM (11 years ago)
Author:
Roberto Longobardi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPluginGenericClass

    v10 v11  
    66
    77Inheriting from the '''!AbstractVariableFieldsObject''' base class provided with this plugin is a matter of a few lines of code, and will provide your objects with:
    8    * '''Persistence''', in the Trac database,
    9    * '''Custom Properties''', your Users will be able to specify in their trac.ini files. Also automatic Web user interface support is provided,
    10    * '''Change History tracking''', recording User, timestamp and values before and after of every object's property change,
    11    * '''Object lifecycle Listeners''', allowing your plugins or others to register for feedback on objects creation, deletion and modification,
    12    * '''Custom Authorization''', allowing custom permissions to control any access to your objects,
     8   * '''Persistence''', in the Trac database. The database schema will be created and updated automatically.
     9   * '''Custom Properties''', your Users will be able to specify in their trac.ini files. Also automatic Web user interface support is provided.
     10   * '''Change History tracking''', recording User, timestamp and values before and after of every object's property change.
     11   * '''Object lifecycle Listeners''', allowing your plugins or others to register for feedback on objects creation, deletion and modification.
     12   * '''Custom Authorization''', allowing custom permissions to control any access to your objects.
    1313   * '''Integrated Search''', both via the Trac general Search box and programmatically, using pattern matching.
    1414