Plugins Directory » Redmine Gantt Holiday
|
|
Author: | K Seraph3000 |
|---|---|---|
| Website: | https://github.com/seraph3000/redmine_gantt_holiday | |
| Code repository: | https://github.com/seraph3000/redmine_gantt_holiday | |
| Registered on: | 2026-06-28 (about 16 hours ago) | |
| Current version: | 2.0.16 | |
| Compatible with: | Redmine 6.1.x, 6.0.x | |
| User ratings: |
A Redmine plugin that adds "Holiday Calendar", "Sticky Header", "Persistent View Settings", and "Bulk Parent-Child Issue Assignment (Oyakodon)" to the Gantt chart for Redmine 6.x.
- Manage holiday calendars by country/company and color-code Saturdays, Sundays, and holidays on the Gantt chart.
- Fix the date header at the top using an overlay method during vertical scrolling.
- Horizontal scrolling in the Gantt area via mouse drag (Grab to Scroll).
- Persist Gantt view settings (zoom, months, relations, progress line, columns) per user.
- Visually assign or detach multiple child issues to/from a parent issue right on the Gantt chart (Oyakodon feature).
- Supports 5 languages (English, Japanese, French, Korean, Chinese).

Installation notes
1.Clone
cd /path/to/redmine/plugins git clone https://github.com/seraph3000/redmine_gantt_holiday.git
2.Migration
cd /path/to/redmine bundle exec rake redmine:plugins:migrate RAILS_ENV=production
3.Asset Compile & Restart
bundle exec rake assets:clobber assets:precompile RAILS_ENV=production systemctl restart httpd
Changelog
2.0.16 (2026-06-28)
Compatible with Redmine 6.1.x, 6.0.x.