jbbarth / redmine_better_crossprojects

Temporary plugin to handle usability problems discussed on redmine.org #5920
http://www.redmine.org/issues/5920
12 stars 8 forks source link

Redmine plugin for better cross-projects views

This plugin is no longer under active maintenance. If you are using Redmine 4.1 or a newer version, you can consider using this fork : https://github.com/nanego/redmine_projects_queries_extension

Description

Everything is explained here: http://www.redmine.org/issues/5920

Screenshot

redmine_better_crossprojects screenshot

Installation

Please apply general instructions for plugins here.

Requirements:

ruby >= 2.1.0

Note that this plugin now depends on:

First download the source or clone the plugin and put it in the "plugins/" directory of your redmine instance. Note that this is crucial that the directory is named 'redmine_better_crossprojects' !

Then execute:

$ bundle install
$ rake redmine:plugins

And finally restart your Redmine instance.

This plugin is fully compatible with Redmine 2.x and 3.x. Please feel free to report any bug you encounter.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request