raise self.field.rel.to.DoesNotExist and similar errors

2011-04-28 Thread Nahuel Iglesias
Hi all! Just installed Reviewboard in an Ubuntu 10.04 desktop turned into server. After installing ReviewBoard everything seemed to be working OK - BUT then I was looking for a place to set the default e-mail address to send e-mail from ReviewBoard, and when I try to enter into /admin/db/

Re: About the submit workflow

2011-04-28 Thread Chris Clark
Hongbin Lu wrote: My name is Hongbin Lu. I am currently working on the issue below. http://code.google.com/p/reviewboard/issues/detail?can=2q=693colspec=ID%20Type%20Status%20Priority%20Component%20Owner%20Summary%20Milestoneid=693

Re: 1.5.5 diff viewer not showing files with a single whitespace change?

2011-04-28 Thread Bruce Cran
On 28 April 2011 00:53, Chris Clark chris.cl...@ingres.com wrote: Probably not a bug but a feature. There are some settings related to white space and file types. See topic ReviewBoard not displaying content of diff file

Re: raise self.field.rel.to.DoesNotExist and similar errors

2011-04-28 Thread Christian Hammond
Hi, You should basically never modify anything in SiteConfiguration. It's internal state that will cause problems if you touch it. Instead, use the Settings pages. Is your site now inaccessible? Or do you only hit this when trying to add there? Christian On Thursday, April 28, 2011, Nahuel

Re: Active Directory (or LDAP) authentication setup to AD server that disallows anonymous queries

2011-04-28 Thread Game_Maker
UPDATE: I found that this actually *is* working properly (it checks Active Directory then falls back to standard auth if Active Directory fails). I'd still appreciate any information anyone can provide on mapping RB groups to Active Directory or LDAP groups. Thanks! On Apr 27, 2:51 pm,

Re: Active Directory (or LDAP) authentication setup to AD server that disallows anonymous queries

2011-04-28 Thread Christian Hammond
Hi, There's no support in RB for syncing/mapping groups. You'd need a custom tool that performs this based on your setup and requirements. Christian On Thursday, April 28, 2011, Game_Maker brittcmor...@gmail.com wrote: UPDATE:  I found that this actually *is* working properly (it checks

Re: Issue 1877 in reviewboard: hitting ESC when filling out a review description erases the entire description if you haven't hit OK yet

2011-04-28 Thread reviewboard
Comment #2 on issue 1877 by ben.hollis: hitting ESC when filling out a review description erases the entire description if you haven't hit OK yet http://code.google.com/p/reviewboard/issues/detail?id=1877 We've had several of our users (vim afficionados, all of them) complain about this