Project

General

Profile

PluginIssuesGroup » History » Version 7

Andrew Chaika, 2009-09-21 19:16
Corrected screenshots section

1 1 Andrew Chaika
h1. Issues Group Plugin
2
3
h2. Main features
4
5
* Issues group (by custom fields too)
6
* Custom queries categorization
7
* Subissues/subtask feature implementation
8
9
h2. Screenshots
10
11 7 Andrew Chaika
|_.Issues group feature|_.Custom queries categorization|_.Subissues/subtask|_.Add subissue|
12
| !redmine_issues_group_thumb.png!:/attachments/2523/redmine_issues_group.png | !redmine_queries_group_thumb.png!:/attachments/2524/redmine_queries_group.png | !subissues_thumb.png!:/attachments/2525/subissues.png | !add_subissues_thumb.png!:/attachments/2526/subissues_03_2.png |
13 1 Andrew Chaika
14
h2. Forum
15
16
http://www.redmine.org/boards/3/topics/4701
17 3 Andrew Chaika
18
h2. Download
19
20 4 Andrew Chaika
* GitHub: http://github.com/Ubik/redmine_issues_group/tree/origin
21
22
h2. Install
23
24
# Download from http://github.com/Ubik/redmine_issues_group/ into _/vendor/plugins/redmine_issues_group_
25 5 Andrew Chaika
# For Redmine 0.8.x install _awesome_nested_set_ plugin also into _/vendor/plugins/_ from http://github.com/collectiveidea/awesome_nested_set
26 4 Andrew Chaika
# Do in a command shell:
27 6 Andrew Chaika
 <pre>rake db:migrate_plugins RAILS_ENV="production"</pre>
28
# Restart Redmine (Apache, Mongrel, WEBrick e.t.c)