Changes between Version 89 and Version 90 of PeerReviewPlugin


Ignore:
Timestamp:
May 24, 2016, 9:09:36 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin

    v89 v90  
    11[[PageOutline(2-3, Categories, pullout)]]
    22
    3 = Distributed Peer Review Plugin
     3= Distributed Peer Review of Source Code
    44
    55== Description
     
    1313Further documentation:
    1414
    15  * [wiki:PeerReviewPlugin/Documentation UserGuide]
     15 * [wiki:PeerReviewPlugin/Documentation User guide]
    1616 * [wiki:PeerReviewPlugin/Reports Reports]
    1717 * [wiki:PeerReviewPlugin/Screenshots Screenshots]
     
    5050codereview.* = enabled
    5151}}}
     52
    5253=== Permissions
    53 The permission `CODE_REVIEW_DEV` and `CODE_REVIEW_MGR` must be assigned as appropriate.
    5454
    55 Only users with permission {{{CODE_REVIEW_DEV}}} may perform any code reviews.
    56 
    57 Permission {{{CODE_REVIEW_MGR}}} is for administration of code reviews.
     55The permissions `CODE_REVIEW_DEV` and `CODE_REVIEW_MGR` must be assigned as appropriate:
     56 * Only users with permission {{{CODE_REVIEW_DEV}}} may perform code reviews.
     57 * Permission {{{CODE_REVIEW_MGR}}} is for administration of code reviews.
    5858
    5959=== Workflow operation for reviews
    60 You may configure a custom workflow operation {{{set_review_owner}}} for reviews.
     60
     61You can configure a custom workflow operation {{{set_review_owner}}} for reviews:
    6162{{{#!ini
    6263[peerreview-resource_workflow]
     
    6970
    7071=== Project list
    71 When creating a review you may specify an associated project. The projects are taken from the list created by SimpleMultiProjectPlugin. IF you don't have this plugin installed or you want to create another list you may do so using the following settings.
     72
     73When creating a review you can specify an associated project. The projects are taken from the list created by SimpleMultiProjectPlugin. If you don't have this plugin installed or you want to create another list, you may do so using the following settings:
    7274{{{#!ini
    7375[peerreview]
    7476projects = Project1, Project2, Project3
    7577}}}
    76 
    7778
    7879== Recent Changes
     
    8182
    8283== Author/Contributors
    83 The plugin uses code from TestManagerForTracPlugin for the workflow feature (see TestManagerForTracPluginWorkflow) and persistence of objects (see TestManagerForTracPluginGenericClass).
    8484
    85 Thanks to [wiki:seccanj Roberto Longobardi] for making it available under the permissive bsd-license.
     85The plugin uses code from TestManagerForTracPlugin for the workflow feature (see TestManagerForTracPluginWorkflow) and persistence of objects (see TestManagerForTracPluginGenericClass). Thanks to [wiki:seccanj Roberto Longobardi] for making it available under the permissive bsd-license.
    8686
    8787'''Author:''' Team5 [[BR]]