Christian Boos wrote: > Christopher Lenz wrote: > > Hey all, > > > > I'm going to work on integration the WebAdmin plugin into Trac proper > > the next days. This shouldn't cause much of a disruption, so I don't > > think a branch is needed. > > > > My plan is to: > > * move trac/scripts/admin.py to trac/admin/console.py > > * move the main WebAdmin components into trac/admin/api.py and trac/ > > admin/web_ui.py > > * move the ticket admin components into trac/tickets/admin.py > > > > Great! I thought this was somehow dependent on the setuptools branch, > but apparently I was wrong. > So does this mean that the WebAdmin will not be a plugin anymore, but > will be part of the core components? > I thought that maybe it could become simply a "bundled" plugin.
I don't see a reason to "bundle" plugins in the Trac release. Once we're using setuptools we can just "require" packages that are essential to a base Trac install, but for some reason packaged separately. The same bundling ideas have been raised with Genshi, though it will be much easier to rely on setuptool's "requires" to make sure it's installed with Trac. -- Matt Good --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev -~----------~----~----~----~------~----~------~--~---
