= 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. == Bugs/Feature Requests == Existing bugs and feature requests for PeerReviewPlugin are [report:9?COMPONENT=PeerReviewPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=PeerReviewPlugin&owner=Team5 new ticket]. == Recent Updates == 04/07/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. 03/28/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. == Download == Download the zipped source from [download:peerreviewplugin here]. == Source == You can check out PeerReviewPlugin from [http://trac-hacks.org/svn/peerreviewplugin here] using Subversion, or [source:peerreviewplugin browse the source] with Trac. == Example == See user documentation == Recent Changes == [[ChangeLog(peerreviewplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:Team5] [[BR]] '''Contributors:''' == User Comments == Got some comments about our plugin? Leave them right here. ==== Comment by anonymous on Sun 23 Apr 2006 08:36:39 EST ==== Can you put a screenshot? Thanks! [[AddComment]]