Distributed Peer Review Plugin

Description

This system uses Trac's newly implemented plugin system allowing an integrated distributed peer review system for software developers. With Trac's current set of features, a peer review plugin fits nicely into its lineup. This plugin's goal is to eliminate 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. This program is written primarily in Python. The interface integrates seemlessly with Subversion allowing users to browse the repository for reviewable files. Genshi is used as the server-side web-based scripting language with Javascript and AJAX to modernize the user interface.

See also:

Bugs/Feature Requests

Existing bugs and feature requests for PeerReviewPlugin are here.

If you have any issues, create a new ticket.

Documentation

Download and Source

Download the zipped source, check out using Subversion, or browse the source with Trac.

Installation

  • Follow the standard trac plugin installation instructions.
  • Add the setting "codereview.* = enabled" to the [components] section in trac.ini
  • The permission CODE_REVIEW_DEV and CODE_REVIEW_MGR must be assigned as appropriate.

User Comments

If you have any comments about the plugin or/and you would like to join the discussion please see this ticket.

I have moved every comments from here to that ticket to make the main wiki page more visible and pure informative.

Recent Changes

[11987] by rjollos on 09/13/12 02:19:33

Moved branches/2.2-dev to trunk. Deleted 0.11 branch.

[11986] by rjollos on 09/13/12 02:14:23

Deleted trunk and branches/2.1-toddler directories.

[11985] by rjollos on 09/13/12 01:58:44

[11925] by rjollos on 08/12/12 10:30:11

(2.0dev) Moved 0.9, 0.10 and 0.11 to branches. Removed .pydevproject file accidentally commited in [9639]. Added setup.cfg.

Author/Contributors

Author: Team5
Maintainer: none
Contributors: sontek, djeebus, proofek, blongden, bselby, Rys, andersm, rjollos

Attachments