プロジェクト

全般

プロフィール

Code Review en » 履歴 » リビジョン 3

リビジョン 2 (Haru Iida, 2009/07/29 15:44) → リビジョン 3/4 (Haru Iida, 2009/07/31 17:18)

{{>toc}} 

 h1. Redmine Code Review Plugin 

 日本語は[[Code Review|こちら]] 

 * You can annotate source code within the repository browser.  


 h2. Download 

 h3. Stable releases 

 http://code.google.com/p/r-labs/downloads/list 

 h3. Development 

 http://hudson.r-labs.org/hudson/job/Code%20Review%20Plugin/ 

 h2. Installation 

 # Copy the plugin into the vendor/plugins directory 
 # Migrate plugin: rake db:migrate_plugins RAILS_ENV=production 
 # Start Redmine 
 # Enable the module on the project setting page. 
 # Goto Code Review setting tab and select the tracker for code reviews. 


 h3. Note 

 This plugin works only on production mode. 

 h2. How to 

 h3. Writing reviews 

 Go to the repository browser and click the "diff" link. 

 !repository.png! 

 You can find pencil icona by each line number. Click the one of them where you want to write a comment. 

 !diff.png! 

 You will see the comment form. 

 !edit.png! 

 h2. Reading reviews 

 Review icons were displyed if review exists. 

 !show.png! 

 Click it and you will see the review dialog.