Re: ReviewBoard is taking a nap on localhost

2013-12-11 Thread Áron Paulik
I'm installing from a modified source.
But I think I had better start over and watch out for every step...

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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.extensions.hooks import NavigationBarHook


class Notification(Extension):

def __init__(self, *args, **kwargs):

super(Notification, self).__init__(*args, **kwargs)
self.navigationbar_hook = NavigationBarHook(
self,
entries=[
{
'label': 'abc',
'url':'http://abc.com/',
},
])
self.settings.load()
self.url = 'http://' + Site.objects.get_current().domain

is_configurable = True

and admin urls.py file is:

from django.conf.urls.defaults import patterns, url

from package_name.extension import Notification

urlpatterns = patterns(
'',
(
 {'ext_class': Notification,
  })
)

and i have installed it using setup.py install command but it is not 
working for me.

Can you please help?


On Monday, 25 November 2013 10:07:48 UTC+5:30, Christian Hammond wrote:

 We're going back and forth on this...

 Can you tell me specifically what plugins you have found that you're 
 talking about? I'm not sure there's a lot out there that you can install.

 If you do find any, you'll need to follow their instructions.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Sun, Nov 24, 2013 at 8:36 PM, somdon dange.s...@gmail.comjavascript:
  wrote:

 so if i want to install any plugins which is freely available on net how 
 can i install it.
 ii have somewhat knowledge of python programming.


 On Monday, 25 November 2013 10:00:38 UTC+5:30, Christian Hammond wrote:

 How are you planning to make one? Writing a Review Board extension 
 requires a knowledge of Python programming and packaging, and once you know 
 Python packaging, you'll know how to install it.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - 
 http://www.reviewboard.orghttp://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.orgsa=Dsntz=1usg=AFQjCNFu6rVJ79URKHS1VrnqPxI2_TfqqQ
 Beanbag, Inc. - 
 http://www.beanbaginc.comhttp://www.google.com/url?q=http%3A%2F%2Fwww.beanbaginc.comsa=Dsntz=1usg=AFQjCNHeSvZsbNu-Ri1PuVkAAv_K-3EMUA
  

 On Sun, Nov 24, 2013 at 8:27 PM, somdon dange.s...@gmail.com wrote:

 Hi,

 actually i am sorry i am new to codereview.
 but i want to write a plugin for integration of jenkins with review 
 board.
 so once my plugin is ready how to install it on review board board to 
 activate it.
 Thanks.


 On Monday, 25 November 2013 09:53:25 UTC+5:30, Christian Hammond wrote:

 Sorry, it's very unclear what you're talking about. What Jenkins 
 plugin? Are there specific ones you're seeing that you're asking about?

 Christian
  
 -- 
 Christian Hammond - chi...@chipx86.com

 Review Board - 
 http://www.reviewboard.orghttp://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.orgsa=Dsntz=1usg=AFQjCNFu6rVJ79URKHS1VrnqPxI2_TfqqQ
 Beanbag, Inc. - 
 http://www.beanbaginc.comhttp://www.google.com/url?q=http%3A%2F%2Fwww.beanbaginc.comsa=Dsntz=1usg=AFQjCNHeSvZsbNu-Ri1PuVkAAv_K-3EMUA
  

 On Sun, Nov 24, 2013 at 8:18 PM, somdon dange.s...@gmail.com wrote:

 say any plugins ...
 i want to install jenkins plugin on review board but i am not getting 
 how to install it on review board .

 thanks.


 On Monday, 25 November 2013 03:42:30 UTC+5:30, David Trowbridge wrote:

 What plugins are you referring to? Review Board extensions?

 -David


 On Fri, Nov 22, 2013 at 1:40 AM, somdon dange.s...@gmail.comwrote:

 HI i want to install plugin on the review board but i didn't get 
 any steps to do so.

  Can you please help me here in the plugin installation steps.

 Thanks.

 -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/http://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.org%2Fpowerpack%2Fsa=Dsntz=1usg=AFQjCNHvNQmuU5sDe3NAVxxmt3e7_0CXHA
 ---
 Sign up for Review Board hosting at RBCommons: 
 https://rbcommons.com/https://www.google.com/url?q=https%3A%2F%2Frbcommons.com%2Fsa=Dsntz=1usg=AFQjCNHb-u2_RY-dBIOlVIqiWd3JbrdivA
 ---
 Happy user? Let us know at 
 http://www.reviewboard.org/users/http://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.org%2Fusers%2Fsa=Dsntz=1usg=AFQjCNFyEqttNN29TbXXuEolF2UQXwajng
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, 
 send an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.


  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 

Re: how to install plugins on review board

