プロジェクト

全般

プロフィール

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

リビジョン 1 (Haru Iida, 2009/07/29 15:37) → リビジョン 2/4 (Haru Iida, 2009/07/29 15:44)

{{>toc}} 

 h1. Redmine Code Review Plugin 

 * 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. 


 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. レビューマークをクリックするとレビューが表示されます。