Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-03 Thread David Trowbridge
Look at your settings_local.py file to see how your database is configured. -David On Tue, Sep 2, 2014 at 10:26 PM, Rama krishna imr...@gmail.com wrote: Hi David, How to check correct data base server? On Monday, September 1, 2014 5:18:11 PM UTC+5:30, Rama krishna wrote: Hi All, I have

Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-03 Thread Rama krishna
Hi David, below is my settings_local.py file but still I am not able to connect to proper database: # Site-specific configuration settings for Review Board # Definitions of these settings can be found at # http://docs.djangoproject.com/en/dev/ref/settings/ # Database configuration DATABASES = {

Discrepancy in the count shown for the number of issues shown in the list of reviews and the number of issues in a review

2014-09-03 Thread Justin Fletcher
Hiya, We're in the process of upgrading to a more recent version of Reviewboard (from 1.6.3 to 2.0.6), and have noticed an odd effect with one of the reviews from the old data. In the page showing the summary of the reviews we see that the review request has 1 issue outstanding (it is

Re: Can't download attachments

2014-09-03 Thread Alfred von Campe
Bump! Just refreshing this thread to see if anyone has any ideas why I still can't download attachments. Alfred On Aug 26, 2014, at 20:22, Christian Hammond christ...@beanbaginc.com wrote: Can you try changing the media URL to have a '/' as a suffix? So: /rb/htdocs/media/, instead of

Re: Can't download attachments

2014-09-03 Thread Christian Hammond
Hi Alfred, Sorry, I’ve been out much of this past week. So the paths are correct now, according to the access logs, but they’re still not downloading. What do you see now when it tries to download? Can you show me some access_log entries? Can you also show the permissions on every

Re: Discrepancy in the count shown for the number of issues shown in the list of reviews and the number of issues in a review

2014-09-03 Thread Christian Hammond
Hi Justin, There was another report of this recently. I’m surprised to see this, and will be looking into it for 2.0.7. I can’t access either of those URLs. fixreviewcounts, unfortunately, doesn’t yet update those counters. I’ll make a change there as well. Christian --  Christian Hammond - 

Clicking on 'user' link in my review goes to a 404 page

2014-09-03 Thread Eric Ayers
Hi reviewboarders, (I was redirected here from the support ticket page.) I'm looking at: https://rbcommons.com/s/twitter/r/969/ When I click on one of the people listed in the review (including myself: zundel) The link results in a Missing page (404). https://rbcommons.com/users/zundel/ I'm

Review Board and SVN.

2014-09-03 Thread hardik shah
Hello All, I have Configured Review-board for Code-Review Purposes. I am facing an issue while using Review-Board with SVN. Basically, I am trying to Achieve below mentioned flow. 1) User checks-out the code from SVN 2) Make some change in the code. 3) use RB tools to generate the review

Re: Clicking on 'user' link in my review goes to a 404 page

2014-09-03 Thread Christian Hammond
Hi Eric, Thanks for letting us know. We’ll take a look. For the record, you can use the RBCommons support tracker for bugs in RBCommons. Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On September

Re: Review Board and SVN.

2014-09-03 Thread Christian Hammond
Hi Hardik, Review Board does not push code to your repository. For that matter, it never alters your repository. When a review request is marked as submitted, that means someone has pushed the code to the repository. The pushing of the code is still up to a developer to do. If there’s a

Re: rbt post not working with revision-range and other options in git for code already pushed to the remote

2014-09-03 Thread Christian Hammond
Hi, Do you have a .reviewboardrc configured for that repository? We recommend creating one, and using that to set the server name and the repository name, in order to ensure that RBTools can quickly and consistently locate the Review Board server and repository you want to use.

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-03 Thread Christian Hammond
A lot of people use Firefox with Review Board. Are there any extensions you’re using? Is there an HTTP proxy configured? Perhaps that’s interfering. - Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com

Re: Review Board and SVN.

