Project

General

Profile

Plugins Directory » Redmine_Auto_Refresh

Author: Serge S
Website: https://boosty.to/dok23rus/posts/98a84729-109c-4662-b5bd-73b1cbe3fb54
Code repository: https://boosty.to/dok23rus/bundle/e17bd883-f427-4bda-a389-9deeaaaab2c0
Registered on: 2026-05-04 (2 days ago)
Current version: 1.0.3
Compatible with: Redmine 5.1.x
User ratings:   (0)

EN
The plugin automatically refreshes the issue list page for each user without requiring manual reload.

Purpose
In environments with a high volume of tasks, users must constantly refresh the page to stay up to date. This leads to inefficiency and missed updates.

Before
  • manual page refresh (F5)
  • risk of outdated data
  • missed newly created issues
After
  • automatic updates of the issue list
  • always up-to-date information
  • reduced risk of missing new tasks

RU
Плагин обеспечивает автоматическое обновление страницы задач для каждого пользователя без необходимости ручной перезагрузки.

Для чего нужен
В системах с активным потоком задач пользователи вынуждены постоянно обновлять страницу, чтобы увидеть новые или изменённые задачи. Это неудобно и приводит к потере актуальной информации.

До установки плагина:
  • обновление страницы вручную (F5)
  • риск работать с устаревшими данными
  • потеря новых задач в общем списке
После установки плагина:
  • список задач обновляется автоматически
  • пользователь всегда видит актуальные данные
  • снижается вероятность пропуска новых задач

Installation notes

EN
1. Copying files
Copy the plugin folder to the directory:
cp -r /redmine_auto_refresh/ /path/to/redmine/plugins/ (for example, cp -r /redmine_auto_refresh/ /var/lib/redmine/plugins/)

2. Installing dependencies
Run in the Redmine directory:
bundle install

3. Restart the application
Restart the web server
sudo systemctl restart apache2

4. Verification
Go to: Administration → Plugins
Make sure that the plugin appears in the list.

Works on:
Redmine 5.1.2.stable.22775
Ruby 3.2.2
Rails 6.1.7.7

RU
1. Копирование файлов
Скопируйте папку плагина в директорию:
cp -r /redmine_auto_refresh/ /path/to/redmine/plugins/ (например, cp -r /redmine_auto_refresh/ /var/lib/redmine/plugins/)

2. Установка зависимостей
Выполните в директории Redmine:
bundle install

3. Перезапуск приложения
Перезапустите веб-сервер
sudo systemctl restart apache2

4. Проверка
Перейдите в: Администрирование → Плагины
Убедитесь, что плагин появился в списке

Работает на:
Redmine 5.1.2.stable.22775
Ruby 3.2.2
Rails 6.1.7.7

Changelog

1.0.3 (2026-04-30)

Compatible with Redmine 5.1.x.