Access controls

2011-06-03 Thread Madhavi
Hi,

We are using ReviewBoard 1.5.5

Currently, the submitter can close the generated review request. We
want to control that. Submitter should not be able to close his/her
own review requests. Only reviewers should be able to do so.

Please let me know whether it is possible and if yes how can I achieve
this?

Regards
-Madhavi

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Module / Component wise REview request

2010-12-28 Thread Madhavi
Hi,

I am using RB 1.0.9 on CentOS.

In a single SVN repository, multiple milestones are currently being
developed. RB requests get created as and when code is committed.
There is no way to find out which requests are for which milestone.

We are looking for some kind of identification to differciate
milestone wise RB requests. In RB we can specify reviewer based on the
directory structure. Does similar functionality exists for this also?

Regards
-Madhavi

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: email notification

2010-09-17 Thread Madhavi Gupta
Okay. Thanks.

On Fri, Sep 17, 2010 at 11:34 AM, Christian Hammond chip...@chipx86.comwrote:

 Hi Madhavi,

 This is a known bug that we'll likely fix in a 1.5.x point release (and
 possibly backport to 1.0.x, but we're hoping to migrate people onto 1.5.x).
 See http://code.google.com/p/reviewboard/issues/detail?id=1795

 Christian

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


 On Thu, Sep 16, 2010 at 10:11 PM, Madhavi Gupta 
 madhavii.gu...@gmail.comwrote:

 Hi Tim,

 Thanks for the response.

 I am setting the parameter submit-as and giving the name of actual user
 who is committing.

 When the request is created, I can see the submitter as that user. The
 email body also contains that user's name as a signature. However email is
 sent from common user's account.

 Regards
 -Madhavi


 On Thu, Sep 16, 2010 at 10:23 PM, Timothy Pinet tim.pi...@gmail.comwrote:

 Well that URL got mangled...


 http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/#automating-post-review

 tim

 On Sep 16, 12:51 pm, Tim Pinet tim.pi...@gmail.com wrote:
  Trying using the submit-as parameter.
 
  http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/#a.
 ..
  ng-post-review
 
  I have a common post user account and pass the username in the
 submit-as
  param.
 
  tim
 
  -Original Message-
  From: reviewboard@googlegroups.com [mailto:
 reviewbo...@googlegroups.com] On
 
  Behalf Of Madhavi
  Sent: September-16-10 5:32 AM
  To: reviewboard
  Subject: email notification
 
  Hi,
 
  We are on ReviewBoard 1.0.9 on CentOS
 
  We are creating RB issues in post commit hook. I am calling
  postreview.py from the post commit hook. one of parameters to the
  command is --username to which I am passing a standard username say
  'userxyz' other that the submitter.
 
  So when email notification is sent, it is sent by this this 'userxyz'
  and not by submitter user. If I want to send emails from the
  submitter's email id, how to I do it ?
 
  Regards
  -Madhavi
 
  --
  Want to help the Review Board project? Donate today athttp://
 www.reviewboard.org/donate/
  Happy user? Let us know athttp://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
  For more options, visit this group athttp://
 groups.google.com/group/reviewboard?hl=en

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

email notification

2010-09-16 Thread Madhavi
Hi,

We are on ReviewBoard 1.0.9 on CentOS

We are creating RB issues in post commit hook. I am calling
postreview.py from the post commit hook. one of parameters to the
command is --username to which I am passing a standard username say
'userxyz' other that the submitter.

So when email notification is sent, it is sent by this this 'userxyz'
and not by submitter user. If I want to send emails from the
submitter's email id, how to I do it ?

Regards
-Madhavi

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: email notification

2010-09-16 Thread Madhavi Gupta
Hi Tim,

Thanks for the response.

I am setting the parameter submit-as and giving the name of actual user
who is committing.

When the request is created, I can see the submitter as that user. The email
body also contains that user's name as a signature. However email is sent
from common user's account.

Regards
-Madhavi

