Re: Cannot enter text in popups

2008-12-30 Thread Ibmurai
another half hour or so. The next nightly should spin and 20081230 should fix it. A couple more things to verify though: 1) Are you using rb-site to install/maintain the site? If so, did you do rb-site upgrade /path/to/site? 2) Does clearing the browser cache help? 3) If the above two

Re: Minor installation nuisance

2008-12-30 Thread Christian Hammond
You definitely don't want a settings_local.py in the installed directory. This belongs only in the site directory. Your Apache configuration should be taking care of this if you used the template in conf/. What does your PythonPath line say? Christian -- Christian Hammond - chip...@chipx86.com

Re: Minor installation nuisance

2008-12-30 Thread Christian Hammond
Oops sorry, ignore that question. It's late here.. The problem is definitely that you used the wrong template. Your existing Apache config is using things like @pythondir@, which is from the template file in the Review Board source code used to generate the sample Apache config in your conf/

Re: Minor installation nuisance

2008-12-30 Thread Ibmurai
Ah, sorry again... I must've changed it when I was trying to fix my installation. Copying the current apache-modpython.conf from the conf folder (which looks right, and doesn't have any @'s) in the site installation to sites-available fixed it :) On 30 Dec., 12:18, Christian Hammond

Re: Get the latest diff from command line using ReviewBoard API

2008-12-30 Thread Jothiram
Hi Christian, The /r/{review_request_id}/diff/raw works from the web browser. But when I try to access it using the json API I get the following error: Unable to access http://172.16.98.82/api/json/reviewrequests/95/diff/raw (404). The host path may be invalid And so is the case with

Re: Get the latest diff from command line using ReviewBoard API

2008-12-30 Thread Jothiram
Hi Christian, Instead of getting the json object, I got the diff using http_get. Now it is working. Thanks, Jothiram On Dec 30, 8:47 am, Jothiram jothira...@gmail.com wrote: Hi Christian, The /r/{review_request_id}/diff/raw works from the web browser. But when I try to access it using the

Re: creating multiple review requests for changes in one file

2008-12-30 Thread Christian Hammond
Hey Tino, What a lot of us are starting to do both at VMware and within Review Board is to use git as a form of patch management. Git can wrap around both SVN and Perforce, allowing us to do all our work within Git and then push to the proper VCS. My workflow is generally as follows: 1) Create

Re: Get the latest diff from command line using ReviewBoard API

2008-12-30 Thread Christian Hammond
Hi Jothiram, At the moment, there's no API for the raw diff. We could add it, certainly. If someone wanted to work on a patch for it, it'd probably be really easy. Feel free to file a feature request on this. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Dec 30,

Issue 787 in reviewboard: Commenting on comments doesn't work

2008-12-30 Thread codesite-noreply
Comment #3 on issue 787 by chipx86: Commenting on comments doesn't work http://code.google.com/p/reviewboard/issues/detail?id=787 I'd like to know more what you mean by this. You should never have to reply to a comment on the diff viewer. When you say banner, what specifically are you

Issue 789 in reviewboard: Issues on replying the review comments

2008-12-30 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 789 by BrhettHu: Issues on replying the review comments http://code.google.com/p/reviewboard/issues/detail?id=789 *NOTE: Do not post confidential information in this bug report.* What's the URL of the page containing the