Re: Extended Ship it feature, Defaults for diff base path

2009-01-27 Thread Christian Hammond
On Mon, Jan 26, 2009 at 3:23 AM, Sebastian Kurfuerst sebastian.kurfue...@gmail.com wrote: Hey Christian, thanks for your super-fast response! Right now, we don't have anything in the code to enforce policies such as requiring two ship its before you can close out a review request. Since

bump the djblets version

2009-01-27 Thread plumpy
I think you need to bump the djblets required version again. When I upgraded tonight, I got an error when viewing a review request: 'invalid filter: range'. I did an 'easy_install --upgrade djblets' and it was fixed. --~--~-~--~~~---~--~~ You received this message

Re: bump the djblets version

2009-01-27 Thread Christian Hammond
Will do. And I'll do a new build of Review Board to pick up on that. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 27, 2009 at 12:08 AM, plumpy plu...@gmail.com wrote: I think you need to bump the djblets required version again. When I upgraded tonight, I

Re: Non rooted installation

2009-01-27 Thread Christian Hammond
The site root should be saved in the generated conf/settings_local.py. Can you describe the problem you're seeing? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 27, 2009 at 12:39 AM, Gilles Moris gilles.mo...@free.fr wrote: Hello, I tried to install

Re: Help: how to migrate data from an old version?

2009-01-27 Thread teki
I gave up and did a clean install. Upgrading created the new tables but did not upgrade existing ones. On Jan 27, 2:34 pm, Christian Hammond chip...@chipx86.com wrote: It should work. Make sure you do a backup first, but the upgrades should work between almost any version. Your version

Re: How do I switch back to account authentication?

2009-01-27 Thread Jeremy G
On Jan 26, 6:33 pm, Christian Hammond chip...@chipx86.com wrote: Funny, I don't remember other people running into this, but I can see how one might... We probably should just have the imports for nis and crypt reside in the classes that use them, and then just catch the ImportError and do

HTML Head on Diff View page broken

2009-01-27 Thread Florian Föbel
Hi, Currently there seems to be a little error in the script generated into the head area of the view diff page: var gUserFullName = UsernameReplaced; /script var gRevision = '1'; var gInterdiffRevision = null; /script The first end script tag leads to the text afterwards being

Dear LazyWeb

2009-01-27 Thread Łukasz Jernaś
Hello. Excuse the lame question, but how do I create and use custom auth backends? I've created a file named foo.py located in /usr/lib/python2.5 which looks like that: from django.conf import settings from django.contrib.auth.models import User from djblets.util.misc import get_object_or_none

Re: Non rooted installation

2009-01-27 Thread Gilles Moris
On Tue January 27 2009 19:00:10 Gilles Moris wrote: Page not found (404) Request Method: GET Request URL:    http://mysite/ By the way, it is working fine inside http://mysite/rb/ I mean the ReviewBoard site is working, it is just that the default configuration file that is too

Clean rb-site install of alpha1 fails on htdocs/media/.htaccess

2009-01-27 Thread Jamie Whitehouse
this problem. Any ideas? Thanks, Jamie. * Installing the site... Building site directories ... Traceback (most recent call last): File /usr/bin/rb-site, line 5, in module pkg_resources.run_script('ReviewBoard==1.0alpha2.dev-20090127', 'rb-site') File /usr/lib/python2.5/site-packages

Re: Non rooted installation

2009-01-27 Thread Christian Hammond
Try setting the Location to / and adding the following in that Python block: PythonOption django.root /mysite Then set the SITE_ROOT in settings_local.py to / Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 27, 2009 at 10:10 AM, Gilles Moris

Re: Clean rb-site install of alpha1 fails on htdocs/media/.htaccess

2009-01-27 Thread Christian Hammond
to what may fix this problem. Any ideas? Thanks, Jamie. * Installing the site... Building site directories ... Traceback (most recent call last): File /usr/bin/rb-site, line 5, in module pkg_resources.run_script('ReviewBoard==1.0alpha2.dev-20090127', 'rb-site') File /usr/lib/python2.5

attempt to write a readonly database

2009-01-27 Thread 13Strider
With the new Reviewboard , doing everything but when i run the site i get this error attempt to write a readonly database. and the reviewboard.db has write and read access here's my conf file DocumentRoot /var/www/reviewboard/htdocs # Error handlers ErrorDocument 500

Re: attempt to write a readonly database

2009-01-27 Thread Christian Hammond
Make sure the db directory is also owned by the web server. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 27, 2009 at 1:47 PM, 13Strider sam.sannand...@gmail.com wrote: With the new Reviewboard , doing everything but when i run the site i get this error

Re: Newbie question: setup problems

2009-01-27 Thread Paulo Eduardo Neves
I had the same error trying to install reviewboard in windows as administrator. The dir D:\mypath\db\ is empty. I'm also using sqlite, file as cache, and apache. On Jan 8, 3:04 pm, Phil lod...@comcast.net wrote: * Installing the site... Building site directories ... OK Building site

Re: Newbie question: setup problems

2009-01-27 Thread Christian Hammond
There's a bug right now with Windows that I'm going to fix tonight. Make sure that in your conf/settings_local.py your path to the database looks like: D:\\mypath\\db\\reviewboard.db. The \ needs to be escaped. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan