Contents
Apply code reviews to changesets
Description
For an introduction, take a look at the Tutorial.
See also: CodeReviewPlugin, PeerReviewPlugin, IcuCodeToolsPlugin.
Bugs/Feature Requests
Existing bugs and feature requests for ExoWebCodeReviewPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out ExoWebCodeReviewPlugin from here using Subversion, or browse the source with Trac.
Installation
- The clearsilver package needs to be installed on your system. On Ubuntu, this can be installed using the command apt-get install python-clearsilver.
- Install the CodeReview egg, just like you would any other Trac plugin. Drop the egg into your plugins or site-packages folder and then try to access Trac in your browser. You will get an error message saying that the database needs to be upgraded and telling you to use the trac-admin command. Perform the upgrade.
- Put the files under site_templates into your trac sites's templates folder.
- Modify the email notification settings on codereview manager page (http://your_trac_site/CodeReviewManager) to fit your preferences. You'll need to have CODE_REVIEW_ADMIN permission to do this.
- Assign permissions CODE_REVIEW_VIEW and CODE_REVIEW_ADMIN permissions to your users. The CODE_REVIEW_ADMIN permission gives users writable access to /CodeReviewManager page.
Example
Screen captures of the plugin can be seen here.
Recent Changes
[12139] by rjollos on 10/10/12 03:54:13
Fixed incorrect source code encoding (http://www.python.org/dev/peps/pep-0263/).
[8374] by rjollos on 08/20/10 02:37:59
Remove ::int from SQL queries. Fixes #6745.
[7746] by rjollos on 03/02/10 17:29:34
Importing project from ExoWeb website.
[7745] by rjollos on 03/02/10 17:28:13
Adding directory structure for development.

