プロジェクト

全般

プロフィール

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

Haru Iida, 2010/12/25 23:32

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 4 Haru Iida
"bitbucket":https://bitbucket.org/haru_iida/redmine_code_review/downloads
13 1 Haru Iida
14
h2. Installation
15
16
# Copy the plugin into the vendor/plugins directory
17
# Migrate plugin: rake db:migrate_plugins RAILS_ENV=production
18
# Start Redmine
19
# Enable the module on the project setting page.
20 3 Haru Iida
# Goto Code Review setting tab and select the tracker for code reviews.
21 1 Haru Iida
22
23
h3. Note
24
25
This plugin works only on production mode.
26
27
h2. How to
28
29
h3. Writing reviews
30
31
Go to the repository browser and click the "diff" link.
32
33
!repository.png!
34
35 2 Haru Iida
You can find pencil icona by each line number. Click the one of them where you want to write a comment.
36 1 Haru Iida
37
!diff.png!
38
39 2 Haru Iida
You will see the comment form.
40 1 Haru Iida
41
!edit.png!
42
43 2 Haru Iida
h2. Reading reviews
44 1 Haru Iida
45 2 Haru Iida
Review icons were displyed if review exists.
46 1 Haru Iida
47
!show.png!
48
49 2 Haru Iida
Click it and you will see the review dialog.