Project Manager Plugin

Description

This plugin is just a small simplification of the Web Admin plugin.

With this plugin you can create an user who would represent the a project manager, in a simple way, given permission to modify the project description, components and versions.

Bugs/Feature Requests

Existing bugs and feature requests for TracProjManagerPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out TracProjManagerPlugin from here using Subversion, or browse the source with Trac.

Example

Install

To install just do as the HelloWorldPlugin tells you.

Usage

You need to include the plugin in you trac.ini

[components]
projmanager.* = enabled

To allow a user (ex proj_manager) be a project manager, just give him the following permission:

proj_manager  PROJECT_MANAGER

In general we also want the project manager to modify the milestones, so let's give him more permissions:

proj_manager  MILESTONE_ADMIN
proj_manager  PROJECT_MANAGER

Recent Changes

[1036] by rsalveti on 07/17/06 20:25:19

TracProjManagerPlugin:

Adding the TracProjManagerPlugin

[1035] by rsalveti on 07/17/06 20:11:49

New hack TracProjManagerPlugin, created by rsalveti

Author/Contributors

Author: rsalveti
Contributors: