> -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > On Behalf Of [EMAIL PROTECTED] > Sent: Friday, September 12, 2008 10:09 AM > To: Trac Users > Subject: [Trac] Re: agiletrac - interesting approach to agility - but > with patch? > > > I have tried your tool, and I like it. I don't expect it to ever be > part of the core,however. I also did have some issues. Simply put, > the fact that the plugin, although installed as a stand alone plugin > (and not a global one) screwed up all the other projects in a multi- > project environment was concerning.
There is no difference. Plugins are classes, which means they are interpreter-level singletons. In a multi-env setup, any plugin loaded for one environment is loaded for all of them. Note, load != enable. --Noah --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