On Thu, Sep 16, 2010 at 10:23 PM, Timothy Pinet tim.pi...@gmail.com wrote:

 Well that URL got mangled...


 http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/#automating-post-review

 tim

 On Sep 16, 12:51 pm, Tim Pinet tim.pi...@gmail.com wrote:
  Trying using the submit-as parameter.
 
  http://www.reviewboard.org/docs/manual/dev/users/tools/post-review/#a...
  ng-post-review
 
  I have a common post user account and pass the username in the
 submit-as
  param.
 
  tim
 
  -Original Message-
  From: reviewboard@googlegroups.com [mailto:reviewbo...@googlegroups.com]
 On
 
  Behalf Of Madhavi
  Sent: September-16-10 5:32 AM
  To: reviewboard
  Subject: email notification
 
  Hi,
 
  We are on ReviewBoard 1.0.9 on CentOS
 
  We are creating RB issues in post commit hook. I am calling
  postreview.py from the post commit hook. one of parameters to the
  command is --username to which I am passing a standard username say
  'userxyz' other that the submitter.
 
  So when email notification is sent, it is sent by this this 'userxyz'
  and not by submitter user. If I want to send emails from the
  submitter's email id, how to I do it ?
 
  Regards
  -Madhavi
 
  --
  Want to help the Review Board project? Donate today athttp://
 www.reviewboard.org/donate/
  Happy user? Let us know athttp://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
  For more options, visit this group athttp://
 groups.google.com/group/reviewboard?hl=en

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Office Documents

2010-07-28 Thread Madhavi
Hi,

Is there a way to create Review Request for MS Office documents such
as Doc, Xls etc ?

-Madhavi

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Office Documents

2010-07-28 Thread Madhavi
Thanks Christian.

What I am looking for is apart from reviewing the code, reviewing
documents such as spec doc, design doc etc. So main requirement was
for .doc files.

Regards
-Madhavi

On Jul 28, 2:31 pm, Christian Hammond chip...@chipx86.com wrote:
 Review Board was built around reviewing source code, not binary files or
 complex document formats. It must be something that can be represented in a
 diff file. If a binary file (whether an image, binary blob, XLS file, or
 whatever) is part of a diff, it won't actually be able to provide any
 information that could be useful to us.

 That said, down the road, I would very much like to see support for
 reviewing certain new types of files. We would have to have special review
 UIs on a per-file-type basis though, and we're nowhere near ready to be able
 to do that in any clean way.

 I'm not sure any code review software out there really works for these types
 of files today, though I could be wrong. If we do end up supporting it
 someday, it'll likely be a long time before it makes a release.

 Christian

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

 On Wed, Jul 28, 2010 at 2:25 AM, hero alfa heroa...@gmail.com wrote:
  I have the same question, but not only for office docs, how the reviewboard
  would beehive if a binary file was changed?

  BR/Vincent

  2010/7/28 Madhavi madhavii.gu...@gmail.com

  Hi,

  Is there a way to create Review Request for MS Office documents such
  as Doc, Xls etc ?

  -Madhavi

  --
  Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
  Happy user? Let us know athttp://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

   --
  Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
  Happy user? Let us know athttp://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en



-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


api/json/reviewrequests/{review_request_id}/diff/ not working

2010-07-14 Thread Madhavi
Hi,

I need to find out files changed in a review request. I am trying to
use api/json/reviewrequests/{review_request_id}/diff/. however it is
returning following error.
Unable to access http://punereviewsrv/trial/api/json/reviewrequests/79/diff/
(404). The host path may be invali
d

If I use api/json/reviewrequests/{review_request_id}/ is returns the
array.

If I specify http://punereviewsrv/trial/api/json/reviewrequests/79/
diff/ in the browser, I get error as 404 error. However http://
punereviewsrv/trial/api/json/reviewrequests/79/ this works.

Please let me know if there any other way to get list of files changed
in a review request.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: api/json/reviewrequests/{review_request_id}/diff/ not working

2010-07-14 Thread Madhavi
Great ! Thank you so much. I will download and test it.

