A leightweight javascript timer for Hours field in timelog form of Redmine. Originally forked from the ‘redmine timelog timer plugin’ which is no longer maintained.
* Redmine v.2.5.x compatible
* Save timer using localStorage * Added timer to modify task form * Display timer (if runned) on top bar in all pages
Tested on Redmine 2.1.3, 2.1.4, 2.2.0, 2.5.3
A zip archive can be gotten from GitHub
-
Follow the installation steps at: www.redmine.org/projects/redmine/wiki/Plugins#Installing-a-plugin Final path to init.rb should look like: /YOUR_REDMINE_DIRECOTY/plugins/redmine_timelog_timer/init.rb
-
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
-
Download the latest file as described in Getting the plugin
-
Extract the file to your Redmine into plugins
-
Restart your Redmine
-
Open a shell to your Redmine’s plugins/redmine_timelog_timer folder
-
Update your Git copy with ‘git pull`
-
Restart your Redmine
This plugin is licensed under the GNU GPL v3. See COPYRIGHT.txt and GPL.txt for details.
If you need help you can create an issue in the GitHub Issues.
If you would like to report a bug or request a new feature the bug tracker is located at: github.com/emovere/redmine_timelog_timer/issues