Project

General

Profile

PluginRedmine2mite » History » Version 3

Thomas Klein, 2009-11-17 01:06
Added infotext

1 1 Thomas Klein
h1. Redmine2mite plugin
2 2 Thomas Klein
3 3 Thomas Klein
Please check out the "Github repository":http://github.com/thomasklein/Redmine2mite to get always the latest version.
4
5
<code>Redmine2mite</code> connects your Redmine account with your _mite_.account. Track your time easily on issues within Redmine and get them automatically send to _mite_.
6
7
"_mite_":http://mite.yo.lk/en is a sleek time tracking tool for teams and freelancers.
8
9
Projects from Redmine can be bundled with _mite_.projects. Furthermore, you can specify which _mite_.services should be available in Redmine on a per-project basis.
10
11
h2. Requirements
12
13
* "Redmine":http://www.redmine.org/ >= 0.8
14
* "Ruby on Rails":rubyonrails.org >= 2.1.2
15
* a _mite_.account (you can easily signup for a "free 30 days trial account":https://signup.mite.yo.lk/signup/en )
16
17
h2. Installation
18
19
# Move the <code>redmine2mite</code> directory into the <code>/vendor/plugins</code> directory of your Redmine installation
20
# Install the plugin schema by calling <code>rake db:migrate_plugins</code> via console
21
# Restart your Redmine web server (e.g. Mongrel, Thin, WEBrick) 
22
# Voilá!
23
24
h2. Setup
25
26
Login to Redmine. You should now see on the top right corner the link "mite". Click on it. 
27
28
After providing your account data you can now interconnect your _mite_.projects and _mite_.services with a specific Redmine project. The selected values will appear on top of the list, if you create a new time entry in the respective project.
29
30
Precondition is having Redmine projects assigned to your user, of course :-)
31
32
h2. Usage
33
34
Once the connection to your _mite_.account was verified, sending your time entries to _mite_ is very easy. The two fields _mite_.project and _mite_.service have been added to the time logging mask. When creating or updating a time entry the plugin sends those values to your _mite_.account.
35
36
h2. Known issues
37
38
h3. How do i uninstall the plugin?
39
40
Well, currently "there is no easy way doing this":http://www.redmine.org/boards/2/topics/2820. 
41
* remove the directory <code>redmine2mite</code> out of the <code>/vendor/plugins</code> directory. 
42
* manually delete all of the plugins database tables and newly added fields to existing tables
43
** tables: <code>mite_bindings</code>, <code>mite_rsrcs</code>
44
** added fields in table <code>user_preferences</code>: <code>mite_account_name</code>, <code>mite_api_key</code>, <code>mite_note_pattern</code>, <code>mite_connection_updated_on</code>
45
** added fields in table <code>time_entries</code>: <code>mite_time_entry_id</code>, <code>mite_project_id</code>, <code>mite_service_id</code>, <code>mite_time_entry_updated_on</code>
46
* entry "redmine_mite" in table <code>plugin_schema_info</code>
47
48
h2. License
49
50
<code>Redmine2mite</code> is licensed under the terms of the MIT License, see the included MIT-LICENSE file.
51
52
h2. Screenshots
53
54 2 Thomas Klein
|=. *User account settings*  |
55
| !redmine2mite_screenshot1_thumb.png!:http://www.redmine.org/attachments/2775/redmine2mite_screenshot1.png |
56
57
|=. *Added options for a time entry*  |
58
| !redmine2mite_screenshot2_thumb.png!:http://www.redmine.org/attachments/2776/redmine2mite_screenshot2.png |
59
60
|=. *New time entry in users mite.account*  |
61
| !redmine2mite_screenshot3_thumb.png!:http://www.redmine.org/attachments/2776/redmine2mite_screenshot3.png |