wiki:PeerReviewPlugin

Version 72 (modified by Ryan J Ollos, 12 years ago) (diff)

Removed dead links to mailing list. Removed old change history. Use tags to list related codereview plugins.

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 using many of Trac's plugin components. The interface integrates seemlessly with Subversion allowing users to browse the repository for reviewable files. Clearsilver is used as the server-side web-based scripting language with Javascript and AJAX to modernize the user interface. This program uses Trac's SQLite database and requires no changes to the user's original Trac installation.

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 [download:peerreviewplugin 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

18288 by Cinc-th on 2021-05-12 06:30:30

PeerReviewPlugin: improvements to ticket creation:

  • You may specify a list of review states for which the ticket creation section is shown.
  • A ticket template may be provided as a wiki page CodeReview/TicketTemplate
  • Ticket creation section is foldable now
  • Added documentation to plugin
18287 by Cinc-th on 2021-05-11 11:52:23
PeerReviewPlugin: improvements to changeset reviews:

  • Allow to create another changeset review when old review was closed.
  • Show pin icon in lines with comments
  • Hide/show comments

Some minor improvements to presentation like titles for revision links.

Refs #14007

18286 by Cinc-th on 2021-05-10 10:49:44
PeerReviewPlugin: review creation for a changeset failed if the changeset contained any deleted files.

Refs #14007

(more)

Author/Contributors

Author:

Contributors:

Attachments (2)

Download all attachments as: .zip