Re: Python Config Issue?

2010-03-04 Thread etrain
Setting PythonHandler to mod_python.testhandler yielded: Apache version Apache/2.2.3 (Oracle) Apache threaded MPM No (single thread MPM) Apache forked MPM Yes, maximum 256 processes Apache server root /etc/httpd Apache document root /var/rb/mysite/htdocs Apache error log None Python sys.version

Re: Python Config Issue?

2010-03-04 Thread Christian Hammond
The Review Board, Djblets, etc. site packages are in .egg directories, and it seems that the 32-bit ones aren't being added to the Python path by default. Looks like some of the 64-bit ones are. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org

Re: Folder creation while uploading screenshots

2010-03-04 Thread Christian Hammond
Oh, you had an old release. You should turn on logging in the Logging settings page. Then restart Apache to be sure it takes effect (working on that bug). Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On

Your request could not be processed. Request could not be handled

2010-03-04 Thread bigoldrock
OS: ubuntu webserver: apache2 DB: mysql post-review is having difficulty talking to reviewboard. Please help. Note* the server is up and running, logs in apache show up upon login, etc. bigoldr...@littlerock:~/Development/hje/branch/1.30$ post-review -d svn info repository info: Path:

Re: Setting up developer environment

2010-03-04 Thread Tony Bibbs
Seems like I have a few options: 1) Install via easy_install 2) Install via SVN 3) Install via Ubuntu's package manager Any suggestion on the best solution? I have it pulled down via SVN but I'm assuming I need to somehow tell ReviewBoard where it is because I get the same error On Mon, Feb 22,

Re: Python Config Issue?

2010-03-04 Thread etrain
I have solved this problem - thanks for your help Christian! You certainly led me on the right path. For the good of the group, my problem ended up boiling down to a permissions issue on my /usr/lib/python2.4/site-packages/*.pth files. They were mode 640 (-rw-r-) and owned by root:root. By

Absolute links in reply mails

2010-03-04 Thread Paul
My users are complaining because reply mails that have comments to lines of code end up with relative URLs rather than absolute URLs. e.g. a href=/r/42/diff/1/?file=173#file173line549 style=color: black; font-weight: bold; text-decoration: underline;/ops/configuration/ cfengine/inputs/cf.main/a

Re: Setting up developer environment

2010-03-04 Thread Christian Hammond
Easy_install will be your best option. Actually, what you probably should do is (assuming this is a developer machine) run: sudo python setup.py develop This will automatically grab all the dependencies from the right locations and install them. You'll also want to then run this for your

Re: Python Config Issue?

2010-03-04 Thread Christian Hammond
Awesome :) Glad it works! Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Mar 4, 2010 at 12:43 PM, etrain evan.spa...@gmail.com wrote: I have solved this problem - thanks for your help Christian! You

Re: Absolute links in reply mails

2010-03-04 Thread Christian Hammond
That patch should work, provided the correct variables are passed to the template renderer. I don't know if they are. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Mar 4, 2010 at 12:37 PM, Paul

Re: Your request could not be processed. Request could not be handled

2010-03-04 Thread Christian Hammond
This error page isn't coming from Review Board. It looks like it may be from a proxy? If you have a proxy running between you and Review Board, something may be getting messed up there. Try setting the HTTP_PROXY and http_proxy environment variables to nothing. Christian -- Christian Hammond -

Re: Setting up developer environment

2010-03-04 Thread Paul
On Thu, Mar 4, 2010 at 15:07, Christian Hammond chip...@chipx86.com wrote: Easy_install will be your best option. Actually, what you probably should do is (assuming this is a developer machine) run:   sudo python setup.py develop This will automatically grab all the dependencies from the

Problem with $PATH in 1.0 reviewboard installation

2010-03-04 Thread ebneter
I'm having a problem with my reviewboard installation -- it seems to be unable to find the git executable (which is in /usr/local/bin/ ). I can't figure out what user's PATH var it is using when it looks for this file. I'm using httpd + mod_python; httpd runs as the svn user (it's a long story...

Re: Problem with $PATH in 1.0 reviewboard installation

2010-03-04 Thread Christian Hammond
Hi, It's going to use the Apache user's environment. This likely doesn't include /usr/local/bin on your system. You can add this to your environment by adding a SetEnv call to your Apache configuration (see the generated config for other SetEnv calls). Christian -- Christian Hammond -

Re: Issue 1520 in reviewboard: User Permission UI block is too small , user permissions are not readable since they are hide behind the selection box

2010-03-04 Thread reviewboard
Updates: Status: Started Owner: chipx86 Labels: Milestone-Release1.5 Component-Admin Comment #1 on issue 1520 by chipx86: User Permission UI block is too small , user permissions are not readable since they are hide behind the selection box

Re: Issue 1458 in reviewboard: User View on site button has broken path

2010-03-04 Thread reviewboard
Updates: Status: NeedInfo Comment #2 on issue 1458 by chipx86: User View on site button has broken path http://code.google.com/p/reviewboard/issues/detail?id=1458 I verified that this does work. It seems you probably don't have your SITE_ROOT in your settings_local.py set

Re: Issue 1431 in reviewboard: Need support for TortoiseSVN diffs

2010-03-04 Thread reviewboard
Comment #7 on issue 1431 by caffeinatedcoder: Need support for TortoiseSVN diffs http://code.google.com/p/reviewboard/issues/detail?id=1431 There are two ways I was creating a diff. 1) You right click on the file and choose diff with previous version (our organization has to post-commit

Issue 1529 in reviewboard: Review Request: in subject is too long, please revert to [review]

2010-03-04 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1529 by manjlanata: Review Request: in subject is too long, please revert to [review] http://code.google.com/p/reviewboard/issues/detail?id=1529 *NOTE: Do not post confidential information in this bug report.* What

Re: Issue 1529 in reviewboard: Review Request: in subject is too long, please revert to [review]

2010-03-04 Thread reviewboard
Updates: Status: ThirdParty Comment #1 on issue 1529 by trowbrds: Review Request: in subject is too long, please revert to [review] http://code.google.com/p/reviewboard/issues/detail?id=1529 This is an issue with your particular deployment. Upstream Review Board has always said

Re: Issue 1511 in reviewboard: Diffs containing only indentation changes causes the diff viewer to look empty

2010-03-04 Thread reviewboard
Comment #4 on issue 1511 by jagdmann: Diffs containing only indentation changes causes the diff viewer to look empty http://code.google.com/p/reviewboard/issues/detail?id=1511 I have just run into this on our company review board as well. A fix would be nice, since I often change