wiki:SimpleMultiProjectPlugin

Version 13 (modified by falkb, 12 years ago) (diff)

minor

SimpleMultiProjectPlugin

Description

Lets you easily manage multiple projects with one instance of trac. This implements the idea of http://trac.edgewall.org/wiki/TracMultipleProjects/SingleEnvironment.

Experimental version.

You need to define an additional custom ticket field 'project' in your trac.ini, because on creating tickets the milestone combobox shows only milestones appropriately to the chosen project.

Future Ideas:

  • Project Components
  • Project Category

Example

Admin Interface:

http://trac-hacks.org/attachment/wiki/SimpleMultiProjectPlugin/project_admin.png http://trac-hacks.org/attachment/wiki/SimpleMultiProjectPlugin/edit_project.png

Associate a milestone in a project:

http://trac-hacks.org/attachment/wiki/SimpleMultiProjectPlugin/edit_milestone.png

Group milestones in the roadmap:

http://trac-hacks.org/attachment/wiki/SimpleMultiProjectPlugin/roadmap_projects.png

Bugs/Feature Requests

Existing bugs and feature requests for SimpleMultiProjectPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:simplemultiprojectplugin here].

Source

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

Instalation

python setup.py bdist_egg
cp dist/SimpleMultiProject-0.0.1-py2.6.egg /instance_trac/plugins/
trac-admin /instance_trac/ upgrade

Recent Changes

18451 by rjollos on 2021-10-15 17:19:25
SimpleMultiProjectPlugin: Release 0.7.4

Refs #14055.

18105 by Cinc-th on 2021-03-28 09:25:59
SimpleMultiProjectPlugin: fixed Jinja2 errors.
18093 by Cinc-th on 2021-03-25 09:45:06
SimpleMultiProjectPlugin: fix for test case error with python 3.
(more)

Author/Contributors

Author: crossroad, falkb
Maintainer: crossroad
Contributors:

Attachments (8)

Download all attachments as: .zip