Provides a better projects overview.
- Subprojects displayed as a table including stats about open/closed/total issues
- Project description styled in a box
- Project homepage styled in a box
- Project custom fields styled in a box
Tests are performed through redmine_testsuites including all the plugins it supports.
The plugin version corresponds to minimum version of Redmine required. Look at dedicated branch for each Redmine version.
Place the plugin code under the plugins directory and run 'bundle install', then restart Rails. Requires redmine_base_deface plugin.
cd {redmine root}
git clone https://github.com/maxrossello/redmine_better_overview.git plugins/redmine_better_overview
bundle install