#755813 RFP: trac-simplemultiproject -- manage multiple user projects with one Trac instance

Package:
wnpp
Source:
wnpp
Submitter:
Mathieu Malaterre
Date:
2014-07-23 14:39:19 UTC
Severity:
wishlist
#755813#5
Date:
2014-07-23 14:17:15 UTC
From:
To:
* Package name    : trac-simplemultiproject
  Version         : trunk
  Upstream Author :
* URL             : http://trac-hacks.org/wiki/SimpleMultiProjectPlugin
* License         : BSD
  Programming Lang: Python
  Description     : manage multiple user projects with one Trac instance
 Lets you easily manage multiple user projects with one Trac instance or,
 respectively, one Trac database (.db file).
 .
 - This is not a meta project in front of several other Trac projects, it just
   implements the idea of TracMultipleProjects/SingleEnvironment.
 - Milestones and versions are assigned to their projects, and both are
   displayed on the roadmap. There are several possibilities to filter by
   projects on that page, and also the timeline.
 - Components can be assigned to all or only certain projects.
 - 'New Ticket' will just offer the associated milestones, versions and
   components of the chosen project. This requires a new custom-ticket field
   'project'.


I did an initial implementation without much luck, given my current
lack of time to investigate I'll leave this as an RFP.

For more info see:

svn co svn+ssh://malat@svn.debian.org/svn/collab-maint/deb-maint/trac-simplemultiproject

Note that the package does not work; see:

http://stackoverflow.com/questions/24908398/installing-simplemultiproject-trac-plugin

#755813#10
Date:
2014-07-23 14:38:26 UTC
From:
To:
One suggestion, the installation seems to be incorrect. It looks like
it is one level below what it should be.

Other trac plugin uses:

      entry_points={'trac.plugins': [
            'customfieldadmin.api = customfieldadmin.api',
            'customfieldadmin.customfieldadmin =
customfieldadmin.customfieldadmin']},

while plugin uses:

    entry_points = {'trac.plugins': ['simplemultiproject = simplemultiproject']}