Changes between Version 6 and Version 7 of AccreditationPlugin


Ignore:
Timestamp:
Mar 6, 2015, 10:13:22 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • AccreditationPlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Support for accreditation
     3= Support for accreditation of a ticket
    44
    55== Description
    66
    7 This plugin provides accreditation for a single ticket. This is useful for a change evaluation or a bug close.
     7This plugin provides the ability to add accreditation to a single ticket. This is useful for a change evaluation or a bug close.
    88
    99Possible usage:
    10 1. Change influence evaluation
    11 2. Pass a design change request
    12 3. Peer review
    13 4. ...
     10 1. Change influence evaluation
     11 1. Pass a design change request
     12 1. Peer review
    1413
    1514== Example
    16 1. Launch an accreditation
    1715
    18  [[Image(1.PNG)]]
    19 2. Reply to an accreditation
     16 1. Launch an accreditation:
    2017
    21  [[Image(2.PNG)]]
    22 3. Launch multiple accreditations
     18    [[Image(1.PNG)]]
    2319
    24  [[Image(3.PNG)]]
    25 4. Change History
     20 2. Reply to an accreditation:
    2621
    27  [[Image(4.PNG)]]
     22    [[Image(2.PNG)]]
    2823
     24 3. Launch multiple accreditations:
     25
     26    [[Image(3.PNG)]]
     27
     28 4. Change History:
     29
     30    [[Image(4.PNG)]]
    2931
    3032== !Bugs/Feature Requests
     
    3537If you have any issues, create a
    3638[http://trac-hacks.org/newticket?component=AccreditationPlugin&owner=cauly new ticket].
     39
     40[[TicketQuery(component=AccreditationPlugin,group=type,format=progress)]]
    3741
    3842== Download
     
    4650== Installation
    4751
    48 1. Install this plugin like any others
    49 2. In trac.ini, add:
    50  {{{#!ini
     52 1. Install this plugin, for example using `easy_install`.
     53 1. Enable the plugin in trac.ini:
     54{{{#!ini
    5155[components]
    5256accreditation.* = enabled
    5357}}}
    54 3. That's all
    5558
    5659== Recent Changes