Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 888 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 888 Bytes

Redmine Better Overview

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

Project Overview

Version

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.

Installation

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