A redmine plugin allow the project manager can manage their project roles.
Requirement: Redmine 1.2 latest trunk(supports the ISSUES_VISIBILITY_OPTIONS)
Download the sources and put them to your vendor/plugins folder.
$ cd {REDMINE_ROOT} $ git clone git://github.com/snowyu/redmine_roles.git vendor/plugins/redmine_roles
Migrate database.
$ rake db:migrate:plugins
Run Redmine and have a fun!
Note: run Redmine must be in production mode.
Released under the [www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License v2 (GPL)].
I’ve modified redmine views in the plugin, so I have to update too if redmine update the pages:
projects/settings/_members.rhtml Project->Settings->Members roles/ Administration->Roles settings/ Administration->Settings users/ Users
-
manage the trackers
-
modified the project workflow settings page to add new features in redmine 1.1