Skip to content

fathomssen/redmine_group_manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Group Manager Plugin

This plugin provides a project tab for group management. A Redmine administrator can allow project roles of non-admin users to change group membership, view, create or delete admin created groups or other users’ groups. Permissions of operations on groups are managed from the roles permissions tab in the Administration menu. Adding or deleting users is allowed in scope of the project.

If you have got user custom fields, they will be displayed in the group view.

Note: You cannot add users which is not a project member. This is an administrator privilege.

Installation

For installation, clone the Git repository to your plugins folder, restart the Redmine application and perform the migration.

cd redmine/plugins
git clone https://github.com/fathomssen/redmine_group_manager.git
cd ..
rake redmine:plugins:migrate NAME=redmine_group_manager RAILS_ENV=production
touch tmp/restart.txt

About

This plugin provides a groups management tab for projects allowing non-admin users to manage groups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 75.7%
  • HTML 24.3%