2013-12-11 Thread Raja
If Its installed successfully, you can go to the Administration menu and
click on the Extensions 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 dange.soman...@gmail.com wrote:


 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.extensions.hooks import NavigationBarHook


 class Notification(Extension):

 def __init__(self, *args, **kwargs):

 super(Notification, self).__init__(*args, **kwargs)
 self.navigationbar_hook = NavigationBarHook(
 self,
 entries=[
 {
 'label': 'abc',
 'url':'http://abc.com/',
 },
 ])
 self.settings.load()
 self.url = 'http://' + Site.objects.get_current().domain

 is_configurable = True

 and admin urls.py file is:

 from django.conf.urls.defaults import patterns, url

 from package_name.extension import Notification

 urlpatterns = patterns(
 '',
 (
  {'ext_class': Notification,
   })
 )

 and i have installed it using setup.py install command but it is not
 working for me.

 Can you please help?


 On Monday, 25 November 2013 10:07:48 UTC+5:30, Christian Hammond wrote:

 We're going back and forth on this...

 Can you tell me specifically what plugins you have found that you're
 talking about? I'm not sure there's a lot out there that you can install.

 If you do find any, you'll need to follow their instructions.

 Christian

 --
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Sun, Nov 24, 2013 at 8:36 PM, somdon dange.s...@gmail.com wrote:

 so if i want to install any plugins which is freely available on net how
 can i install it.
 ii have somewhat knowledge of python programming.


 On Monday, 25 November 2013 10:00:38 UTC+5:30, Christian Hammond wrote:

 How are you planning to make one? Writing a Review Board extension
 requires a knowledge of Python programming and packaging, and once you know
 Python packaging, you'll know how to install it.

 Christian

 --
 Christian Hammond - chi...@chipx86.com
 Review Board - 
 http://www.reviewboard.orghttp://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.orgsa=Dsntz=1usg=AFQjCNFu6rVJ79URKHS1VrnqPxI2_TfqqQ
 Beanbag, Inc. - 
 http://www.beanbaginc.comhttp://www.google.com/url?q=http%3A%2F%2Fwww.beanbaginc.comsa=Dsntz=1usg=AFQjCNHeSvZsbNu-Ri1PuVkAAv_K-3EMUA


 On Sun, Nov 24, 2013 at 8:27 PM, somdon dange.s...@gmail.com wrote:

 Hi,

 actually i am sorry i am new to codereview.
 but i want to write a plugin for integration of jenkins with review
 board.
 so once my plugin is ready how to install it on review board board to
 activate it.
 Thanks.


 On Monday, 25 November 2013 09:53:25 UTC+5:30, Christian Hammond wrote:

 Sorry, it's very unclear what you're talking about. What Jenkins
 plugin? Are there specific ones you're seeing that you're asking about?

 Christian

 --
 Christian Hammond - chi...@chipx86.com

 Review Board - 
 http://www.reviewboard.orghttp://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.orgsa=Dsntz=1usg=AFQjCNFu6rVJ79URKHS1VrnqPxI2_TfqqQ
 Beanbag, Inc. - 
 http://www.beanbaginc.comhttp://www.google.com/url?q=http%3A%2F%2Fwww.beanbaginc.comsa=Dsntz=1usg=AFQjCNHeSvZsbNu-Ri1PuVkAAv_K-3EMUA


 On Sun, Nov 24, 2013 at 8:18 PM, somdon dange.s...@gmail.com wrote:

 say any plugins ...
 i want to install jenkins plugin on review board but i am not
 getting how to install it on review board .

 thanks.


 On Monday, 25 November 2013 03:42:30 UTC+5:30, David Trowbridge
 wrote:

 What plugins are you referring to? Review Board extensions?

 -David


 On Fri, Nov 22, 2013 at 1:40 AM, somdon dange.s...@gmail.comwrote:

 HI i want to install plugin on the review board but i didn't get
 any steps to do so.

  Can you please help me here in the plugin installation steps.

 Thanks.

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/http://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.org%2Fpowerpack%2Fsa=Dsntz=1usg=AFQjCNHvNQmuU5sDe3NAVxxmt3e7_0CXHA
 ---
 Sign up for Review Board hosting at RBCommons:
 https://rbcommons.com/https://www.google.com/url?q=https%3A%2F%2Frbcommons.com%2Fsa=Dsntz=1usg=AFQjCNHb-u2_RY-dBIOlVIqiWd3JbrdivA
 ---
 Happy user? Let us know at 
 http://www.reviewboard.org/users/http://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.org%2Fusers%2Fsa=Dsntz=1usg=AFQjCNFyEqttNN29TbXXuEolF2UQXwajng
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving 

Which recommended Apache MPM to use with Reviewboard + extensions

2013-12-11 Thread Vincent G.
Hi,

I would like to know which Apache MPM is recommended to use with 
Reviewboard ?
MPM Fork or MPM Worker ?

Because i have some issues when i use Apache MPM worker with Reviewboard 
Extensions (read my other topic Djblets _isexpired() issues) in case of
*wsgi.multithread = True*
wsgi.multiprocess = True

If wsgi.multithread is set to False (by using Apache MPM Fork example), no 
problem.

Best regards,


Vincent G.

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Review Board 1.7.20 is out

2013-12-11 Thread victoria
Hi,

Review Board 1.7.20 is already available in Bitnami as well.

http://bitnami.com/stack/reviewboard

Best regards,

Victoria.


On Tue, Dec 10, 2013 at 10:19 AM, Christian Hammond chip...@chipx86.comwrote:

 Hey everyone,

 We have a small bug fix release out. 1.7.20 fixes issues with JSON fields
 in the admin UI, compatibility issues with the Mercurial backend, API
 issues with file attachments, and more.

 http://www.reviewboard.org/news/2013/12/10/review-board-1-7-20-released/

 We're gearing up for a new RBTools release with some real goodies, and
 another beta of Review Board 2.0. Stay tuned!

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: ReviewBoard is taking a nap on localhost

2013-12-11 Thread Christian Hammond
If you're going to install from source, I recommend building an egg, just
as we do, and installing from that. You can build it with:

./setup.py bdist_egg release

You will need nodejs, uglifyjs, and lessc installed. There will be more
requirements in future releases.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Wed, Dec 11, 2013 at 1:46 AM, Áron Paulik paro...@gmail.com wrote:

 I'm installing from a modified source.
 But I think I had better start over and watch out for every step...

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Which recommended Apache MPM to use with Reviewboard + extensions

2013-12-11 Thread Christian Hammond
Hi Vincent,

We've been using prefork without any problems for years. That seems to be
the common setup.

I saw your other e-mail but haven't had time to dive into it yet. Pretty
swamped this week.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Wed, Dec 11, 2013 at 8:33 AM, Vincent G. vincent.g...@gmail.com wrote:

 Hi,

 I would like to know which Apache MPM is recommended to use with
 Reviewboard ?
 MPM Fork or MPM Worker ?

 Because i have some issues when i use Apache MPM worker with Reviewboard
 Extensions (read my other topic Djblets _isexpired() issues) in case of
 *wsgi.multithread = True*
 wsgi.multiprocess = True

 If wsgi.multithread is set to False (by using Apache MPM Fork example), no
 problem.

 Best regards,


 Vincent G.

  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Post-review: How to specify the reviewboard repository in post-review comm

2013-12-11 Thread Mike Forsberg
I'm having trouble specifying the review board repository to which my 
changes are based.  Using post-review, I can make diff by the command 
post-review -n ~/blah.diff  and post it using the GUI.  However, I think 
post-review is having trouble identifying the reviewboard repository.

Like I said, post-review -n works, I get a complete diff.   Using the 
---debug option I can also see that the server is contacted and a review is 
made.  Post-review is just having issues attaching the diff file.

A little about my environment.

I'm on Ubuntu using a git-svn client for a replicated subversion 
repository.  (By replicated subversion, I mean that IT is replicating the 
subversion across multiple servers in different locations.  Each should 
mirror the master, it is a black box to me.)   Just recently I switched the 
server my git client is using by using the script at: 
http://minimalreadership.blogspot.com/2011/06/svn-switch-for-git-svn-repo.html
  

While I don't think these things are related, they are part of the picture. 
 I think the fact that I switched subversion servers is confusing 
post-review about which review board repository to use.  Thus, if I could 
specify to post-review to use a specific repository for the submission, 
then it might work I think.

Thanks for the great product,

Mike

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Post-review: How to specify the reviewboard repository in post-review comm

2013-12-11 Thread Mike Forsberg
Thank you Christian... will let you know if that works.


On Wed, Dec 11, 2013 at 3:18 PM, Christian Hammond chip...@chipx86.comwrote:

 Hi Mike,

 The recommended setup is to have a .reviewboardrc file in the repository
 with:

 REPOSITORY = repository name

 Where repository name is the name assigned to that repository on
 Review Board.

 That way, it doesn't have to match the repository path, which it sounds
 like may have changed, and can instead do a direct lookup.

 I don't know if you already have this, but it sounded like it may have
 been a lookup problem, so starting there.

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Wed, Dec 11, 2013 at 8:04 AM, Mike Forsberg bigmik...@gmail.comwrote:

 I'm having trouble specifying the review board repository to which my
 changes are based.  Using post-review, I can make diff by the command
 post-review -n ~/blah.diff  and post it using the GUI.  However, I think
 post-review is having trouble identifying the reviewboard repository.

 Like I said, post-review -n works, I get a complete diff.   Using the
 ---debug option I can also see that the server is contacted and a review is
 made.  Post-review is just having issues attaching the diff file.

 A little about my environment.

 I'm on Ubuntu using a git-svn client for a replicated subversion
 repository.  (By replicated subversion, I mean that IT is replicating the
 subversion across multiple servers in different locations.  Each should
 mirror the master, it is a black box to me.)   Just recently I switched the
 server my git client is using by using the script at:
 http://minimalreadership.blogspot.com/2011/06/svn-switch-for-git-svn-repo.html


 While I don't think these things are related, they are part of the
 picture.  I think the fact that I switched subversion servers is confusing
 post-review about which review board repository to use.  Thus, if I could
 specify to post-review to use a specific repository for the submission,
 then it might work I think.

 Thanks for the great product,

 Mike

  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: how to install plugins on review board

2013-12-11 Thread abc123
Hi,

Thanks for the reply.
when i click on enable it gives me an error like object does not exist.
Can you please help.

