プロジェクト

全般

プロフィール

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

Haru Iida, 2009/07/31 17:18

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