gluesys / redmine_dashboard

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redmine Dashboard 2

GitHub Workflow Status Rate at redmine.org Follow at Twitter

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

Redmine Dashboard 2 is compatible and tested with Redmine 4.1, 4.0 and 3.4. It may be compatible with older versions too.

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.

Manual

  1. Download latest release.
  2. Extract archive to <redmine>/plugins. Make sure the plugin directory is called <redmine>/plugins/redmine_dashboard/ (#11).
  3. Install required dependencies by running bundle install --without development test in your redmine directory. Note: Bitnami and other appliance are not officially supported and may need additional option e.g. --path vendor/bundle (#58).
  4. A database migration is not needed. Restart redmine.

Configure Redmine

  1. Add the dashboard module to your project (Settings > Modules).
  2. Configure dashboard permissions to your user roles (Administration > Roles and permissions). Users won't see a Dashboard tab without having the View Dashboard permission.

Upgrade

  1. Remove old plugin directory.
  2. Follow installation steps for new release.

As of v2 you can also use git by cloning the repository and checkout the release tag.

Contribute

I appreciate any help and like Pull Requests. The stable-v2 branch is the current stable branch for v2. The next version, Redmine Dashboard 3, a complete rewrite had been under development on the master branch. Due to limited available time the project is in maintenance only mode but open to new contributors.

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.

License:Apache License 2.0


Languages

Language:Ruby 41.6%Language:JavaScript 28.9%Language:CSS 14.9%Language:HTML 12.1%Language:Shell 2.4%