On Wednesday, 11 December 2013 16:46:21 UTC+5:30, Raja wrote:

 If Its installed successfully, you can go to the Administration menu and 
 click on the Extensions 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 dange.s...@gmail.comjavascript:
  wrote:


 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.extensions.hooks import NavigationBarHook


 class Notification(Extension):

 def __init__(self, *args, **kwargs):

 super(Notification, self).__init__(*args, **kwargs)
 self.navigationbar_hook = NavigationBarHook(
 self,
 entries=[
 {
 'label': 'abc',
 'url':'http://abc.com/',
 },
 ])
 self.settings.load()
 self.url = 'http://' + Site.objects.get_current().domain

 is_configurable = True

 and admin urls.py file is:

 from django.conf.urls.defaults import patterns, url

 from package_name.extension import Notification

 urlpatterns = patterns(
 '',
 (
  {'ext_class': Notification,
   })
 )

 and i have installed it using setup.py install command but it is not 
 working for me.

 Can you please help?


 On Monday, 25 November 2013 10:07:48 UTC+5:30, Christian Hammond wrote:

 We're going back and forth on this...

 Can you tell me specifically what plugins you have found that you're 
 talking about? I'm not sure there's a lot out there that you can install.

 If you do find any, you'll need to follow their instructions.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Sun, Nov 24, 2013 at 8:36 PM, somdon dange.s...@gmail.com wrote:

 so if i want to install any plugins which is freely available on net 
 how can i install it.
 ii have somewhat knowledge of python programming.


 On Monday, 25 November 2013 10:00:38 UTC+5:30, Christian Hammond wrote:

 How are you planning to make one? Writing a Review Board extension 
 requires a knowledge of Python programming and packaging, and once you 
 know 
 Python packaging, you'll know how to install it.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - 
 http://www.reviewboard.orghttp://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.orgsa=Dsntz=1usg=AFQjCNFu6rVJ79URKHS1VrnqPxI2_TfqqQ
 Beanbag, Inc. - 
 http://www.beanbaginc.comhttp://www.google.com/url?q=http%3A%2F%2Fwww.beanbaginc.comsa=Dsntz=1usg=AFQjCNHeSvZsbNu-Ri1PuVkAAv_K-3EMUA
  

 On Sun, Nov 24, 2013 at 8:27 PM, somdon dange.s...@gmail.com wrote:

 Hi,

 actually i am sorry i am new to codereview.
 but i want to write a plugin for integration of jenkins with review 
 board.
 so once my plugin is ready how to install it on review board board to 
 activate it.
 Thanks.


 On Monday, 25 November 2013 09:53:25 UTC+5:30, Christian Hammond 
 wrote:

 Sorry, it's very unclear what you're talking about. What Jenkins 
 plugin? Are there specific ones you're seeing that you're asking about?

 Christian
  
 -- 
 Christian Hammond - chi...@chipx86.com

 Review Board - 
 http://www.reviewboard.orghttp://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.orgsa=Dsntz=1usg=AFQjCNFu6rVJ79URKHS1VrnqPxI2_TfqqQ
 Beanbag, Inc. - 
 http://www.beanbaginc.comhttp://www.google.com/url?q=http%3A%2F%2Fwww.beanbaginc.comsa=Dsntz=1usg=AFQjCNHeSvZsbNu-Ri1PuVkAAv_K-3EMUA
  

 On Sun, Nov 24, 2013 at 8:18 PM, somdon dange.s...@gmail.comwrote:

 say any plugins ...
 i want to install jenkins plugin on review board but i am not 
 getting how to install it on review board .

 thanks.


 On Monday, 25 November 2013 03:42:30 UTC+5:30, David Trowbridge 
 wrote:

 What plugins are you referring to? Review Board extensions?

 -David


 On Fri, Nov 22, 2013 at 1:40 AM, somdon dange.s...@gmail.comwrote:

 HI i want to install plugin on the review board but i didn't get 
 any steps to do so.

  Can you please help me here in the plugin installation steps.

 Thanks.

 -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/http://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.org%2Fpowerpack%2Fsa=Dsntz=1usg=AFQjCNHvNQmuU5sDe3NAVxxmt3e7_0CXHA
 ---
 Sign up for Review Board hosting at RBCommons: 
 https://rbcommons.com/https://www.google.com/url?q=https%3A%2F%2Frbcommons.com%2Fsa=Dsntz=1usg=AFQjCNHb-u2_RY-dBIOlVIqiWd3JbrdivA
 ---
 Happy user? Let us know at 
 

Re: how to install plugins on review board

2013-12-11 Thread Raja
First off, I think for the task that you are trying to achieve(adding a
menu to navigation bar), there are elements in the Extension class that are
not required. Please look at
http://www.reviewboard.org/docs/manual/dev/extending/extensions/hooks/#navigationbarhook
for
adding an entry to the navigation bar. You do not need is_configurable or
admin_urls for this task, these are required only if you are planning to
Configure your extension.

Can you try by just having 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 dange.soman...@gmail.com wrote:

 Hi,

 Thanks for the reply.
 when i click on enable it gives me an error like object does not exist.
 Can you please help.

 On Wednesday, 11 December 2013 16:46:21 UTC+5:30, Raja wrote:

 If Its installed successfully, you can go to the Administration menu and
 click on the Extensions 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 dange.s...@gmail.com wrote:


 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.extensions.hooks import NavigationBarHook


 class Notification(Extension):

 def __init__(self, *args, **kwargs):

 super(Notification, self).__init__(*args, **kwargs)
 self.navigationbar_hook = NavigationBarHook(
 self,
 entries=[
 {
 'label': 'abc',
 'url':'http://abc.com/',
 },
 ])
 self.settings.load()
 self.url = 'http://' + Site.objects.get_current().domain

 is_configurable = True

 and admin urls.py file is:

 from django.conf.urls.defaults import patterns, url

 from package_name.extension import Notification

 urlpatterns = patterns(
 '',
 (
  {'ext_class': Notification,
   })
 )

 and i have installed it using setup.py install command but it is not
 working for me.

 Can you please help?


 On Monday, 25 November 2013 10:07:48 UTC+5:30, Christian Hammond wrote:

 We're going back and forth on this...

 Can you tell me specifically what plugins you have found that you're
 talking about? I'm not sure there's a lot out there that you can install.

 If you do find any, you'll need to follow their instructions.

 Christian

 --
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Sun, Nov 24, 2013 at 8:36 PM, somdon dange.s...@gmail.com wrote:

 so if i want to install any plugins which is freely available on net
 how can i install it.
 ii have somewhat knowledge of python programming.


 On Monday, 25 November 2013 10:00:38 UTC+5:30, Christian Hammond wrote:

 How are you planning to make one? Writing a Review Board extension
 requires a knowledge of Python programming and packaging, and once you 
 know
 Python packaging, you'll know how to install it.

 Christian

 --
 Christian Hammond - chi...@chipx86.com
 Review Board - 
 http://www.reviewboard.orghttp://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.orgsa=Dsntz=1usg=AFQjCNFu6rVJ79URKHS1VrnqPxI2_TfqqQ
 Beanbag, Inc. - 
 http://www.beanbaginc.comhttp://www.google.com/url?q=http%3A%2F%2Fwww.beanbaginc.comsa=Dsntz=1usg=AFQjCNHeSvZsbNu-Ri1PuVkAAv_K-3EMUA


 On Sun, Nov 24, 2013 at 8:27 PM, somdon dange.s...@gmail.com wrote:

 Hi,

 actually i am sorry i am new to codereview.
 but i want to write a plugin for integration of jenkins with review
 board.
 so once my plugin is ready how to install it on review board board
 to activate it.
 Thanks.


 On Monday, 25 November 2013 09:53:25 UTC+5:30, Christian Hammond
 wrote:

 Sorry, it's very unclear what you're talking about. What Jenkins
 plugin? Are there specific ones you're seeing that you're asking about?

 Christian

 --
 Christian Hammond - chi...@chipx86.com

 Review Board - 
 http://www.reviewboard.orghttp://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.orgsa=Dsntz=1usg=AFQjCNFu6rVJ79URKHS1VrnqPxI2_TfqqQ
 Beanbag, Inc. - 
 http://www.beanbaginc.comhttp://www.google.com/url?q=http%3A%2F%2Fwww.beanbaginc.comsa=Dsntz=1usg=AFQjCNHeSvZsbNu-Ri1PuVkAAv_K-3EMUA


 On Sun, Nov 24, 2013 at 8:18 PM, somdon dange.s...@gmail.comwrote:

 say any plugins ...
 i want to install jenkins plugin on review board but i am not
 getting how to install it on review board .

 thanks.


 On Monday, 25 November 2013 03:42:30 UTC+5:30, David Trowbridge
 wrote:

 What plugins are you referring to? Review Board extensions?

 -David


 On Fri, Nov 22, 2013 at 

