Plugins Directory » Risks
Author: | eXolnet Inc | |
---|---|---|
Website: | - | |
Code repository: | https://github.com/eXolnet/redmine_risks | |
Registered on: | 2019-10-03 (about 5 years ago) | |
Current version: | 1.4.1 | |
Compatible with: | Redmine 4.1.x, 4.0.x, 3.4.x | |
User ratings: |
Manage the results of the qualitative risk analysis, quantitative risk analysis, and risk response planning.
Installation notes
- Download the .ZIP archive, extract files and copy the plugin directory to
#{REDMINE_ROOT}/plugins/redmine_risks
. - From the directory
#{REDMINE_ROOT}
, install the plugin's dependencies:bundle install
- Make a backup of your database, then run the following command to update it:
bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_risks
- Seed the default risk categories:
bundle exec rake risks:seed RAILS_ENV=production
- Restart Redmine.
- Login and enable the "Risks" module on projects you want to use it.
Changelog
1.4.1 (2021-04-08)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
- Fix compatibility with latest version of Redmine Checklist
1.4.0 (2021-04-07)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
- Fix magnitude calculation on high probability
- Hide category selection when no options are available
- Allow bulk edit when risks originate from various projects
- Increase overall plugin stability
1.2.0 (2020-10-15)
Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.
- Add support for Redmine 4.1
1.1.2 (2019-10-16)
Compatible with Redmine 4.0.x, 3.4.x.
Fixed
- Fix safe_attributes= definitions to make it compatible with Redmine 4
- Convert ActionController::Parameters to Hash before normalizing its values
- WYSIWYG preview support for Redmine 4
1.1.1 (2019-09-24)
Compatible with Redmine 4.0.x, 3.4.x.
Fixes
- Update plugin source url
1.1.0 (2019-09-24)
Compatible with Redmine 4.0.x, 3.4.x.
Added
- Add support for Redmine 4
1.0.0 (2019-08-05)
Compatible with Redmine 3.4.x.