= Redmine Time Logger plugin for Redmine
Latest tested version of Redmine is 3.4.5
Time logger is a Redmine plugin to ease time tracking when working on an issue. The plugin allows to start/suspend/resume/stop a timer on a per user basis.
This is a spin-off of the original time tracker by Jérémie Delaitre. I give all the credit to him. I renamed it as to not have issue with the current time_tracker by HicknHack Software(http://www.hicknhack-software.com). My aim to to create a replacement that is compatible with many different versions of Redmine.
== Features
== Getting the plugin
The newest version is always at {GitHub}[http://github.com/speedy32129/time_logger].
== Install
== Upgrade
== Uninstall
Note: is show display message: Note: The rake task db:migrate:plugin has been deprecated, please use the replacement version redmine:plugins:migrate not alarmed, the plugins already uninstalled.
== Usage
To be able to use a time tracker, a user must have the 'log time' permission. Then, the current time tracker information are displayed in the top right menu, next to the user info.
These information are context dependant:
To be noted that these actions are available in the issues list context menu too (right click in the issues list).
A 'list' action is displayed in the menu too. This action will redirect the user to a page listing his time tracker and other user's ones if the 'view others time trackers' right is set. From this list, the user can 'delete' his time tracker (or the other user's ones if the 'delete others time trackers' permission is set).
The plugin settings page allows to define the spent time refresh rate and the status transition to apply when a time tracker is started. For example, if a transition 'New' -> 'In progress' is added, starting a time tracker on an issue having the 'New' status will automatically change it to 'In progress'.
=== Git
=== Change History 0.5.3 - updates fixed javascript variable declaration added icon sets so user can have more choice with their theme - for now this is to be done manually. Just delte the icons in /time_logger/assets/images (not the sub-folders) then copy from one of the sub-folders (colorized or original) into /time_logger/assets/image. add TLHelper function back due to problem with time_logger fix for missing icons on status transitions fixes for status transitions - removal - Special thanks to kotashiratsuka indirectly!! fix for some users not able to start time logger - thanks to rastydnb!
0.5.2 - updates fix for content menus fix for status transitions