Plugins Directory » Redmine Subtask List Accordion
Author: | Ryuta Tobita | |
---|---|---|
Website: | https://github.com/GEROMAX | |
Code repository: | https://github.com/GEROMAX/redmine_subtask_list_accordion | |
Registered on: | 2016-10-24 (about 8 years ago) | |
Current version: | 2.2.0 | |
Compatible with: | Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x | |
User ratings: |
This plugin provide accordion tree to subtask-list on issue.
Features
- Add accordion feature to subtask-list.
- Add 'Expand this tree', 'Collapse this tree' and 'Expand next level all' to context-menu.
- Add preferences of expand tree at first time.
- Add plugin setting for server/client processing mode switch. (server mode default)
Server mode is faster than client mode, but server mode is tradeoff other subtask's plugin.
Installation notes
1. Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins
2. Run the plugin migrations `bundle exec rake redmine:plugins:migrate RAILS_ENV=production`
3. Restart your Redmine web server
Changelog
2.2.0 (2019-02-25)
Compatible with Redmine 4.0.x, 3.4.x, 3.3.x, 3.2.x.
- Add support version Redmine 4.0.
- Fix a small bug.
2.1.0 (2018-02-08)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x.
- Add support version Redmine 3.2.
- Updated simplified chinese translation.
2.0.0 (2018-01-31)
Compatible with Redmine 3.4.x, 3.3.x.
- Add setting for server processing mode.
1.3.3 (2017-09-14)
Compatible with Redmine 3.4.x, 3.3.x.
- Fix a bug for cannot save user preference in Redmine 3.4.
- Fix a small bug.
- Cleanup code.
1.3.2 (2017-07-20)
Compatible with Redmine 3.4.x, 3.3.x.
- Fix issue for context-menu of 'Related issues' list.(Because it is unnecessary)
Before
After
- Cleanup Code.
Thanks jkraemer.
1.3.1 (2017-06-15)
Compatible with Redmine 3.3.x.
- Fix a fatal bug that cannot expand first row at without header row. (Support Redmine default setting)
Before
After
Thanks Coolllama and braini75 .
1.3.0 (2017-03-29)
Compatible with Redmine 3.3.x.
- Add adjustable setting for tree expanding at first time.
- And other small fix.
1.2.0 (2017-03-17)
Compatible with Redmine 3.3.x.
- Support for Redmine version 3.3.
- Offset to right of first level issues without children.
1.1.1 (2016-11-15)
Compatible with Redmine 3.1.x, 3.0.x.
Add french for i18n.
Thanks lhadjadj.
1.1.0 (2016-11-01)
Compatible with Redmine 3.1.x, 3.0.x.
Add function to context-menu.
1.0.0 (2016-10-24)
Compatible with Redmine 3.1.x, 3.0.x.