Changes between Version 83 and Version 84 of PeerReviewPlugin


Ignore:
Timestamp:
Apr 27, 2016, 8:45:22 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, updated ticket links

Legend:

Unmodified
Added
Removed
Modified
  • PeerReviewPlugin

    v83 v84  
    77This plugin integrates a distributed peer review system for software developers into Trac. The plugin eliminates the need for time consuming code review meetings by giving developers the ability to review code in a user-friendly web-based environment during their own time and in a distributed manner. The interface integrates seamlessly with your repository, thereby allowing users to browse it for reviewable files.
    88
    9 The plugin is not meant for reviewing change sets albeit there is an enhancement request for implementing this feature. Its purpose 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.
     9The 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
    1111This program is written in Python with Genshi, Javascript and AJAX for the user interface.
     
    2929[[TicketQuery(component=PeerReviewPlugin&group=type,format=progress)]]
    3030
    31 If you have any comments about the plugin or/and you would like to join the discussion, please see [#2850 this ticket].
     31If you have any comments about the plugin or/and you would like to join the discussion, please see ticket #2850.
    3232
    3333== Download