Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syntacticvexation/redmine_favourite_projects
A plugin for Redmine to provide a list of favourite projects on My Page, Top Menu or Project Jumplist. Supports version 3.4.x and above. See below for legacy Redmine support.
https://github.com/syntacticvexation/redmine_favourite_projects
redmine-plugin ruby
Last synced: 30 days ago
JSON representation
A plugin for Redmine to provide a list of favourite projects on My Page, Top Menu or Project Jumplist. Supports version 3.4.x and above. See below for legacy Redmine support.
- Host: GitHub
- URL: https://github.com/syntacticvexation/redmine_favourite_projects
- Owner: syntacticvexation
- License: gpl-3.0
- Created: 2011-06-15T07:48:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T07:02:38.000Z (over 4 years ago)
- Last Synced: 2024-08-04T01:28:03.834Z (4 months ago)
- Topics: redmine-plugin, ruby
- Language: Ruby
- Homepage:
- Size: 157 KB
- Stars: 56
- Watchers: 11
- Forks: 32
- Open Issues: 6
-
Metadata Files:
- Readme: README.rdoc
- Changelog: CHANGELOG
- License: COPYING
Awesome Lists containing this project
README
= favourite_projects
This is a plugin for Redmine to provide a list of favourite projects on My Page, Top Menu or Project Jumplist
Only Redmine 3.4.x and greater is now supported by this plugin.
* Redmine 4.0 is supported by the master branch and >= 1.0 releases.
* Redmine 3.4 is supported by the "redmine3.4-compatible" branch.
* For Redmine 2.1.x up to 3.3.x, use the legacy "redmine3.0-3.3-compatible" branch.
* For Redmine 1.x/2.0, use the legacy "redmine1.x/2.0-compatible" branch.== Installation
Just run rake redmine:plugins
== Usage
Users can add to their favourite projects through My account -> Favourite Projects. Click on My page -> Personalize this page to add the Favourite Projects My page block.
Additionally favourite projects can be added to the Jump to a Project dropdown or Top Menu through the plugin's Settings page.
== Special Thanks
A special thanks to all the project's contributors[https://github.com/syntacticvexation/redmine_favourite_projects/network/members] and especially, johnroyer[https://github.com/johnroyer] for many hours of assistance with plugin appearance and testing.