Skip to content

This redmine plugin adds an issue dashboard that supports drag and drop for issues and support various filters and groups.

License

Notifications You must be signed in to change notification settings

gjroelofs/redmine_dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Dashboard 2

Build Status Flattr this git repo Rate at redmine.org

This Redmine plugin adds an issue dashboard that supports drag and drop for issues and various filters.

Redmine Dashboard 2 is compatible with Redmine 2.4 and possibly older versions.

Redmine Dashboard v2.x Screenshot

Features List

  • Drag-n-drop of issues
  • Configurable columns
  • Grouping & Filtering
  • Group folding
  • Hierarchical parent issue view
  • Include subproject issues
  • Quick edit of assignee and progress

Rate plugin at redmine.org.

Install

Ubuntu / Debian

I provide a PPA at ppa:jgraichen/redmine-dashboard for Ubuntu Trusty that should work with Trusty's Redmine and ppa:ondrej/redmine. Debian Wheezy with wheezy-backports enabled should also work with trusty PPA.

Others

Clone git repository to plugins, checkout wanted release (git checkout v2.2.0) and restart redmine. A database migration is not needed. Run bundle install to install required gems.

Upgrade

Fetch updates (git fetch --tags) and checkout newer release (git checkout v2.2.0). Run bundle install to install newly required gems. A database migration is not needed.

You can list all available version with git tag -l.

Contribute

I appreciate any help and like Pull Requests. The master branch is the current stable branch for v2. The next version, Redmine Dashboard 3, a complete rewrite is under development on the develop branch. Please try to not add larger new features to current v2.

I gladly accept new translations or language additions for any version of Redmine Dashboard. I would prefer new translations via Transifex but you can also send a Pull Request. If you want to maintain a translation contact me via IRC (jgraichen at irc://irc.freenode.net/redmine_dashboard) or email.

Build Debian / Ubuntu package

Checkout debian branch. The branch is prepared to be used with gbp.

  • Build a source only package: gbp buildpackage --git-builder="debuild -S" --git-ignore-new
  • Build binary packages with sbuild: gbp buildpackage --git-builder="sbuild -A" --git-ignore-new

License

Redmine dashboard is licensed under the Apache License, Version 2.0. See LICENSE for more information.

About

This redmine plugin adds an issue dashboard that supports drag and drop for issues and support various filters and groups.

Resources

License

Stars

Watchers

Forks

Packages

No packages published