On Jul 15, 8:58 am, Christian Hammond chip...@chipx86.com wrote:
 This functionality doesn't exist in 1.0.x. The ability to view the list of
 files was added in 1.5.

 We're close to releasing 1.5 (we're at RC 1 and are working primarily on
 updating the documentation), so now would be a good time to start testing it
 and working on support for it. There's also a newer, more flexible API (in
 just /api instead of /api/json) that I'd recommend, which can absolutely do
 what you need.

 Christian

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

 On Wed, Jul 14, 2010 at 8:53 PM, Madhavi madhavii.gu...@gmail.com wrote:
  I am on RB 1.0.7 on CentOS 5

  I am getting same result for submitted / non-submitted requests.

  -Madhavi

  On Jul 15, 8:43 am, Christian Hammond chip...@chipx86.com wrote:
   Hi,

   Is that particular review request published?

   What version of Review Board are you using?

   Christian

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

   On Wed, Jul 14, 2010 at 8:28 PM, Madhavi madhavii.gu...@gmail.com
  wrote:
Hi,

I need to find out files changed in a review request. I am trying to
use api/json/reviewrequests/{review_request_id}/diff/. however it is
returning following error.
Unable to access
   http://punereviewsrv/trial/api/json/reviewrequests/79/diff/
(404). The host path may be invali
d

If I use api/json/reviewrequests/{review_request_id}/ is returns the
array.

If I specify http://punereviewsrv/trial/api/json/reviewrequests/79/
diff/ http://punereviewsrv/trial/api/json/reviewrequests/79/%0Adiff/
  in
the browser, I get error as 404 error. However http://
punereviewsrv/trial/api/json/reviewrequests/79/ this works.

Please let me know if there any other way to get list of files changed
in a review request.

--
Want to help the Review Board project? Donate today at
   http://www.reviewboard.org/donate/
Happy user? Let us know athttp://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to
reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
  reviewboard%2bunsubscr...@googlegroups.comreviewboard%252bunsubscr...@googlegroups.com

For more options, visit this group at
   http://groups.google.com/group/reviewboard?hl=en

  --
  Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
  Happy user? Let us know athttp://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Publish takes lot of time

2010-07-02 Thread Madhavi
Hi,

I am creating unpublished review request in post-commit hook. When I
go and publish it in RB UI, it takes a long time, around 4-5 minutes.
Is there anything I need to do ?
Same thing happens if I publish the request while creating it in post
commit hook. Then commit takes lot of time.

Setup details.
RB version 1.0.7 installed on CentOS.

Regards
-Madhavi

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Publish takes lot of time

2010-07-02 Thread Madhavi
Sorry, this was a false alarm. If I disable sending emails, the
publish happens very fast.

So now I have look into my SMTP settings.

On Jul 2, 11:42 am, Madhavi madhavii.gu...@gmail.com wrote:
 Hi,

 I am creating unpublished review request in post-commit hook. When I
 go and publish it in RB UI, it takes a long time, around 4-5 minutes.
 Is there anything I need to do ?
 Same thing happens if I publish the request while creating it in post
 commit hook. Then commit takes lot of time.

 Setup details.
 RB version 1.0.7 installed on CentOS.

 Regards
 -Madhavi

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Reviewboard on Centos4.8?

2010-07-02 Thread Madhavi
I have install RB on CentOS 5.4 and its up  running.

On Jul 1, 11:12 am, Christian Hammond chip...@chipx86.com wrote:
 Hi,

 What specifically is showing that error?

 Can you tell us more about your configuration, including the database type,
 web server, Python version, whether or not you're using Lucene, and
 everything else you can include about your setup?

 Christian

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

 On Wed, Jun 30, 2010 at 8:05 PM, van85 vanessabern...@gmail.com wrote:
  Hi everyone. I just wanna ask if anyone here has successfully
  installed Reviewboard on Centos4.8? I tried to install it and after a
  stressful updates and configuration of several libraries I've managed
  to install it but I'm still getting error messages.

  [notice] caught SIGTERM, shutting down

  Does anyone have a simple and easy installation guide for Reviewboard
  on Centos 4.8?

  Thanks!

  --
  Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
  Happy user? Let us know athttp://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Something broke! (Error 500)

2010-05-25 Thread Madhavi Gupta
the version is 1.0.7

after restating the web server, now I am not able to login. the error screen
gets displayed right away.

However I created a new site and it is working properly.

-Madhavi

