This should finally get the permissions showing up...
1.1 --- a/trac/buildbot/tracbuildbot/core.py Mon Nov 09 00:15:47 2009 -0600
1.2 +++ b/trac/buildbot/tracbuildbot/core.py Tue Nov 10 20:10:03 2009 -0600
1.3 @@ -13,7 +13,7 @@
1.4 class BuildBotPlugin(Component):
1.5 """A plugin to integrate Buildbot into Trac
1.6 """
1.7 - implements(INavigationContributor, IRequestHandler, ITemplateProvider)
1.8 + implements(INavigationContributor, IRequestHandler, ITemplateProvider, IPermissionRequestor)
1.9
1.10 def get_buildbot_url(self):
1.11 url=self.config.get("buildbot", "url")