プロジェクト

全般

プロフィール

Code Review en » 履歴 » バージョン 2

Haru Iida, 2009/07/29 15:44

1 1 Haru Iida
{{>toc}}
2
3
h1. Redmine Code Review Plugin
4
5
* You can annotate source code within the repository browser. 
6
7
8
h2. Download
9
10
h3. Stable releases
11
12
http://code.google.com/p/r-labs/downloads/list
13
14
h3. Development
15
16
http://hudson.r-labs.org/hudson/job/Code%20Review%20Plugin/
17
18
h2. Installation
19
20
# Copy the plugin into the vendor/plugins directory
21
# Migrate plugin: rake db:migrate_plugins RAILS_ENV=production
22
# Start Redmine
23
# Enable the module on the project setting page.
24
25
26
h3. Note
27
28
This plugin works only on production mode.
29
30
h2. How to
31
32
h3. Writing reviews
33
34
Go to the repository browser and click the "diff" link.
35
36
!repository.png!
37
38 2 Haru Iida
You can find pencil icona by each line number. Click the one of them where you want to write a comment.
39 1 Haru Iida
40
!diff.png!
41
42 2 Haru Iida
You will see the comment form.
43 1 Haru Iida
44
!edit.png!
45
46 2 Haru Iida
h2. Reading reviews
47 1 Haru Iida
48 2 Haru Iida
Review icons were displyed if review exists.
49 1 Haru Iida
50
!show.png!
51
52 2 Haru Iida
Click it and you will see the review dialog.