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 for

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 wrote: > > Hi David, > below is my settings_local.py file but still I am

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. - http://www.beanbagin

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..com/svn-proj) has four directories. All of them show up in "New Review Request for Committed Change" drop-down box (on https://reviewboard..com/r/new/), but only selecting one of them works ok, i.e. loads recent commits. Selecting any other of the items results in

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 wrote: > In your settings_local.py file, try changing: > > SITE_ROOT = ‘/revie

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. - http

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 adde

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: 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 patc

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 yo

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, "Christia

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   (OT) When we get DVCS / pat

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 t

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 (OT) When we get DVCS / patch set support, can/will this learn (for git repos) to use 'git apply' under the hood?

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

2014-09-03 Thread Jes Kiran Ch
Any update? Thanks, Jrd On Mon, Sep 1, 2014 at 1:51 PM, Jes Kiran Ch wrote: > Could you pls. provide resolution for this? > I uploaded html file. > Our project is stuck with this issue. > > Thanks for your help. > > - Jes > > > On Wed, Aug 27, 2014 at 8:06 PM, Jes Kiran Ch > wrote: > >> Thank

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
Do you know if there were any pending drafts of reviews for that review request at the time when you migrated? - Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On September 3, 2014 at 10:36:43 AM, Ch

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: 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. https://www.rev

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 centr

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 3

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 requ

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 - 

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 directory/fi

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 wrote: > >> Can you try changing the media URL to have a '/' as a suffix? So: >> /rb/htdocs/media/, instead of /rb/htdocs/media. >

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 yellow

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 = {