Distributed Peer Review Plugin
Categories
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.
Bugs/Feature Requests
Existing bugs and feature requests for PeerReviewPlugin are here.
If you have any issues, create a new ticket.
Documentation
See here for details, and also the screenshots here.
Download and Source
Download the zipped source, check out using Subversion, or browse the source with Trac.
Mailing list
Communication, discussion and decisionmaking within the project is primarily done through mailing list conversations. The lists are powered by Google Groups.
trac-peerreview-dev
The project development mailing list. Subscribe to this list and take part in the plugin development, talk about plugin-development related matters or to keep up to date with plugin development.
Announcements and Users groups will become available shortly.
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.
Author/Contributors
Author:
Contributors:
Recent Changes
[3582] by bselby on 05/01/08 04:40:48
#333 - The dbBackend.py file has now been updated to get rid of dbEscape and use the same sql formatting as used elsewhere. Currently left the old SQL there but commented out, as not had enough time to fully test all queries run correctly. Please checkout this file and let me know. If needed uncomment old query and comment out the new one.
[3548] by proofek on 04/24/08 17:36:15
peerReviewView templated transformed to genshi
[3544] by proofek on 04/23/08 17:11:07
PeerReviewMain? template rewritten to use genshi
[3542] by proofek on 04/23/08 07:57:49
Peer Review Browser and adding new peer review page are fully using genshi now
[3505] by bselby on 04/12/08 10:32:51
Issues with Postgres and MySQL fixed
[3504] by bselby on 04/12/08 10:32:38
Issues with Postgres and MySQL fixed
Recent Updates
04/04/2008 - Development mailing list now available
03/04/2008 - Moved user comments to a separate ticket and more reorganizing
02/04/2008 - I've reorganized this page a little to make it more readable
01/04/2008 - branched to 0.11. Will start making it compatible with Trac 0.11 in the first place, then I want to look deeply in the project and try to revive it. Watch this space!
25/04/2006 - This is our v1.0 release. We've successfully completed testing and fixed every bug we found. We added some screenshots to the page (bottom), so you can check out some sample screens from our plugin.
07/04/2006 - This update should fix almost all the problems. We've done extensive testing and everything should be stable. We've got some great bugs from the community and we think we've fixed them all. Right now we have full support for the latest versions of Internet Explorer, Firefox, Opera, Safari, and Mozilla. We've found bugs in Konqueror and as of now we have no plans on fully supporting it.
28/03/2006 - We updated the repository with a lot of bug fixes. The bug tickets opened here have all been resolved. Thanks for the feedback. As of now, the Manager Options page has bugs. We will be updating that page with a new version in the next couple of days.
Attachments
- perform_code_review.jpg (211.8 kB) -
Performing a code review
, added by Team5 on 04/25/06 15:21:08. - new_code_review.jpg (157.1 kB) -
Creating a code review - selecting line numbers
, added by Team5 on 04/25/06 15:24:51.
