How do I get logging for active directory backend?

2012-10-01 Thread Steve
I'm trying to migrate from 1.5 to 1.6. In 1.5, I had this in my settings_local.py file: AD_DEBUG = True AD_DEBUG_FILE = '/var/www/reviewboard/logs/ldap.debug' Which was essential for debugging authentication problems. In fact, I had all my AD settings in settings_local.py. For 1.6, these

Default tab configuration

2012-10-01 Thread Michael Zhilin
Hi, We use RB since year 2009 and several reviewers requested default tab configuration. When reviewer opens review request first time, View Diff tab should be opened. Another case is tha when author/reviewer received email with review and click on link, View Reviews tab should be opened. To

What strategy to upgrade from 1.0 to 1.6 and migrate to new server?

2012-10-01 Thread Michal Musial
Hello Everyone, I am currently running a ReviewBoard 1.0.5.1 on FreeBSD 7.2 installation from 3 years ago with following software: - python 2.6.4 - mysql 5.1.41 - django 1.1.1 - subversion 1.6.4 I've got a new FreeBSD 9.0 server ready to upgrade migrate the RB to: - python 2.7.3 - mysql 5.5.27

Re: What strategy to upgrade from 1.0 to 1.6 and migrate to new server?

2012-10-01 Thread Christian Hammond
Hi Michal, First, whatever you do, back up your database using mysqldump. You should be able to create a new site installation on the new box with the latest 1.6.x of Review Board. Then completely wipe the resulting MySQL database. You may also want to copy over anything else from your old

Re: Default tab configuration

2012-10-01 Thread Christian Hammond
Hi Michael, Each page has its own URL. Flipping what /r/123/ and /r/123/diff/ points to doesn't really make any sense. The e-mails have a link to the review request, so users can always click on those. No need to change the View Diff link. Unless I'm missing something, there's nothing you really

Re: Internal error - permissions on search-index directory

2012-10-01 Thread Christian Hammond
That never should have been the path in the first place. It should be in your site's data/ directory. What does the setting for it say? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Oct 1, 2012 at

Re: Review Board 1.7 beta 1 released

2012-10-01 Thread Christian Hammond
There should be more than this. There should be some output from the script being run. Run ./contrib/internal/build-media.py manually and see what happens. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On

Re: Not able to do post review

2012-10-01 Thread Christian Hammond
We'd need to see the full debug output plus the command line you're invoking. Also, a description of what you're submitting. Are you posting a revision range? Is settings.py something that exists upstream? Christian -- Christian Hammond - chip...@chipx86.com Review Board -

Re: There are only two Authentication method available.

2012-10-01 Thread Christian Hammond
Running 'easy_install ReviewBoard' won't actually do much of anything. You'd need to pass -U to do an upgrade. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Sat, Sep 29, 2012 at 12:32 AM, 周培青

Re: Internal error - permissions on search-index directory

2012-10-01 Thread Christian Hammond
Probably your-site-dir/data/search-index Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Oct 1, 2012 at 1:55 PM, J Arrizza cppge...@gmail.com wrote: In the General Settings tab, the Enable Search is

Re: How do I get logging for active directory backend?

2012-10-01 Thread Christian Hammond
We never had these settings. I don't know where they came from but I suspect it was a custom patch in your copy of Review Board. All configuration for auth backends are stored in a serialized form in the database. Christian -- Christian Hammond - chip...@chipx86.com Review Board -

How to specify cookie name

2012-10-01 Thread Michael Zhilin
Hi, I've installed two instances on same server thanks to virtualenv. But I faced issue with cookies. I can't work on both servers simultaneously because cookie name and host names are same for both environments. I had quick look at setting.py and found out that COOKIE_NAME variable is defined

Re: Internal error - permissions on search-index directory

2012-10-01 Thread J Arrizza
Thanks! Any way to kick off the search index task (or whatever it is that uses that directory), so I check the permissions, etc are set correctly? PS there are a couple more issues, very low priority: - clicking on the links in the System Information area (lower left hand pane) gives me 404

Re: Default tab configuration

2012-10-01 Thread Michael Zhilin
Hi Christian, Thank you for quick reply and consultation. I think that my explanation might be misleading. Here is my quick simple draft of review process what we use: http://www.diagram.ly/?share=#5QAsM6HeuLnSY1gW2OXvb5lpTvOm4yaiBG2gGlOEQ7wAq0nnG0 My idea is to make link to request to be

Re: Default tab configuration

2012-10-01 Thread Christian Hammond
Hi Michael, Unfortunately, I can't seem to view anything when clicking that link. I get an empty document. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Oct 1, 2012 at 2:55 PM, Michael Zhilin

Re: How to specify cookie name

2012-10-01 Thread Christian Hammond
Typically, a setup like this involves multiple subdomains. Clearly the cookies aren't respecting subdirectories. That should be figured out. We'd need the session stuff to use the SITE_ROOT as the cookie path. Changing cookie names won't really help you, because post-review actually looks

Re: Internal error - permissions on search-index directory

2012-10-01 Thread Christian Hammond
You can run the same command line that the supplied crontab uses, and run it as whatever user is configured to run that crontab. Would you mind filing bugs on those two issues? They should definitely be fixed, and I don't want to lose track. Christian -- Christian Hammond - chip...@chipx86.com

Re: Default tab configuration

2012-10-01 Thread Michael Zhilin
Christian, Sorry for broken link. Please find attached picture file. Thank you, Michael On Tuesday, October 2, 2012 4:28:23 AM UTC+4, Christian Hammond wrote: Hi Michael, Unfortunately, I can't seem to view anything when clicking that link. I get an empty document. Christian --