On Tue, May 25, 2010 at 11:36 AM, Christian Hammond chip...@chipx86.comwrote:

 Try restarting the web server after enabling logging.

 What version?


 Christian

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


 On Mon, May 24, 2010 at 10:51 PM, Madhavi Gupta 
 madhavii.gu...@gmail.comwrote:

 I have enabled the logging. however no logs are getting created.

 Right after login, the error screen gets displayed. the URL is http://
 serverName/siteName/dashboard/

 On Tue, May 25, 2010 at 11:17 AM, Christian Hammond 
 chip...@chipx86.comwrote:

 Hi,

 If you turn on logging in the administration UI - Settings - Logging,
 then you should see some information on the errors.

 What version are you running, and what pages are you going to that causes
 this?

 Christian

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


 On Mon, May 24, 2010 at 9:34 PM, Madhavi madhavii.gu...@gmail.comwrote:

 Hi,

 I have installed ReviewBoard on CentOS.After logging in to the site,
 sometimes I get error as follows :


 -
 Something broke! (Error 500)

 It appears something broke when you tried to go to here. This is
 either a bug in Review Board or a server configuration error. Please
 report this to your administrator.

 --

 If I refresh the page couple of times, then the error goes away.

 Where should I look to debug this ?

 thanks in advance.

 -Madhavi

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Something broke! (Error 500)

2010-05-24 Thread Madhavi
Hi,

I have installed ReviewBoard on CentOS.After logging in to the site,
sometimes I get error as follows :

-
Something broke! (Error 500)

It appears something broke when you tried to go to here. This is
either a bug in Review Board or a server configuration error. Please
report this to your administrator.
--

If I refresh the page couple of times, then the error goes away.

Where should I look to debug this ?

thanks in advance.

-Madhavi

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Something broke! (Error 500)

2010-05-24 Thread Madhavi Gupta
I have enabled the logging. however no logs are getting created.

Right after login, the error screen gets displayed. the URL is http://
serverName/siteName/dashboard/

On Tue, May 25, 2010 at 11:17 AM, Christian Hammond chip...@chipx86.comwrote:

 Hi,

 If you turn on logging in the administration UI - Settings - Logging,
 then you should see some information on the errors.

 What version are you running, and what pages are you going to that causes
 this?

 Christian

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


 On Mon, May 24, 2010 at 9:34 PM, Madhavi madhavii.gu...@gmail.com wrote:

 Hi,

 I have installed ReviewBoard on CentOS.After logging in to the site,
 sometimes I get error as follows :


 -
 Something broke! (Error 500)

 It appears something broke when you tried to go to here. This is
 either a bug in Review Board or a server configuration error. Please
 report this to your administrator.

 --

 If I refresh the page couple of times, then the error goes away.

 Where should I look to debug this ?

 thanks in advance.

 -Madhavi

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: multiple sites on the same server

2010-04-16 Thread Madhavi
I did that. created two sites. however when I include the config file
in apache conf, the first site is accessible, second is not. and there
is no error in apache log or review board log.

