Skip to content

Commit 9c20b37

Browse files
author
Travis
committed
Update README.rdoc
1 parent 7a83a82 commit 9c20b37

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.rdoc

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
= Redmine Spent Time In Issue Description
22

3-
A little self explanitory. If the current user can view Time Entries then they will appear in the Issues Description.
3+
Placed time entries in the Issue Description
44

5-
In a recent release you can configure the time entries to float in the issues history.
5+
http://i.imgur.com/jSAWk0k.png
6+
7+
Now has a configuration page to
8+
9+
* Custimize amount of time entries to show.
10+
* Custimze what columns are displayed.
11+
* Toggle time format between decimal (0.5) and human (half hour).
12+
* Specify where the time entries show
13+
* Ticket Body
14+
* Above Revisions
15+
* Below Revisions
616

717
= Install
818

19+
The plugin overwrites the Issue Show page. You need to know what version of Redmine you are running in order to clone the correct branch. If you are using Redmine Trunk then use the branch Redmine-Edge. Otherwise the latest releases of Redmine 2.5, 2.6, and 2.6.1 will be covered in the branch 2.5-2.6.
20+
21+
922
Install the plugin with cloning the project into the plugins directory. Then run the migrate command.
1023

1124
1. git clone https://github.com/TravisSpangle/redmine_spent_time_in_issue_description.git ./plugins/redmine_spent_time_in_issue_description/
12-
2. rake redmine:plugins:migrate
25+
2. cd ./plugins/redmine_spent_time_in_issue_description/
26+
3. git checkout 2.5-2.6
27+
4. rake redmine:plugins:migrate
1328

1429
Please report isseus https://github.com/TravisSpangle/redmine_spent_time_in_issue_description/issues
1530

0 commit comments

Comments
 (0)