Re: Help with sqlite

2011-01-22 Thread Christian Hammond
Can you do: $ ls -l /var/www/example1 and $ ls -l /var/www/example1/data and show the output? The settings file looks fine, and it still looks like a permissions error to me. I'm not sure what the Page Not Found one is about? Is this a new problem? Christian -- Christian Hammond - c

Re: javascript detect/protect back button presses when content updated?

2011-01-22 Thread Christian Hammond
Hi Chris, We actually do have that check for some things to prevent loss, but I guess it's not working for the review request fields. Thought we had that... Anyway, yes, we should get that in for the next 1.5.x. Would you mind filing a bug on this? The Control-S is a good idea too. I think that's

Re: Fine-tuning email settings

2011-01-22 Thread Tristan Crockett
They actually did start working. The problem is that Reviewboard's emailing system will completely fail if one of the addresses is blank. There's no reason why any of our accounts should need email addresses, as the emails go out to a mailing list. Yes, it wants to populate the 'from' field, but wh

Re: Fine-tuning email settings

2011-01-22 Thread David Trowbridge
Can you file a bug about email not working if users don't have an email address specified? Thanks, -David On Sat, Jan 22, 2011 at 8:03 AM, Tristan Crockett wrote: > They actually did start working. The problem is that Reviewboard's > emailing system will completely fail if one of the addresses

Re: Fine-tuning email settings

2011-01-22 Thread Jan Koprowski
There is already reported such a bug: http://code.google.com/p/reviewboard/issues/detail?id=1943 On Sat, Jan 22, 2011 at 8:15 PM, David Trowbridge wrote: > Can you file a bug about email not working if users don't have an email > address specified? > > Thanks, > -David > > > On Sat, Jan 22, 2011

Re: Fine-tuning email settings

2011-01-22 Thread Christian Hammond
In the in-development 1.6 release, it will by default use noreply@yourdomainas the e-mail address. This can be changed, but that's implemented now to work around anti-spam measures. I'm not sure what you mean by it failing if an e-mail address is blank. We do require that users have e-mail address

RE: javascript detect/protect back button presses when content updated?

2011-01-22 Thread Chris M. Clark
Thanks for the quick response. I logged: http://code.google.com/p/reviewboard/issues/detail?id=1957 - bug loosing data http://code.google.com/p/reviewboard/issues/detail?id=1958 - CTRL-S enhancement -Original Message- From: reviewboard@googlegroups.com on behalf of Christian Hammond Se

Re: Help with sqlite

2011-01-22 Thread Aravind Ayyagari
On Sat, Jan 22, 2011 at 12:56 AM, Christian Hammond wrote: > Can you do: > > $ ls -l /var/www/example1 > drwxr-xr-x 2 root root 4096 2011-01-20 09:08 conf drwxr-xr-x 2 root root 4096 2011-01-19 22:35 data drwxr-xr-x 3 root root 4096 2011-01-19 22:35 htdocs drwxr-xr-x 2 root root 4096 2011-01-

Re: Help with sqlite

2011-01-22 Thread Christian Hammond
That's the problem. The data directory has to be owned by www-data:www-data. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Sat, Jan 22, 2011 at 6:36 PM, Aravind Ayyagari wrote: > > > On Sat, Jan 22, 2011

Re: Fine-tuning email settings

2011-01-22 Thread Jan Koprowski
Christian, You can create user in admin-panel and never login to dashboard. Just use it as account to send diffs by post-review. Then it is a problem. On Sat, Jan 22, 2011 at 9:42 PM, Christian Hammond wrote: > In the in-development 1.6 release, it will by default use noreply@yourdomain > as t