MySQL support

2009-12-24 Thread Tony Bibbs
I'm running Ubuntu server and I've run: apt-get install mysql-python That works yet when run rb-site install it shows that I don't have mysql support installed. Am I missing something? -- Tony Bibbs Phone: (515) 554-8046 Twitter, Skype, Facebook: tonybibbs Web: http://www.tonybibbs.com

Turn up logging

2009-12-24 Thread Tony Bibbs
I'm trying to get AD support working and the log level, per the logging line says: Logging to /path/to/reviewboard.log with a minimum level of DEBUG How do I turn that up? All the log file is giving me now is a bunch of errors like: WARNING - Active Directory: Failed login for user jane@exa

Re:MySQL support

2009-12-24 Thread qhlonline
Hi, Tony, Have you ever created a database for Reviewboard? after mysql installation, You also need to "create database" and a special user for Reviewboard, That will be used during rb-site installation. Regards! 在2009-12-24,"Tony Bibbs" 写道: I'm running Ubuntu server and I've run:

post-commit review with --revision-range option

2009-12-24 Thread qhlonline
Hi, all. I had made some change on post-review, so that it can make post-commit review request to a single file. When I use "post-review --revision-range=Version", that is STARTREV=STOPREV, I want that the special-version file will be reviewed (The diff file displays the whole file of this ver

Re: MySQL support

2009-12-24 Thread Christian Hammond
Hi Tony, On Ubuntu, you need to do: apt-get install python-mysqldb Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Dec 24, 2009 at 7:11 AM, Tony Bibbs wrote: > I'm running Ubuntu server and I've

Show full user name when selecting reviewer

2009-12-24 Thread Chen Yufei
When selecting reviewers, the auto complete drop down list is helpful. However, I and my colleagues think think that showing the user's full name will be more helpful. This is not difficult to do, here's my quick and dirty implementation, patch to release-1.0.5.1 diff --git a/reviewboard/htdocs/m