PluginIssuesGroup » History » Version 4
Andrew Chaika, 2009-09-21 17:31
Added install 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 | 2 | Andrew Chaika | * Issues group feature: |
12 | !redmine_issues_group.png! |
||
13 | * Custom queries categorization |
||
14 | !redmine_queries_group.png! |
||
15 | * Subissues/subtask |
||
16 | !subissues.png! |
||
17 | !subissues_03_2.png! |
||
18 | 1 | Andrew Chaika | |
19 | h2. Forum |
||
20 | |||
21 | http://www.redmine.org/boards/3/topics/4701 |
||
22 | 3 | Andrew Chaika | |
23 | h2. Download |
||
24 | |||
25 | 4 | Andrew Chaika | * GitHub: http://github.com/Ubik/redmine_issues_group/tree/origin |
26 | |||
27 | h2. Install |
||
28 | |||
29 | # Download from http://github.com/Ubik/redmine_issues_group/ into _/vendor/plugins/redmine_issues_group_ |
||
30 | # For Redmine 0.8.x install _awesome_nested_set_ plugin also into _/vendor/plugins/_ |
||
31 | # Do in a command shell: |
||
32 | <pre>rake db:migrate_plugins</pre> |
||
33 | # Restart Redmine (Apache, Mongrel, Webrick e.t.c) |