Redmine Checklist plugin
Extends issues to store checklist items
About
Checklist Plugin creates simple checklists for Redmine issues. It handles the wiki tags and could be saved to the issue history log.
Free Download Live preview ยปCompatibility¶
- Redmine: v2.3, v2.2, v2.1, v2.0
- Ruby: 1.8.7, 1.9.3
- Database: SQLite, MySQL, PostgreSQL
- OS: Linux, OS X
- Browsers: Chrome, Safari, Internet Explorer and Firefox
Installation¶
- Unzip it into
../plugins/. This would result in a directory-path like:../plugins/redmine_issue_checklist/init.rb
- Migrate database and copy assets by following command:
bundle exec rake redmine:plugins NAME=redmine_issue_checklist RAILS_ENV=production
- You now need to restart Redmine so that it shows the newly installed plugin in the list of installed plugins ("Administration -> Plugins").
- Go to "Administration -> Plugins -> Redmine Issues Checklist plugin" and setup plugin global settings.
License
Redmine Checklist plugin is open source and released under the terms of the GNU General Public License v2 (GPL).
Version for Redmine 1.x
Changelog¶
v2.0.5 - 07 February 2013¶
- Bug: Empty settings error (can't convert Symbol into Integer):
v0.1.3 - 18 December 2012¶
- Bug: Wiki formatting on redmine 2.x
v0.0.2 - 29 October 2012¶
- Bug: Checklists do not clone (only copying issues, not projects)
v0.0.1 - 23 October 2012¶
- Support for Redmine 2.0, 2.1
- Checklist drag and drop