Skip to content

Commit 5e85393

Browse files
committed
Update readme master
1 parent 09f1de0 commit 5e85393

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.rdoc

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,24 @@ This plugin add some stuffs for issues.
33
* Change time unit for time tracking (day, week...)
44
* Set a time unit when insert time by taping a char at the end (5d => 5 * nb_hours_on_day)
55
* Add some columns into the issues list
6-
* * Spent hours
7-
* * Spent time
8-
* * Calculated spent hours
9-
* * Calculated spent time
10-
* * divergent hours : spent_hours - calculated_spent_hours
11-
* * divergent time
12-
* * remaining hours : estimated_hours - (estimated_hours * done_ratio / 100)
13-
* * remaining time
6+
** Spent hours
7+
** Spent time
8+
** Calculated spent hours
9+
** Calculated spent time
10+
** divergent hours : spent_hours - calculated_spent_hours
11+
** divergent time
12+
** remaining hours : estimated_hours - (estimated_hours * done_ratio / 100)
13+
** remaining time
1414

1515
== Install
1616

1717
This plugin needs to be installed same as the Redmine instruction for plugins describes [http://www.redmine.org/wiki/1/Plugins].
1818
You can skip 'rake' command as there are no database migration files.
1919

20+
The master branch will be synchronize with the master branch of redmine.
21+
22+
If you want to install this plugin on an older version, please use the appropriate branch (eg: 1.x or 2.x).
23+
2024
Don't forget that the folder name of the plugin must be "redmine_advanced_issues".
2125

2226
== Reports bug?
@@ -31,4 +35,4 @@ Or react at (http://www.redmine.org/issues/6833)
3135
= FEATURES:
3236
* Add more flexibility on time unit selection (per project and global)
3337
* Select the good time unit to print for more visibility (if nb_days > nb_days_per_week, then print week unless days)
34-
* a fresh import task that support CSV, XLS (maybe a fork of redmine_importer)
38+
* a fresh import task that support CSV, XLS (maybe a fork of redmine_importer)

0 commit comments

Comments
 (0)