Changes between Version 12 and Version 13 of CodeReviewPlugin


Ignore:
Timestamp:
Sep 8, 2016, 6:23:17 AM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • CodeReviewPlugin

    v12 v13  
    66
    77This is a plugin for peer reviewing changesets. Each changeset is attached with a reviewer, a comment and a status with values `accepted` or `rejected`.
     8
     9Use the timeline to navigate to a changeset. Then after having selected a changeset, fill out the comment field and press the Review button:
     10
     11[[Image(CodeReview.gif, border=2)]]
    812
    913For conceptual discussions, see [wiki:CodeReviewPlugin/Concepts here].
     
    3236== Installation
    3337
    34 Simply drop the egg into the plugin folder, and enable the plugin via trac.ini or - preferably - via the admin console: Choose Plugins, look for the plugin, click on it and check the "enabled" checkbox. Then "Apply changes". You should then under permissions see a new action `CODE_REVIEW`. Assign the permission to all your reviewers.
    35 
    36 == Example
    37 
    38 Simply use the timeline to navigate to a changeset.
    39 Fill out comment and press the review button.
    40 
    41 [[Image(CodeReview.gif)]]
     38Simply drop the egg into the plugin folder, and enable the plugin via your `trac.ini` file or, preferably, via the admin console: Choose Plugins, look for the plugin, click on it and check the "enabled" checkbox. Then "Apply changes". You should then under Permissions see a new action `CODE_REVIEW`. Assign the permission to all your reviewers.
    4239
    4340== Recent Changes