authentication settings page issues in 1.5beta1

2010-03-02 Thread Ravi Kondamuru
Hi, I am seeing that authentication is failing most of the times. Once in a while it succeeds. I am currently running 1.5beta1. Any known issues with Active Directory (AD) backend? I found a few posts that referred to making sure ldap and DNS modules were available. I did confirm that. Also, the

http://pypi.python.org/simple/ReviewBoard/ has references to wrong site

2010-03-02 Thread Stodge
Looks like http://pypi.python.org/simple/ReviewBoard/ still contains references to the old http://www.review-board.org site? I have a shell script that install Review Board using easy_install and I accidentally removed the version 1.0.5.1 from it so it could never install RB or RBTools. Any chance

Re: http://pypi.python.org/simple/ReviewBoard/ has references to wrong site

2010-03-02 Thread Christian Hammond
The URLs should be fine. Both domains point to the same place. There was a server issue. We've had a lot of traffic lately and Apache seems to have died again last night. Fixing and restarting at the moment. Christian -- Christian Hammond - chip...@chipx86.com Review Board -

Re: Question On ReviewBoard Upgrade

2010-03-02 Thread Christian Hammond
It's going to be a lot harder for you to upgrade than users using the actual non-modified releases. If you've changed the structure of the database, then you'll have to make sure you have evolution files (see http://django-evolution.googlecode.comand the evolution/* files in the Review Board

Re: How to properly close out review requests?

2010-03-02 Thread Christian Hammond
You should almost never use Delete Permanently. We use it in the case of spam, but even a history of abandoned code reviews can be useful. The proper way is to use Submitted. Where are you seeing existing entries with [Submitted]? You shouldn't in the dashboard (unless it's the My Requests, which

Re: authentication settings page issues in 1.5beta1

2010-03-02 Thread Christian Hammond
Hi Ravi, This all sounds like the settings saving bug. Try saving your auth settings and then restarting Apache. What's happening is that different Apache threads are seeing different versions of the settings, instead of staying in sync like they should be. So depending on what instance is

Re: securing login page on reviewboard

2010-03-02 Thread Christian Hammond
Hi, The only thing I could think to recommend is adding some RewriteRules to your Apache configuration. For the http version of the site, redirect the login page to the https version. On the https version, have a RewriteRule stating that any page other than the login page redirects back to the

Re: securing login page on reviewboard

2010-03-02 Thread Ravi Kondamuru
thanks Christian. I have nginx proxying connection to apache. I have written Rewrite rules on nginx to do what you have suggested and it works as expected. I see that there are two urls's where login info is asked for: /account/login(.*) and /admin/db(.*)\ thanks, Ravi. On Tue, Mar 2, 2010 at

Re: securing login page on reviewboard

2010-03-02 Thread Christian Hammond
Excellent, glad it works :) Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Mar 2, 2010 at 2:23 PM, Ravi Kondamuru arkay.al...@gmail.comwrote: thanks Christian. I have nginx proxying connection to

Folder creation while uploading screenshots

2010-03-02 Thread hschnit
Hi, I'm running into what I feel like is a configuration issue. I couldn't find anything relevant on the forums, maybe some of you guys already went through this. I installed the RB 1.5 beta1 version. I'm running on a RHEL5 system with Apache 2.2 and Python 2.4 The path

Re: Folder creation while uploading screenshots

2010-03-02 Thread Christian Hammond
Hi, Djblets is responsible for writing the actual image file, but it's Django that's responsible for creating those directories. Is there anything in the log file? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. -

Re: authentication settings page issues in 1.5beta1

2010-03-02 Thread Ravi Kondamuru
Hi Christian, After restarting apache. the admin login is failing. I cant login using the AD username/passwd login also. Since login page is using SSL and I setup LDAP to use TLS, I cant see whats going on. I am guessing for admin user, RB is authenticating with AD. But I cant explain why AD user

Re: authentication settings page issues in 1.5beta1

2010-03-02 Thread Christian Hammond
Is this only happening with the newer release, and not an older one? I don't know what would have changed to affect this between the releases. I recommend checking the log file (assuming logging is turned on) and seeing if there are any errors. Christian -- Christian Hammond -

Re: How to properly close out review requests?

2010-03-02 Thread skip
Christian You should almost never use Delete Permanently. We use it in Christian the case of spam, but even a history of abandoned code Christian reviews can be useful. Yeah, I sort of figured that. Christian The proper way is to use Submitted. Where are you seeing Christian

Re: How to get back to reviewboard from Admin panel?

2010-03-02 Thread JohnHenry
Yes, I had tried to add one link like this, But it is a hard-coding link on the 'base_site.html' template (like http://192.168.3.155:8080), not flexible. I want it to be more adaptive to the server address. Best Regards! On 1月18日, 下午12时31分, Christian Hammond chip...@chipx86.com wrote: Hi,

Re: Question On ReviewBoard Upgrade

2010-03-02 Thread JohnHenry
Thanks Christian. There is a version on our machine that has no change on database. I want firstly try to update it. Then how to update it to V1.5 please? Will the upgrade affect existing data? Best Regards! On 3月3日, 上午4时18分, Christian Hammond chip...@chipx86.com wrote: It's going to be a

Re: Issue 1522 in reviewboard: SCMTool for Subversion fail to collapse 'keyword' correctly

2010-03-02 Thread reviewboard
Updates: Status: Duplicate Mergedinto: 1523 Comment #1 on issue 1522 by trowbrds: SCMTool for Subversion fail to collapse 'keyword' correctly http://code.google.com/p/reviewboard/issues/detail?id=1522 (No comment was entered for this change.) -- You received this message

Re: Issue 1523 in reviewboard: SCMTool for Subversion fail to collapse 'keyword' correctly

2010-03-02 Thread reviewboard
Comment #1 on issue 1523 by trowbrds: SCMTool for Subversion fail to collapse 'keyword' correctly http://code.google.com/p/reviewboard/issues/detail?id=1523 Issue 1522 has been merged into this issue. -- You received this message because you are listed in the owner or CC fields of this

Issue 1524 in reviewboard: postreview.py should ignore user configuration when generating diffs.

2010-03-02 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1524 by emil.sit: postreview.py should ignore user configuration when generating diffs. http://code.google.com/p/reviewboard/issues/detail?id=1524 *NOTE: Do not post confidential information in this bug report.* What

Re: Issue 1191 in reviewboard: post-review with no arguments generated an empty review request

2010-03-02 Thread reviewboard
Comment #4 on issue 1191 by jamesdlin: post-review with no arguments generated an empty review request http://code.google.com/p/reviewboard/issues/detail?id=1191 BTW, similar stuff happens if I make a typo in the Perforce change number and no such changeset exists. -- You received this