Re: embed the configuration file in your global Apache configuration file

2013-12-11 Thread David Trowbridge
All that means is to copy the content of the apache-wsgi.conf file into the
apache config file.

-David


On Wed, Dec 11, 2013 at 9:55 PM, Alokkumar Thakur alok299...@gmail.comwrote:

 Dear all

 I need a help from all kindly reply for bellow problem.

 If you have a sites-available directory in your Apache configuration
 directory (for example, /etc/apache2/sites-available, then you should
 rename your configuration file to match your site (e.g.,
 reviews.example.com.conf) and put it in that directory. Then create a
 symbolic link from that file to the sites-enabled directory. This is the
 most common setup on Debian or Ubuntu-based distributions. So for example:


 $ cd /etc/apache2/sites-available
 $ cp /var/www/reviews.example.com/conf/apache-wsgi.conf 
 reviews.example.com.conf
 $ cd ../sites-enabled
 $ ln -s ../sites-available/reviews.example.com.conf .

 If you do not have a sites-available or sites-enabled directory, you’ll
 need to embed the configuration file in your global Apache configuration
 file (usually /etc/httpd/httpd.conf or/etc/httpd/apache2.conf).


 Can any one tell how to do this you’ll need to embed the configuration
 file in your global Apache configuration file

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: embed the configuration file in your global Apache configuration file

2013-12-11 Thread Alokkumar Thakur
we have to add/copy  the  apache-wsgi.conf into /etc/httpd/conf/httpd.conf 
, i need how to copy/add into httpd.conf where and what changes i have to 
do ?

On Thursday, 12 December 2013 11:31:42 UTC+5:30, David Trowbridge wrote:

 All that means is to copy the content of the apache-wsgi.conf file into 
 the apache config file.

 -David


 On Wed, Dec 11, 2013 at 9:55 PM, Alokkumar Thakur 
 alok2...@gmail.comjavascript:
  wrote:

 Dear all 

 I need a help from all kindly reply for bellow problem.

 If you have a sites-available directory in your Apache configuration 
 directory (for example, /etc/apache2/sites-available, then you should 
 rename your configuration file to match your site (e.g., 
 reviews.example.com.conf) and put it in that directory. Then create a 
 symbolic link from that file to the sites-enabled directory. This is the 
 most common setup on Debian or Ubuntu-based distributions. So for example:

 $ cd /etc/apache2/sites-available
 $ cp /var/www/reviews.example.com/conf/apache-wsgi.conf 
 reviews.example.com.conf
 $ cd ../sites-enabled
 $ ln -s ../sites-available/reviews.example.com.conf .

 If you do not have a sites-available or sites-enabled directory, you’ll 
 need to embed the configuration file in your global Apache configuration 
 file (usually /etc/httpd/httpd.conf or/etc/httpd/apache2.conf).


 Can any one tell how to do this you’ll need to embed the configuration 
 file in your global Apache configuration file

 -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: embed the configuration file in your global Apache configuration file

2013-12-11 Thread David Trowbridge
It's just editing the text files. See
http://httpd.apache.org/docs/2.2/configuring.html for more information on
manipulating apache configurations.

-David


On Wed, Dec 11, 2013 at 10:13 PM, Alokkumar Thakur alok299...@gmail.comwrote:

 we have to add/copy  the  apache-wsgi.conf into /etc/httpd/conf/httpd.conf
 , i need how to copy/add into httpd.conf where and what changes i have to
 do ?


 On Thursday, 12 December 2013 11:31:42 UTC+5:30, David Trowbridge wrote:

 All that means is to copy the content of the apache-wsgi.conf file into
 the apache config file.

 -David


 On Wed, Dec 11, 2013 at 9:55 PM, Alokkumar Thakur alok2...@gmail.comwrote:

  Dear all

 I need a help from all kindly reply for bellow problem.

 If you have a sites-available directory in your Apache configuration
 directory (for example, /etc/apache2/sites-available, then you should
 rename your configuration file to match your site (e.g.,
 reviews.example.com.conf) and put it in that directory. Then create a
 symbolic link from that file to the sites-enabled directory. This is
 the most common setup on Debian or Ubuntu-based distributions. So for
 example:


 $ cd /etc/apache2/sites-available
 $ cp /var/www/reviews.example.com/conf/apache-wsgi.conf 
 reviews.example.com.conf
 $ cd ../sites-enabled
 $ ln -s ../sites-available/reviews.example.com.conf .

 If you do not have a sites-available or sites-enabled directory, you’ll
 need to embed the configuration file in your global Apache configuration
 file (usually /etc/httpd/httpd.conf or/etc/httpd/apache2.conf).


 Can any one tell how to do this you’ll need to embed the configuration
 file in your global Apache configuration file

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: embed the configuration file in your global Apache configuration file

2013-12-11 Thread Alokkumar Thakur
i know how to do in html/directory link but here it is like 
reviews.example.com and i cant find any where what change i have to do so 
if u know then give instruction what changes i have to do .

On Thursday, 12 December 2013 11:46:06 UTC+5:30, David Trowbridge wrote:

 It's just editing the text files. See 
 http://httpd.apache.org/docs/2.2/configuring.html for more information on 
 manipulating apache configurations.

 -David


 On Wed, Dec 11, 2013 at 10:13 PM, Alokkumar Thakur 
 alok2...@gmail.comjavascript:
  wrote:

 we have to add/copy  the  apache-wsgi.conf into 
 /etc/httpd/conf/httpd.conf , i need how to copy/add into httpd.conf where 
 and what changes i have to do ?


 On Thursday, 12 December 2013 11:31:42 UTC+5:30, David Trowbridge wrote:

 All that means is to copy the content of the apache-wsgi.conf file into 
 the apache config file.

 -David


 On Wed, Dec 11, 2013 at 9:55 PM, Alokkumar Thakur alok2...@gmail.comwrote:

  Dear all 

 I need a help from all kindly reply for bellow problem.

 If you have a sites-available directory in your Apache configuration 
 directory (for example, /etc/apache2/sites-available, then you should 
 rename your configuration file to match your site (e.g., 
 reviews.example.com.conf) and put it in that directory. Then create a 
 symbolic link from that file to the sites-enabled directory. This is 
 the most common setup on Debian or Ubuntu-based distributions. So for 
 example:

 $ cd /etc/apache2/sites-available
 $ cp /var/www/reviews.example.com/conf/apache-wsgi.conf 
 reviews.example.com.conf
 $ cd ../sites-enabled
 $ ln -s ../sites-available/reviews.example.com.conf .

 If you do not have a sites-available or sites-enabled directory, you’ll 
 need to embed the configuration file in your global Apache configuration 
 file (usually /etc/httpd/httpd.conf or/etc/httpd/apache2.conf).


 Can any one tell how to do this you’ll need to embed the configuration 
 file in your global Apache configuration file

 -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/
 powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google 
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.


  -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: embed the configuration file in your global Apache configuration file

2013-12-11 Thread David Trowbridge
It sounds like you need to do a lot of reading up on how to install and
configure the apache web server. We can't give you specific instructions
because there are a huge number of variations in
environment/software/configuration/etc.

-David


On Wed, Dec 11, 2013 at 10:28 PM, Alokkumar Thakur alok299...@gmail.comwrote:

 i know how to do in html/directory link but here it is like
 reviews.example.com and i cant find any where what change i have to do so
 if u know then give instruction what changes i have to do .


 On Thursday, 12 December 2013 11:46:06 UTC+5:30, David Trowbridge wrote:

 It's just editing the text files. See http://httpd.apache.org/
 docs/2.2/configuring.html for more information on manipulating apache
 configurations.

 -David


 On Wed, Dec 11, 2013 at 10:13 PM, Alokkumar Thakur alok2...@gmail.comwrote:

 we have to add/copy  the  apache-wsgi.conf into
 /etc/httpd/conf/httpd.conf , i need how to copy/add into httpd.conf where
 and what changes i have to do ?


 On Thursday, 12 December 2013 11:31:42 UTC+5:30, David Trowbridge wrote:

 All that means is to copy the content of the apache-wsgi.conf file into
 the apache config file.

 -David


 On Wed, Dec 11, 2013 at 9:55 PM, Alokkumar Thakur 
 alok2...@gmail.comwrote:

  Dear all

 I need a help from all kindly reply for bellow problem.

 If you have a sites-available directory in your Apache configuration
 directory (for example, /etc/apache2/sites-available, then you should
 rename your configuration file to match your site (e.g.,
 reviews.example.com.conf) and put it in that directory. Then create a
 symbolic link from that file to the sites-enabled directory. This is
 the most common setup on Debian or Ubuntu-based distributions. So for
 example:


 $ cd /etc/apache2/sites-available
 $ cp /var/www/reviews.example.com/conf/apache-wsgi.conf 
 reviews.example.com.conf
 $ cd ../sites-enabled
 $ ln -s ../sites-available/reviews.example.com.conf .

 If you do not have a sites-available or sites-enabled directory, you’ll
 need to embed the configuration file in your global Apache configuration
 file (usually /etc/httpd/httpd.conf or/etc/httpd/apache2.conf).


 Can any one tell how to do this you’ll need to embed the
 configuration file in your global Apache configuration file

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/pow
 erpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: how to install plugins on review board

2013-12-11 Thread Raja
You dont need the self.settings.load() and the self.url. Also, no need to
instantiate the extension using j = Notification(), This is done for you
automatically by the extension loader.

I would create a basic 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 dange.soman...@gmail.com wrote:

 Hi ,
 i have removed the is_configurable and admin urls part:
 below is the my code:

 from django.conf import settings
 from django.conf.urls.defaults import patterns, include
 from reviewboard.extensions.base import Extension
 from reviewboard.extensions.hooks import NavigationBarHook


 class Notification(Extension):

 def __init__(self, *args, **kwargs):

 super(Notification, self).__init__(*args, **kwargs)
 self.navigationbar_hook = NavigationBarHook(
 self,
 entries=[
 {
 'label': 'abc',
 'url':'http://abc.com',
 },
 ])
 self.settings.load()
 self.url = 'http://' + Site.objects.get_current().domain

 j=Notification()

 and i have installed it but when i click on enable it says that object
 does not exist. attached snap.

 Thanks.

 On Thursday, 12 December 2013 10:43:08 UTC+5:30, Raja wrote:

 First off, I think for the task that you are trying to achieve(adding a
 menu to navigation bar), there are elements in the Extension class that are
 not required. Please look at http://www.reviewboard.org/
 docs/manual/dev/extending/extensions/hooks/#navigationbarhook for adding
 an entry to the navigation bar. You do not need is_configurable or
 admin_urls for this task, these are required only if you are planning to
 Configure your extension.

 Can you try by just having 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 dange.s...@gmail.com wrote:

 Hi,

 Thanks for the reply.
 when i click on enable it gives me an error like object does not exist.
 Can you please help.

 On Wednesday, 11 December 2013 16:46:21 UTC+5:30, Raja wrote:

 If Its installed successfully, you can go to the Administration menu
 and click on the Extensions 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 dange.s...@gmail.com wrote:


 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.extensions.hooks import NavigationBarHook


 class Notification(Extension):

 def __init__(self, *args, **kwargs):

 super(Notification, self).__init__(*args, **kwargs)
 self.navigationbar_hook = NavigationBarHook(
 self,
 entries=[
 {
 'label': 'abc',
 'url':'http://abc.com/',
 },
 ])
 self.settings.load()
 self.url = 'http://' + Site.objects.get_current().domain

 is_configurable = True

 and admin urls.py file is:

 from django.conf.urls.defaults import patterns, url

 from package_name.extension import Notification

 urlpatterns = patterns(
 '',
 (
  {'ext_class': Notification,
   })
 )

 and i have installed it using setup.py install command but it is not
 working for me.

 Can you please help?


 On Monday, 25 November 2013 10:07:48 UTC+5:30, Christian Hammond wrote:

 We're going back and forth on this...

 Can you tell me specifically what plugins you have found that you're
 talking about? I'm not sure there's a lot out there that you can install.

 If you do find any, you'll need to follow their instructions.

 Christian

 --
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Sun, Nov 24, 2013 at 8:36 PM, somdon dange.s...@gmail.com wrote:

 so if i want to install any plugins which is freely available on net
 how can i install it.
 ii have somewhat knowledge of python programming.


 On Monday, 25 November 2013 10:00:38 UTC+5:30, Christian Hammond
 wrote:

 How are you planning to make one? Writing a Review Board extension
 requires a knowledge of Python programming and packaging, and once you 
 know
 Python packaging, you'll know how to install it.

 Christian

 --
 Christian Hammond - chi...@chipx86.com
 Review Board - 
 http://www.reviewboard.orghttp://www.google.com/url?q=http%3A%2F%2Fwww.reviewboard.orgsa=Dsntz=1usg=AFQjCNFu6rVJ79URKHS1VrnqPxI2_TfqqQ

Re: Issue 3018 in reviewboard: post-review can't find source code repository when using TortoiseSVN

2013-12-11 Thread reviewboard


Comment #4 on issue 3018 by kova...@gmail.com: post-review can't find  
source code repository when using TortoiseSVN

http://code.google.com/p/reviewboard/issues/detail?id=3018

I have the same issue with RBTools 0.4.2, 0.4.3, and 0.5.2, Python 2.6 and  
2.7

I'm tried old new svn's versions structure...


RBTools 0.4.2
Python 2.7.6 (default, Nov 10 2013, 19:24:24) [MSC v.1500 64 bit  
(AMD64)]

Running on Windows-7-6.1.7600
Home = C:\Users\koba\AppData\Roaming
Current Directory = d:\_TSVN\prj_help_desk
Checking the repository type. Errors shown below are mostly harmless.

DEBUG:root:Checking for a CVS repository...
DEBUG:root:Checking for a ClearCase repository...
DEBUG:root:Checking for a Git repository...
DEBUG:root:Checking for a Mercurial repository...
DEBUG:root:Checking for a Perforce repository...
DEBUG:root:Checking for a Plastic repository...
DEBUG:root:Checking for a Subversion repository...
The current directory does not contain a checkout from a
supported source code repository.



--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3018 in reviewboard: post-review can't find source code repository when using TortoiseSVN

2013-12-11 Thread reviewboard


Comment #5 on issue 3018 by kova...@gmail.com: post-review can't find  
source code repository when using TortoiseSVN

http://code.google.com/p/reviewboard/issues/detail?id=3018

J'm tried different version of RBTools (0.4.2, 0.4.3, 0.5.2) and Python  
(2.6, 2.7)

Also I'm tried to use old and newest versions of svn client structure


RBTools 0.4.2
Python 2.7.6 (default, Nov 10 2013, 19:24:24) [MSC v.1500 64 bit  
(AMD64)]

Running on Windows-7-6.1.7600
Home = C:\Users\koba\AppData\Roaming
Current Directory = d:\_TSVN\prj_help_desk
Checking the repository type. Errors shown below are mostly harmless.

DEBUG:root:Checking for a CVS repository...
DEBUG:root:Checking for a ClearCase repository...
DEBUG:root:Checking for a Git repository...
DEBUG:root:Checking for a Mercurial repository...
DEBUG:root:Checking for a Perforce repository...
DEBUG:root:Checking for a Plastic repository...
DEBUG:root:Checking for a Subversion repository...
The current directory does not contain a checkout from a
supported source code repository.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3068 in reviewboard: Click admin Review board Activity buttons when box is minimized send a crash email.

2013-12-11 Thread reviewboard

Updates:
Status: PendingReview
Owner: trowb...@gmail.com

Comment #1 on issue 3068 by trowb...@gmail.com: Click admin Review board  
Activity   buttons when box is minimized send a crash email.

http://code.google.com/p/reviewboard/issues/detail?id=3068

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3122 in reviewboard: Set depends_on field using post-review

2013-12-11 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 3074

Comment #2 on issue 3122 by trowb...@gmail.com: Set depends_on field using  
post-review

http://code.google.com/p/reviewboard/issues/detail?id=3122

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3074 in reviewboard: rbt post should allow for setting Depends On field

2013-12-11 Thread reviewboard


Comment #1 on issue 3074 by trowb...@gmail.com: rbt post should allow for  
setting Depends On field

http://code.google.com/p/reviewboard/issues/detail?id=3074

Issue 3122 has been merged into this issue.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3074 in reviewboard: rbt post / post-review should allow for setting Depends On field

2013-12-11 Thread reviewboard

Updates:
Summary: rbt post / post-review should allow for setting Depends On 
field
Owner: ste...@smacleod.ca

Comment #2 on issue 3074 by trowb...@gmail.com: rbt post / post-review  
should allow for setting Depends On field

http://code.google.com/p/reviewboard/issues/detail?id=3074

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3064 in reviewboard: Installing djblets using pip and Django 1.5 fails

2013-12-11 Thread reviewboard

Updates:
Status: Fixed

Comment #4 on issue 3064 by trowb...@gmail.com: Installing djblets using  
pip and Django 1.5 fails

http://code.google.com/p/reviewboard/issues/detail?id=3064

OK, after reading a little bit more closely, the issue is actually that  
django-pipeline was not installed. It's listed in the dependencies, but of  
course those are installation dependencies, not build dependencies, because  
python installation/building is a mess.


The 'master' branch of djblets is compatible with Django 1.5, and I believe  
you're even likely to get things working with pip so long as the  
dependencies are installed first, and you don't try to use the extensions  
framework.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3068 in reviewboard: Click admin Review board Activity buttons when box is minimized send a crash email.

2013-12-11 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 3068 by trowb...@gmail.com: Click admin Review board  
Activity   buttons when box is minimized send a crash email.

http://code.google.com/p/reviewboard/issues/detail?id=3068

Fixed in release-1.7.x (ca69dfd). Thanks!

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3084 in reviewboard: Import Error of django.core.handlers.wsgi

2013-12-11 Thread reviewboard

Updates:
Status: Incomplete

Comment #3 on issue 3084 by trowb...@gmail.com: Import Error of  
django.core.handlers.wsgi

http://code.google.com/p/reviewboard/issues/detail?id=3084

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3138 in reviewboard: Implied reviewers don't get review notification email when it is created initially

2013-12-11 Thread reviewboard

Updates:
Status: ThirdParty

Comment #10 on issue 3138 by trowb...@gmail.com: Implied reviewers don't  
get review notification email when it is created initially

http://code.google.com/p/reviewboard/issues/detail?id=3138

After some discussion with eyuwang, it sounds like the groups in question  
*do* have a mailing list configured, and email is being delivered properly  
to the list daemon (since some people get them). That makes it almost 100%  
likely that the issue is that the newer email format (using Sender  
and From properly) is being treated incorrectly by the mail client  
software. I think it's probably very likely that the relevant emails are  
being incorrectly flagged as spam or filed away by filters.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3115 in reviewboard: git diff must implicitly use --full-index when generating diffs

2013-12-11 Thread reviewboard

Updates:
Status: Incomplete

Comment #3 on issue 3115 by trowb...@gmail.com: git diff must implicitly  
use --full-index when generating diffs

http://code.google.com/p/reviewboard/issues/detail?id=3115

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3018 in reviewboard: post-review can't find source code repository when using TortoiseSVN

2013-12-11 Thread reviewboard


Comment #7 on issue 3018 by kova...@gmail.com: post-review can't find  
source code repository when using TortoiseSVN

http://code.google.com/p/reviewboard/issues/detail?id=3018

I'm tried (windows 7):
TortoiseSVN 1.7.13, Build 24257 - 64 Bit,
RapidSVN 0.9.6

BTW the same script successfully recognize folders GIT repository near  
these svn folders. I think issue with svn client, that why I'm tried  
different clients.

Any ideas?

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3156 in reviewboard: New Review page is blank

2013-12-11 Thread reviewboard


Comment #23 on issue 3156 by tjbut...@gmail.com: New Review page is blank
http://code.google.com/p/reviewboard/issues/detail?id=3156

On the possibility that I had an installation problem, I attempted a clean  
re-install.


I fetched the git bundles from 4 hours ago, erased my site setup, and  
re-installed using the new git bundles. My site erase removed the directory  
tree, and the postgres database.


Everything installed 'out of the box', without complaint.

Created a new postgres database for the install
I ran rb-site install to install cleanly, made the symbolic link to the  
static djblets resources, even checked the apache configuration to see that  
it matched what the install gave me.


I then tried to access reviewboard - same failure as previously (comment  
#12).
There is an additional problem, in that I can't turn on reviewboard logging  
now, so can't check that. The apache error log shows nothing.



--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3107 in reviewboard: Negative count of requests

2013-12-11 Thread reviewboard

Updates:
Status: New

Comment #3 on issue 3107 by trowb...@gmail.com: Negative count of requests
http://code.google.com/p/reviewboard/issues/detail?id=3107

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3109 in reviewboard: permissions to submit review request

2013-12-11 Thread reviewboard

Updates:
Status: Incomplete

Comment #2 on issue 3109 by trowb...@gmail.com: permissions to submit  
review request

http://code.google.com/p/reviewboard/issues/detail?id=3109

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.