Changes between Version 1 and Version 2 of PeerReviewPlugin/ChangesetReview


Ignore:
Timestamp:
Apr 29, 2021, 10:14:17 AM (3 years ago)
Author:
Cinc-th
Comment:

Added changeset review tutorial

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin/ChangesetReview

    v1 v2  
    55The review may be done either on the changeset page or using the dedicated review pages provided by the plugin.
    66
     7== Creating the review
     8A new section is inserted into the changeset page when the current user has sufficient permissions to create a review.
    79
     10After selecting users it is possible to create the new review.
     11
     12{{{#!box width=500
     13==== Creating a new review
     14[[Image(codereview_changeset_create.png, width=480, border=2)]]
     15}}}
     16
     17== Review details
     18Details about the review are shown in the **overview** section of the changeset page. There is a direkt link to open the review page.
     19
     20{{{#!box width=500
     21==== Review information
     22[[Image(codereview_changeset_info.png, width=480, border=2)]]
     23}}}
     24
     25== Perform the Review
     26It'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.
     27 
     28{{{#!box width=500
     29==== Commenting on a source line
     30[[Image(codereview_create_comment_inline.png, width=480, border=2)]]
     31}}}
     32
     33It is possible to reply to existing comments. The user may chose the presentation of the file view, either {{{inline}}} or {{{side by side}}}.
     34
     35{{{#!box width=500
     36==== Comment tree in {{{side by side}}} view
     37[[Image(codereview_comment_tree.png, width=480, border=2)]]
     38}}}
     39
     40== Notes
     41* Files which were added or moved with this changeset are only shown as links in the overview section. A file view is not available. Such files must be reviewed using the {{{Code Review}}} page provided by the plugin.
     42* 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).
     43* To use more advanced features like [../Workflows review workflows] you have to open the review page.