2014-09-03 Thread Matthew Woehlke
On 2014-09-03 14:20, Christian Hammond wrote: If there’s a central person who is responsible for pushing the changes, what he can do is, using RBTools, run: $ rbt patch review request ID (OT) When we get DVCS / patch set support, can/will this learn (for git repos) to use 'git apply'

Re: ReviewBoard main screen not redirecting to login/register screen

2014-09-03 Thread Christian Hammond
Hi, Sorry, been out the past week. I’m a little confused by what the actual problem is that you’re hitting. Initially, with the first screenshot, I thought it was a static media problem (since it didn’t look like there’s any styling on the page). The second screenshot you provided shows that

Re: Review Board and SVN.

2014-09-03 Thread Christian Hammond
On September 3, 2014 at 12:54:59 PM, Matthew Woehlke (mwoehlke.fl...@gmail.com) wrote: On 2014-09-03 14:20, Christian Hammond wrote:  If there’s a central person who is responsible for pushing the changes, what he can do is, using RBTools, run:    $ rbt patch review request ID  (OT) When we

Re: ReviewBoard main screen not redirecting to login/register screen

2014-09-03 Thread Jes Kiran Ch
Thanks for reply. No url is working. It just displays the main screen. Main screen url is hostname/reviews Even while displaying the main screen also it shows as 404 error but displays images. I am using default file in the apache sites-enabled directory. Thanks, Jes. On 4 Sep 2014 01:26,

Re: ReviewBoard main screen not redirecting to login/register screen

2014-09-03 Thread Christian Hammond
When you say the “main screen,” you mean the one saying “The page you were looking for does not exist” ? I’m afraid I still don’t have a good enough mental picture of exactly what you are seeing and what goes wrong. There’s enough working to show error pages and to show styles and images. If

Re: Review Board and SVN.

2014-09-03 Thread Matthew Woehlke
On 2014-09-03 15:59, Christian Hammond wrote: On September 3, 2014 at 12:54:59 PM, Matthew Woehlke wrote: On 2014-09-03 14:20, Christian Hammond wrote: If there’s a central person who is responsible for pushing the changes, what he can do is, using RBTools, run: $ rbt patch review

Re: ReviewBoard main screen not redirecting to login/register screen

2014-09-03 Thread Christian Hammond
Just to try something.. What happens if you go to http://localhost/reviews/reviews/account/login/ ? - Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On September 3, 2014 at 1:59:37 PM, Jes Kiran

Re: ReviewBoard main screen not redirecting to login/register screen

2014-09-03 Thread Jes Kiran Ch
Thanks Christian, it is working, when I manually add additional /reviews in the url. I could able to login with admin. But after login again, it is showing as page does not exist. When I add additional /reviews in the dashboard, then it works. http://localhost/reviews/reviews/dashboard/ Here I

Re: ReviewBoard main screen not redirecting to login/register screen

2014-09-03 Thread Christian Hammond
In your settings_local.py file, try changing:     SITE_ROOT = ‘/reviews/‘ to:     SITE_ROOT = ‘/’ Then restart Apache, and see if things are working as you’d expect. - Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. -

Re: ReviewBoard main screen not redirecting to login/register screen

2014-09-03 Thread Jes Kiran Ch
Thanks a lot for your help. I changed settings_local.py file and 000-default to indicate root is / rather than /reviews Then it is working fine. Thanks, -Jes On Thu, Sep 4, 2014 at 2:50 AM, Christian Hammond christ...@beanbaginc.com wrote: In your settings_local.py file, try changing:

Selecting items in New Review Request for Committed Change drop box doesn't work and throws ERROR in server log file

