Skip to content

evergreen-it-dev/rm-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

rm-timer

Timer for redmine Tested on Redmine 2.6.0.stable

Setup notes

  1. Setup "include any script" feature: copy _sidebar.html.erb to app/views/issues/_sidebar.html.erb or add this code to it
<div id="dashboardBox"></div>
<script src="http://[YOUR-PUBLIC-SERVER-FOLDER]/js/issues/issues.box.js"></script>

You can set YOUR-PUBLIC-SERVER-FOLDER to any accessible to you public URL. You can use redmine server or any other if you wish.

  1. Copy issues/issues.box.js and issues/flipclock.min.js to http://[YOUR-PUBLIC-SERVER-FOLDER]/js/issues/
  2. Copy issues/timer.css to http://[YOUR-PUBLIC-SERVER-FOLDER]/css/timer.css
  3. Fix issues/issues.box.js [YOUR-PUBLIC-SERVER-FOLDER] includes to your actual URL
  4. Restart httpd or redmine

Enjoy

Start timer button: Start timer button Working timer: Working timer