Changes between Version 16 and Version 17 of ExoWebCodeReviewPlugin


Ignore:
Timestamp:
Jun 17, 2015, 10:12:24 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with 'needsadoption'

Legend:

Unmodified
Added
Removed
Modified
  • ExoWebCodeReviewPlugin

    v16 v17  
    33= Apply code reviews to changesets
    44
    5 {{{
    6 #!html
    7 <div class="system-message">
    8 This project was recently imported from the ExoWeb site and does not seem to be functioning on Trac 0.11. It will be further developed on here.
    9 If you wish to contribute, patches are welcomed and appreciated.
    10 </div>
     5{{{#!box info
     6'''Notice''': This project was imported from the ExoWeb site and does not seem to be functioning on Trac 0.11. If you wish to contribute, patches are welcomed and appreciated.
    117}}}
    128
     
    1511For an introduction, take a look at the [ExoWebCodeReviewPlugin/CodeReviewTutorial Tutorial].
    1612
    17 See also: CodeReviewPlugin, PeerReviewPlugin, IcuCodeToolsPlugin.
     13See also: CodeReviewerPlugin, CodeReviewPlugin, PeerReviewPlugin, IcuCodeToolsPlugin.
    1814
    1915== Bugs/Feature Requests
     
    3733== Installation
    3834
    39  * The clearsilver package needs to be installed on your system. On Ubuntu, this can be installed using the command `apt-get install python-clearsilver`.
    40  * 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.
    41  * Put the files under `site_templates` into your trac sites's templates folder.
    42  * 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.
    43  * 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.
     35 1. The ClearSilver package needs to be installed on your system. On Ubuntu, this can be installed using the command `apt-get install python-clearsilver`.
     36 1. 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.
     37 1. Put the files under `site_templates` into your Trac sites's templates folder.
     38 1. 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.
     39 1. 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.
    4440
    4541== Example
    4642
    47 Screen captures of the plugin can be seen [ExoWebCodeReviewPlugin/ScreenCaptures here].
     43A screen capture of the plugin can be seen [ExoWebCodeReviewPlugin/ScreenCaptures here].
    4844
    4945== Recent Changes