Changes between Version 30 and Version 31 of CodeReviewerPlugin


Ignore:
Timestamp:
Jan 5, 2017, 1:31:41 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Cached repository required. Refs #13029.

Legend:

Unmodified
Added
Removed
Modified
  • CodeReviewerPlugin

    v30 v31  
    4444== Installation / Configuration
    4545
    46  1. Install the plugin, after downloading and unzipping:
     461. Install the plugin, after downloading and unzipping:
    4747 {{{#!sh
    4848$ cd codereviewerplugin/0.12
     
    5050$ sudo cp dist/TracCodeReviewer*.egg /your/trac/location/plugins/
    5151}}}
    52 
    5352 See TracPlugins for more installation details and options.
    54 
    55  2. Enable the plugin in your `trac.ini` file ''and'' if using the built-in {{{commit-updater}}}, disable {{{CommitTicketReferenceMacro}}}:
     531. Enable the plugin in your `trac.ini` file ''and'' if using the built-in {{{commit-updater}}}, disable {{{CommitTicketReferenceMacro}}}:
    5654 {{{#!ini
    5755[components]
     
    6058tracopt.ticket.commit_updater.committicketupdater = enabled
    6159}}}
    62 
    6360 You can alternatively use the Trac Web Admin GUI to enable or disable components.
    64 
    65  3. '''Optional''': Customize the names for the three statuses and make sure there are always exactly three in the shown order of meaning:
     611. Enable [TracRepositoryAdmin#Repositorycaching repository caching] with explicit synchronization.
     621. '''Optional''': Customize the names for the three statuses and make sure there are always exactly three in the shown order of meaning:
    6663 {{{#!ini
    6764[codereviewer]
    6865status_choices = REJECTED,PENDING,PASSED
    6966}}}
    70 
    71  4. After the above, upgrade your Trac environment:
     671. After the above, upgrade your Trac environment:
    7268 {{{#!sh
    7369$ sudo trac-admin /path/to/projenv upgrade
    7470}}}
    75 
    76  5. Resync the repository
     711. Resync the repository
    7772 {{{#!sh
    7873$ sudo trac-admin /path/to/projenv codreviewer resync <repos>