[[PageOutline(2-3, Categories, pullout)]] = 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: * [wiki:PeerReviewPlugin/Documentation UserGuide] * [wiki:PeerReviewPlugin/Screenshots Screenshots] See also: [[ListTagged(codereview)]] == Bugs/Feature Requests Existing bugs and feature requests for PeerReviewPlugin are [query:?status=new&status=assigned&status=reopened&group=&component=PeerReviewPlugin&order=priority here]. If you have any issues, create a [/newticket?component=PeerReviewPlugin&owner=olemis&cc=rjollos new ticket]. [[TicketQuery(component=PeerReviewPlugin&group=type,format=progress)]] If you have any comments about the plugin or/and you would like to join the discussion, please see [http://trac-hacks.org/ticket/2850 this ticket]. == Download and Source Download the [download:peerreviewplugin zipped source], check out [/svn/peerreviewplugin using Subversion], or [source:peerreviewplugin browse the source] with Trac. == Installation * Follow the standard Trac [http://projects.edgewall.com/trac/wiki/TracPlugins plugin installation] instructions. * Enable the plugin in your `trac.ini` file: {{{#!ini [components] codereview.* = enabled }}} * The permission `CODE_REVIEW_DEV` and `CODE_REVIEW_MGR` must be assigned as appropriate. == Recent Changes [[ChangeLog(peerreviewplugin, 3)]] == Author/Contributors '''Author:''' [wiki:Team5] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [wiki:sontek], [wiki:djeebus], [wiki:proofek], [wiki:blongden], [wiki:bselby], [wiki:Rys], [wiki:andersm], [wiki:rjollos], [wiki:yudivian]