0.01
No release in over 3 years
Low commit activity in last 3 years
Adds an automatic refresh option to Redmine's issues list
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0

Runtime

>= 0
 Project Readme

Redmine Refresh plugin

This plugins adds an automatic refresh on "Issues" lists and "My Page".

Screenshot

With this plugin you'll have a clickable link on these pages for enabling/disabling automatic refresh. Here's an example on an Issues list:

redmine_refresh screenshot

Install

This plugin is compatible with Redmine 2.1.x and 2.2.x, and should be compatible with future versions.

You can first take a look at general instructions for plugins here.

Then :

  • install the redmine_base_deface plugin (see here)
  • clone this repository in your "plugins/" directory ; if you have a doubt you put it at the good level, you can check you have a plugins/redmine_refresh/init.rb file
  • install dependencies (gems) by running bundle install from the root of your redmine instance
  • restart your Redmine instance (depends on how you host it)

Test status

Plugin branch Redmine Version Test Status
master 4.2.11 4.2.11
master 5.0.6 5.0.6
master 5.1.0 5.1.0
master master master

Contribute

If you like this plugin, it's a good idea to contribute :

  • by giving feed back on what is cool, what should be improved
  • by reporting bugs : you can open issues directly on github
  • by forking it and sending pull request if you have a patch or a feature you want to implement