Re: how to install plugins on review board

2013-12-11 Thread abc123
Hi I am trying to write a simple extension which will add an entry abc to the navigation bar on review board. extension.py file: from django.conf import settings from django.conf.urls.defaults import patterns, include from reviewboard.extensions.base import Extension from reviewboard.extension

Re: how to install plugins on review board

2013-12-11 Thread abc123
sions" menu in the top-navigation. If the extension > install was successful, you should be able to see your extension in that > list. "Enable" it to activate the extension. > > Regards > Raja > > > > > On Wed, Dec 11, 2013 at 4:39 PM, abc123 > >

Re: how to install plugins on review board

2013-12-11 Thread abc123
g those in your extension, making sure that your > extension got installed properly and then Enable it. Also a screenshot of > your error might be helpful to know where the error is. > > Regards > Raja > > > > On Thu, Dec 12, 2013 at 9:58 AM, abc123 > > wrote: >

Re: how to install plugins on review board

2013-12-12 Thread abc123
extension with the code in > http://www.reviewboard.org/docs/manual/dev/extending/extensions/hooks/#navigationbarhook > (Just > that, nothing more or less) and then trying to see if it works. > > > > On Thu, Dec 12, 2013 at 11:50 AM, abc123 > > wrote: > >> Hi