On Mon, Aug 4, 2014 at 7:13 AM, Samuel Degrande <[email protected]> wrote:
> In my setup (using Trac 1.0), we have several projects, each of them > inheriting from a common trac.ini. > > In the [inherit] section of the common trac.ini, I have a > plugins_dir = /etc/forge/plugins > > That /etc/forge/plugins is empty. > > I use apache + mod_wsgi, and for each project, I set > trac.env_path to /var/forge/projects/<project_name>/trac > > > I added a plugin in the 'local' plugins dir of one of this project. > (so in /var/forge/projects/<that_project>/trac/plugins) > > Despite what I expected, this plugin is available to all projects > (and it is listed in the 'About Trac' page of all projects). > > Is that the expected behavior ? Did I something wrong ? > > > Note: I have same behavior with 1.1.1, and afaik the "private" plugin > was hidden from other projects in Trac < 1.0 (but I may be wrong, it > was 3 years ago...) > > > Thx for your great work ! This is somewhat of a guess, but I would think that /var/forge/projects/<that_project>/trac/plugins must be on sys.path. -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.
