= Distributed Peer Review Plugin = [[PageOutline(2-3, Categories, pullout)]] == 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. The interface integrates seemlessly 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. 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=andersm new ticket]. == Documentation == * [wiki:PeerReviewPlugin/Documentation UserGuide] * [wiki:PeerReviewPlugin/Screenshots Screenshots] == 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. * 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 [http://trac-hacks.org/ticket/2850 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 == [[ChangeLog(peerreviewplugin, 3)]] == Author/Contributors == '''Author:''' * [wiki:Team5] '''Contributors:''' * [wiki:sontek] * [wiki:djeebus] * [wiki:proofek] * [wiki:blongden] * [wiki:bselby] * [wiki:Rys] * [wiki:andersm]