redmine_timelog_timer
redmine_timelog_timer copied to clipboard
A simple javascript timer for timelog form
= Redmine Timelog Timer plugin
A simple javascript timer for Hours field in timelog form of Redmine.
== Change Log
=== v2.0.0
- Save timer using localStorage
- Added timer to modify task form
- Display timer (if runned) on top bar in all pages
== Screenshots
http://img40.imageshack.us/img40/5797/redminetimelogplugin.png
== Compatibility
Tested only on Redmine 2.1.3, 2.1.4, 2.2.0
== Getting the plugin
A zip archive can be gotten from {GitHub}[https://github.com/behigh/redmine_timelog_timer]
== Installation and Setup
- Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to +plugins/timelog_timer+
- Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
- Login and open any project, click the Log time Link in the right menu, click Start to start the timer
== Upgrade
=== Zip or tar files
- Download the latest file as described in Getting the plugin
- Extract the file to your Redmine into plugins
- Restart your Redmine
=== Git
- Open a shell to your Redmine's plugins/timelog_timer folder
- Update your Git copy with
git pull - Restart your Redmine
== License
This plugin is licensed under the GNU GPL v3. See COPYRIGHT.txt and GPL.txt for details.
== Project help
If you need help you can create an issue in the {GitHub Issues}[https://github.com/behigh/redmine_timelog_timer/issues].
=== Bug tracker
If you would like to report a bug or request a new feature the bug tracker is located at: https://github.com/behigh/redmine_timelog_timer/issues