= Project Manager Plugin = [[PageOutline(1-3)]] == 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 [report:9?COMPONENT=TracProjManagerPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracProjManagerPlugin&owner=rsalveti new ticket]. == Download == Download the zipped source from [download:tracprojmanagerplugin here]. == Source == You can check out TracProjManagerPlugin from [http://trac-hacks.org/svn/tracprojmanagerplugin here] using Subversion, or [source:tracprojmanagerplugin 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 == [[ChangeLog(tracprojmanagerplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:rsalveti] [[BR]] '''Contributors:'''