Categories
Distributed Peer Review Plugin
Description
This plugin allows an integrated distributed peer review system for software developers. 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 seamlessly 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.
Further documentation:
See also:
- CodeCommentsPlugin Trac Code Comments Plugin
- CodeReviewPlugin Code Review Plugin
- CodeReviewerPlugin Lightweight code review of changesets
- ExoWebCodeReviewPlugin Apply code reviews to changesets
- IcuCodeToolsPlugin Working with code reviews and ticket/changeset relationships
- PeerReviewPlugin Distributed Peer Review Plugin
Bugs/Feature Requests
Existing bugs and feature requests for PeerReviewPlugin are here.
If you have any issues, create a new ticket.
| defect |
73 / 87 |
||
|---|---|---|---|
| enhancement |
3 / 19 |
||
| task |
4 / 6 |
If you have any comments about the plugin or/and you would like to join the discussion, please see this ticket.
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.
- Enable the plugin in your trac.ini file:
[components] codereview.* = enabled
- The permission CODE_REVIEW_DEV and CODE_REVIEW_MGR must be assigned as appropriate.
Recent Changes
- [13674] by rjollos on 2014-02-19 11:50:40
-
Fixed indentation and trimmed whitespace using reindent.py.
- [13502] by rjollos on 2013-12-23 03:54:10
-
Add stylesheets using add_stylesheet. Fixes #10729.
This fixes some incorrect hard-coded paths in link elements in the templates.
- [13501] by rjollos on 2013-12-23 03:25:20
-
Fixed error from r13497.
Author/Contributors
Author: Team5?
Maintainer: olemis
Contributors: sontek, djeebus, proofek, blongden, bselby, Rys, andersm, rjollos, yudivian
Attachments (2)
-
perform_code_review.jpg
(211.8 KB) -
added by Team5 9 years ago.
Performing a code review
-
new_code_review.jpg
(157.1 KB) -
added by Team5 9 years ago.
Creating a code review - selecting line numbers
Download all attachments as: .zip