2014-09-03 Thread Eugene
My SVN repository (https://fs.company.com/svn-proj) has four directories. All of them show up in New Review Request for Committed Change drop-down box (on https://reviewboard.company.com/r/new/), but only selecting one of them works ok, i.e. loads recent commits. Selecting any other of the

Re: ReviewBoard 2.0.6 and Subversion - API Error 207.

2014-09-03 Thread Christian Hammond
Hi Eugene, Glad you figured that out. I think we need to do some validation when creating Subversion repositories to ensure they're always pointing to the root.. - Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. -

Re: Any plugin support for extracting review comments from Review Board tool to xl file?

2014-09-03 Thread David Trowbridge
The correct database location and credentials are listed in that. You may want to change the database password and SECRET_KEY now that you've divulged them to the world. -David On Sep 3, 2014, at 4:36 AM, Rama krishna imr...@gmail.com wrote: Hi David, below is my settings_local.py file

Re: Reviewboard 2.0.6 hungs on new request with non latin symbols

2014-09-03 Thread kovalyov . iv
Yes, I use some extentions in Firifox, but with turned off extentions situation is the same. I don't have proxy. Reviewboard is installed on local computer, it's url is http://localhost:8090/reviewboard. -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up

Issue 3550 in reviewboard: Broken behavior of revision sliders.

2014-09-03 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3550 by michal.e...@gmail.com: Broken behavior of revision sliders. https://code.google.com/p/reviewboard/issues/detail?id=3550 Version: 2.0.6. URL: http://reviewboard.xx/r/501/diff/3/ Repro steps 1. Add SVN diff with one

Re: Issue 3550 in reviewboard: Broken behavior of revision sliders.

2014-09-03 Thread reviewboard
Updates: Status: Duplicate Mergedinto: 3447 Comment #1 on issue 3550 by trowb...@gmail.com: Broken behavior of revision sliders. https://code.google.com/p/reviewboard/issues/detail?id=3550 I think you're misunderstanding how diff revisions are intended to be used. Rather

Re: Issue 3447 in reviewboard: update review by commit

2014-09-03 Thread reviewboard
Comment #1 on issue 3447 by trowb...@gmail.com: update review by commit https://code.google.com/p/reviewboard/issues/detail?id=3447 Issue 3550 has been merged into this issue. -- You received this message because this project is configured to send all issue notifications to this address.

Issue 3551 in reviewboard: Adding SVN repository result in an endless loop

2014-09-03 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3551 by gervai...@gmail.com: Adding SVN repository result in an endless loop https://code.google.com/p/reviewboard/issues/detail?id=3551 What version are you running? 2.0.6 What's the URL of the page containing the

Re: Issue 3551 in reviewboard: Adding SVN repository result in an endless loop

2014-09-03 Thread reviewboard
Comment #1 on issue 3551 by chip...@gmail.com: Adding SVN repository result in an endless loop https://code.google.com/p/reviewboard/issues/detail?id=3551 What kind of authentication is being used for SVN there? Also, do you have PySVN installed, or Subvertpy? Since this is more of a

Re: Issue 3551 in reviewboard: Adding SVN repository result in an endless loop

2014-09-03 Thread reviewboard
Updates: Status: NeedInfo Comment #2 on issue 3551 by chip...@gmail.com: Adding SVN repository result in an endless loop https://code.google.com/p/reviewboard/issues/detail?id=3551 (No comment was entered for this change.) -- You received this message because this project is

Re: Issue 3549 in reviewboard: AttibuteError when opening review with just filled in Note to Reviewers

2014-09-03 Thread reviewboard
Updates: Status: PendingReview Owner: chip...@gmail.com Comment #2 on issue 3549 by chip...@gmail.com: AttibuteError when opening review with just filled in Note to Reviewers https://code.google.com/p/reviewboard/issues/detail?id=3549 (No comment was entered for this change.)

Re: Issue 3521 in reviewboard: RBTools Python API - can't pass interdiff_revision in /api/review-requests/{review_request_id}/diff-context/

2014-09-03 Thread reviewboard
Updates: Status: PendingReview Owner: trowb...@gmail.com Labels: -Component-RBTools Component-API Comment #4 on issue 3521 by trowb...@gmail.com: RBTools Python API - can't pass interdiff_revision in /api/review-requests/{review_request_id}/diff-context/