PluginRedmine2mite » History » Version 4
Thomas Klein, 2009-11-17 01:08
Added forced toc
| 1 | 1 | Thomas Klein | h1. Redmine2mite plugin |
|---|---|---|---|
| 2 | 2 | Thomas Klein | |
| 3 | 4 | Thomas Klein | {{>toc}} |
| 4 | |||
| 5 | 3 | Thomas Klein | Please check out the "Github repository":http://github.com/thomasklein/Redmine2mite to get always the latest version. |
| 6 | |||
| 7 | <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_. |
||
| 8 | |||
| 9 | "_mite_":http://mite.yo.lk/en is a sleek time tracking tool for teams and freelancers. |
||
| 10 | |||
| 11 | 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. |
||
| 12 | |||
| 13 | h2. Requirements |
||
| 14 | |||
| 15 | * "Redmine":http://www.redmine.org/ >= 0.8 |
||
| 16 | * "Ruby on Rails":rubyonrails.org >= 2.1.2 |
||
| 17 | * a _mite_.account (you can easily signup for a "free 30 days trial account":https://signup.mite.yo.lk/signup/en ) |
||
| 18 | |||
| 19 | h2. Installation |
||
| 20 | |||
| 21 | # Move the <code>redmine2mite</code> directory into the <code>/vendor/plugins</code> directory of your Redmine installation |
||
| 22 | # Install the plugin schema by calling <code>rake db:migrate_plugins</code> via console |
||
| 23 | # Restart your Redmine web server (e.g. Mongrel, Thin, WEBrick) |
||
| 24 | # Voilá! |
||
| 25 | |||
| 26 | h2. Setup |
||
| 27 | |||
| 28 | Login to Redmine. You should now see on the top right corner the link "mite". Click on it. |
||
| 29 | |||
| 30 | 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. |
||
| 31 | |||
| 32 | Precondition is having Redmine projects assigned to your user, of course :-) |
||
| 33 | |||
| 34 | h2. Usage |
||
| 35 | |||
| 36 | 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. |
||
| 37 | |||
| 38 | h2. Known issues |
||
| 39 | |||
| 40 | h3. How do i uninstall the plugin? |
||
| 41 | |||
| 42 | Well, currently "there is no easy way doing this":http://www.redmine.org/boards/2/topics/2820. |
||
| 43 | * remove the directory <code>redmine2mite</code> out of the <code>/vendor/plugins</code> directory. |
||
| 44 | * manually delete all of the plugins database tables and newly added fields to existing tables |
||
| 45 | ** tables: <code>mite_bindings</code>, <code>mite_rsrcs</code> |
||
| 46 | ** 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> |
||
| 47 | ** 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> |
||
| 48 | * entry "redmine_mite" in table <code>plugin_schema_info</code> |
||
| 49 | |||
| 50 | h2. License |
||
| 51 | |||
| 52 | <code>Redmine2mite</code> is licensed under the terms of the MIT License, see the included MIT-LICENSE file. |
||
| 53 | |||
| 54 | h2. Screenshots |
||
| 55 | |||
| 56 | 2 | Thomas Klein | |=. *User account settings* | |
| 57 | | !redmine2mite_screenshot1_thumb.png!:http://www.redmine.org/attachments/2775/redmine2mite_screenshot1.png | |
||
| 58 | |||
| 59 | |=. *Added options for a time entry* | |
||
| 60 | | !redmine2mite_screenshot2_thumb.png!:http://www.redmine.org/attachments/2776/redmine2mite_screenshot2.png | |
||
| 61 | |||
| 62 | |=. *New time entry in users mite.account* | |
||
| 63 | | !redmine2mite_screenshot3_thumb.png!:http://www.redmine.org/attachments/2776/redmine2mite_screenshot3.png | |