On Apr 16, 12:40 pm, Christian Hammond chip...@chipx86.com wrote:
 Hi,

 That post is ancient and was from a time before our rb-site installer
 tool. It's really easy now. Just run the rb-site install script for
 every site. You can look in the docs for details on this.

 Christian



 On Thursday, April 15, 2010, Madhavi madhavii.gu...@gmail.com wrote:
  Hi,

  I was to setup multiple sites on a single server. I went through this
  post (
 http://groups.google.com/group/reviewboard/browse_thread/thread/8d3b3...)
  . However couldn't figure out what exactly to be done.

  I am setting it up on the windows server.

  -Madhavi

  --
  Want to help the Review Board project? Donate today 
  athttp://www.reviewboard.org/donate/
  Happy user? Let us know athttp://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, send email to 
  reviewboard+unsubscr...@googlegroups.com
  For more options, visit this group 
  athttp://groups.google.com/group/reviewboard?hl=en

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

 --
 Want to help the Review Board project? Donate today 
 athttp://www.reviewboard.org/donate/
 Happy user? Let us know athttp://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: multiple sites on the same server

2010-04-16 Thread Madhavi
Here are the config files contents...
1. ---
VirtualHost *:9000

ServerName pun-madhavi

DocumentRoot e:/reviewBoardSites/checksum/htdocs



# Error handlers

ErrorDocument 500 /errordocs/500.html



# Serve django pages

Location /checksum/

PythonPath ['e:/reviewBoardSites/checksum/conf'] + sys.path

SetEnv DJANGO_SETTINGS_MODULE reviewboard.settings

SetEnv PYTHON_EGG_CACHE 
e:/reviewBoardSites/checksum/tmp/egg_cache

SetHandler mod_python

PythonHandler django.core.handlers.modpython

PythonAutoReload Off

PythonDebug Off

# Used to run multiple mod_python sites in the same apache

PythonInterpreter reviewboard_checksum

/Location



# Serve static media without running it through mod_python

# (overrides the above)

Location /checksum/media

SetHandler None

/Location

Location /checksum/errordocs

SetHandler None

/Location



Directory e:/reviewBoardSites/checksum/htdocs

AllowOverride All

/Directory



# Alias static media requests to filesystem

Alias /checksum/media e:/reviewBoardSites/checksum/htdocs/media

Alias /checksum/errordocs e:/reviewBoardSites/checksum/htdocs/
errordocs

/VirtualHost


2. VirtualHost *:9000

ServerName pun-madhavi

DocumentRoot e:/reviewBoardSites/review11/htdocs



# Error handlers

ErrorDocument 500 /errordocs/500.html



# Serve django pages

Location /review11/

PythonPath ['e:/reviewBoardSites/review11/conf'] + sys.path

SetEnv DJANGO_SETTINGS_MODULE reviewboard.settings

SetEnv PYTHON_EGG_CACHE 
e:/reviewBoardSites/review11/tmp/egg_cache

SetHandler mod_python

PythonHandler django.core.handlers.modpython

PythonAutoReload Off

PythonDebug Off

# Used to run multiple mod_python sites in the same apache

PythonInterpreter reviewboard_review11


/Location



# Serve static media without running it through mod_python

# (overrides the above)

Location /review11/media

SetHandler None

/Location

Location /review11/errordocs

SetHandler None

/Location



Directory e:/reviewBoardSites/review11/htdocs

AllowOverride All

/Directory



# Alias static media requests to filesystem

Alias /review11/media e:/reviewBoardSites/review11/htdocs/media

Alias /review11/errordocs e:/reviewBoardSites/review11/htdocs/
errordocs

/VirtualHost

--

On Apr 16, 2:24 pm, Christian Hammond chip...@chipx86.com wrote:
 Is each site on its own virtual host, or in a subdirectory? Can you show me
 what both config files look like?

 Christian

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



 On Fri, Apr 16, 2010 at 2:17 AM, Madhavi madhavii.gu...@gmail.com wrote:
  I did that. created two sites. however when I include the config file
  in apache conf, the first site is accessible, second is not. and there
  is no error in apache log or review board log.

  On Apr 16, 12:40 pm, Christian Hammond chip...@chipx86.com wrote:
   Hi,

   That post is ancient and was from a time before our rb-site installer
   tool. It's really easy now. Just run the rb-site install script for
   every site. You can look in the docs for details on this.

   Christian

   On Thursday, April 15, 2010, Madhavi madhavii.gu...@gmail.com wrote:
Hi,

I was to setup multiple sites on a single server. I went through this
post (
   http://groups.google.com/group/reviewboard/browse_thread/thread/8d3b3..
  .)
. However couldn't figure out what exactly to be done.

I am setting it up on the windows server.

-Madhavi

--
Want to help the Review Board project? Donate today athttp://
 www.reviewboard.org/donate/
Happy user? Let us know athttp://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
For more options, visit this group athttp://
  groups.google.com/group/reviewboard?hl=en

   --
   --
   Christian Hammond - chip

Groups

2010-04-12 Thread Madhavi
Hi,

When a new user is added, option is given to the user about adding
himself to a group. and then that user can see all the review
requests. I want to control this. only administrator can assign groups
to users. please let me know how to configure this.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

To unsubscribe, reply using remove me as the subject.