Changes between Version 4 and Version 5 of PeerReviewPlugin/ChangesetReview


Ignore:
Timestamp:
Mar 10, 2022, 8:45:58 AM (2 years ago)
Author:
figaro
Comment:

Clarifications and typos

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin/ChangesetReview

    v4 v5  
    11[[PageOutline(2-3, Categories, pullout)]]
     2
    23= Review of Changesets
    3 There is support for reviews of [TracChangeset changesets]. The user may create a review on the changeset page and all modified files are automatically gathered and attached to the new review.
     4
     5The PeerReviewPlugin supports reviews of [TracChangeset changesets]. The user may create a review on the changeset page and all modified files are automatically gathered and attached to the new review.
    46
    57The review may be done either on the changeset page or using the dedicated review pages provided by the plugin.
    68
    79== Creating the review
     10
    811A new section is inserted into the changeset page when the current user has sufficient permissions to create a review.
    912
     
    1619
    1720== Review details
    18 Details about the review are shown in the **overview** section of the changeset page. There is a direkt link to open the review page.
     21
     22Details about the review are shown in the **overview** section of the changeset page. There is a direct link to open the review page.
    1923
    2024{{{#!box width=500
     
    2832[[Image(codereview_changeset_reviewpage.png, width=480, border=2)]]
    2933}}}
     34
    3035== Perform the Review
     36
    3137It's not necessary to leave the changeset page to perform a review. Every line number of the source file view is a link which opens a dialog to add a comment.
    3238 
     
    3642}}}
    3743
    38 It is possible to reply to existing comments. The user may chose the presentation of the file view, either {{{inline}}} or {{{side by side}}}.
     44It is possible to reply to existing comments. The user may choose the presentation of the file view, either {{{inline}}} or {{{side by side}}}.
    3945
    4046{{{#!box width=500
     
    4551== Notes
    4652
    47 * You can't add user groups to a review. This means, you can't grant code review permissions to e.g. {{{anonymous}}}. This is a known limitation (see also #12782).
     53* Users can be added to a review individually, but user groups cannot. This means that granting code review permissions to for example {{{anonymous}}} is not supported. This is a known limitation (see also #12782).
    4854* To use more advanced features like [../Workflows review workflows] you have to open the review page.