Changes between Version 90 and Version 91 of PeerReviewPlugin


Ignore:
Timestamp:
Jun 8, 2016, 2:04:38 PM (8 years ago)
Author:
Cinc-th
Comment:

Added feature list.

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin

    v90 v91  
    99The purpose of this plugin is to review files from the repository and comment on them. Later on one may check the applied changes against the original file using a diff view. The plugin is not meant for reviewing change sets (#224).
    1010
    11 This program is written in Python with Genshi, Javascript and AJAX for the user interface.
     11Features:
     12 * Support for multiple repositories (since [15585])
     13 * Diff view of changes in follow up reviews
     14 * Use wiki formatting in comments
     15 * Inline display of comments
     16 * Mark comments as read
     17 * Customizable [wiki:PeerReviewPlugin/Workflows review workflows]
     18 * Custom [wiki:PeerReviewPlugin/Reports reports]
     19 * Export data in MS Word docx format
    1220
    1321Further documentation:
     
    3745
    3846Download the zipped source from [export:peerreviewplugin here].
     47
     48The current release is V3.0 in the ''tags'' directory. Multirepository support is available in ''trunk''.
    3949
    4050== Source