Changes between Version 3 and Version 4 of PeerReviewPlugin/Workflows


Ignore:
Timestamp:
Mar 25, 2017, 1:40:26 PM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin/Workflows

    v3 v4  
    11= Workflows
    2 PeerreviewPlugin supports workflows for reviews. There is one for the author of a review and another one for reviewers. An administrator may change the workflow in ''trac.ini'' similar to [TracWorkflow ticket workflows].
     2
     3The PeerReviewPlugin supports workflows for reviews. There is one for the author of a review and another one for reviewers. An administrator may change the workflow in `trac.ini` similar to [TracWorkflow ticket workflows].
    34
    45== Review Workflow
    5 This workflow is set in section {{{[peerreview-resource_workflow]}}} of ''trac.ini''.
    6 The default workflow after installation is the following.
     6
     7This workflow is set in section {{{[peerreview-resource_workflow]}}} of `trac.ini`.
     8The default workflow after installation is the following:
     9
    710{{{#!ini
    811[peerreview-resource_workflow]
     
    4851reviewing.name = Start review
    4952}}}
    50 When setting a review to a finishing state all associated files are set to the same state. This means if the owner sets the review to ''approved'' all files are also set to ''approved''.
     53
     54When setting a review to a finishing state all associated files are set to the same state. This means if the owner sets the review to ''approved'', then all files are also set to ''approved''.
     55
    5156=== Workflow operation ''set_review_owner''
    52 You may configure a custom workflow operation {{{set_review_owner}}} for reviews.
     57
     58You may configure a custom workflow operation {{{set_review_owner}}} for reviews:
     59
    5360{{{#!ini
    5461[peerreview-resource_workflow]
     
    5865change_owner.permissions = CODE_REVIEW_MGR
    5966}}}
     67
    6068This operation allows you to change the owner of a review. Possible users are taken from the same list as the one used when creating a review. In the given example you need the permission {{{CODE_REVIEW_MGR}}} to perform the operation.
    6169
    6270== Reviewer Workflow
    63 Reviewers may mark their individual progess just to inform the review author. The workflow states are not used for any other purpose or to impose any restrictions. For example it is possible for a review author to close a review even when none of the reviewers ever changed his personal workflow state.
     71
     72Reviewers may mark their individual progress just to inform the review author. The workflow states are not used for any other purpose or to impose any restrictions. For example it is possible for a review author to close a review even when none of the reviewers ever changed his personal workflow state:
     73
    6474{{{#!ini
    6575[peerreviewer-resource_workflow]