Redmine Favorite projects plugin

This plugin replaces Redmine projects view and add abitity to select projects in the projects jumb-box

About

Plugin replaces Redmine projects view with new UI and new features like ajax searching and favorite stars.

Free Download

Compatibility

  • Redmine: v2.3.x, v2.2.x, v2.1.x
  • Ruby: 1.8.7, 1.9.3
  • Database: SQLite, MySQL, PostgreSQL
  • OS: Linux, OS X
  • Browsers: Chrome, Safari, Internet Explorer and Firefox

Installation

  1. Unzip it into ../plugins/. This would result in a directory-path like:
    ../plugins/redmine_favorite_projects/init.rb
  2. Install dependent ruby gems by following command:
    bundle install --without development test
  3. Migrate database and copy assets by following command:
    bundle exec rake redmine:plugins NAME=redmine_favorite_projects RAILS_ENV=production
  4. You now need to restart Redmine so that it shows the newly installed plugin in the list of installed plugins ("Administration -> Plugins").

License

Redmine Favorite projects plugin is open source and released under the terms of the GNU General Public License v2 (GPL).

Changelog

v1.0.1 - 4 May 2013

  • Redmine 2.3, 2.2, 2.1 support
  • New live search field
  • Fixed application_helper dependency

v1.0.0 - 12 March 2013

  • Redmine 2.3, 2.2, 2.1 support
  • Ajax favorite/unfavorite
  • Ajax searching
  • Filters