Windows install document incomplete?

2009-06-29 Thread MarkJWolff
I'm installing reviewboard on a windows server. I am going through the pre-install steps with memcached, patch, etc. Suddenly, the documentation says After Installation I wasn't actually told to install reviewboard. Comparing the Windows install doc to the install UNIX doc, I see that

Re: How do you enable logging without going through dashboard?

2009-06-29 Thread Christian Hammond
Hi, Go into your site's conf/settings_local.py and set DEBUG to True. Then restart Apache and you should see a more detailed error page. You'll want to set this back to False after you figure out what's wrong. There are small performance hits with having DEBUG on. Christian -- Christian

Re: HTTPS certificate not accepted

2009-06-29 Thread Christian Hammond
Hi Daniel, From what I've seen, it seems tricky to get this to work right through Apache. What I'd strongly recommend, if possible, is to set a plain http repository for the path and use the https repository for the mirror path. The idea being that Review Board would just simply fetch the files

Re: Windows install document incomplete?

2009-06-29 Thread Christian Hammond
Looks like there's an installation gap. I'll make a note to fix this. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Mon, Jun 29, 2009 at 1:04 PM, MarkJWolff markjwo...@gmail.com wrote: I'm installing

Re: Diff viewer syntax highlighting for ColdFusion

2009-06-29 Thread Christian Hammond
Hi Eric, Right now, you'd have to hand-modify Pygments (the syntax highlighter library we use) or part of Review Board to force a particular syntax highlighter. In 1.1, I'm hoping to provide a setting for forcing highlighters for file types. It's probably best to file a bug report with the

View diff is failing

2009-06-29 Thread henriquecoelho
Hi all, I'm having a problem viewing the diff file that i've upload in new review request. I've activated the debug level for reviewboard and i'm getting the following output when i access to view diff in right top corner: [Error 2] The system cannot find the file specified Traceback (most

Re: View diff is failing

2009-06-29 Thread Christian Hammond
GNU patch.exe must be in the path for this to work. It appears that it's not able to find this. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Mon, Jun 29, 2009 at 4:33 PM, henriquecoelho

Re: View diff is failing

2009-06-29 Thread henriquecoelho
Thanks for the quick review :) In fact i had already the GNU patch.exe installed but not in the path. I've set the C:\Program Files\GnuWin32\bin\ in the path and the patch.exe is already defined in the environment vars, however the error still appears. I'm using apache, so after set in

Issue 1072 in reviewboard: SVN --config-dir support

2009-06-29 Thread codesite-noreply
Comment #6 on issue 1072 by mathieuk: SVN --config-dir support http://code.google.com/p/reviewboard/issues/detail?id=1072 I ran into a similar issue. Our SVN setup uses client certificates. When trying to use ReviewBoard I'd always end up with an error message saying

Issue 1193 in reviewboard: Unable to install

2009-06-29 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1193 by anujseth: Unable to install http://code.google.com/p/reviewboard/issues/detail?id=1193 *NOTE: Do not post confidential information in this bug report.* What version are you running? 1.0rc3 What's the URL of the page

Issue 1194 in reviewboard: Deleted draft review requests still show in dashboard

2009-06-29 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1194 by mihaidoru: Deleted draft review requests still show in dashboard http://code.google.com/p/reviewboard/issues/detail?id=1194 *NOTE: Do not post confidential information in this bug report.* What version are you

Issue 1187 in reviewboard: 1st attempt to publish results in Internal Server Error 500

2009-06-29 Thread codesite-noreply
Comment #1 on issue 1187 by d...@davious.org: 1st attempt to publish results in Internal Server Error 500 http://code.google.com/p/reviewboard/issues/detail?id=1187 On the second go, the json result is {stat: fail, err: {msg: You attempted to publish a review request that doesn't have an

Issue 1193 in reviewboard: Unable to install

2009-06-29 Thread codesite-noreply
Comment #2 on issue 1193 by chipx86: Unable to install http://code.google.com/p/reviewboard/issues/detail?id=1193 It sounds like the PYTHON_PATH variable is wrong, or Review Board was installed in the wrong location. -- You received this message because you are listed in the owner or CC

Issue 1187 in reviewboard: 1st attempt to publish results in Internal Server Error 500

2009-06-29 Thread codesite-noreply
Updates: Status: NeedInfo Comment #2 on issue 1187 by chipx86: 1st attempt to publish results in Internal Server Error 500 http://code.google.com/p/reviewboard/issues/detail?id=1187 Hi, Definitely odd. I haven't seen this particular problem before. Go into your site's

Issue 1187 in reviewboard: 1st attempt to publish results in Internal Server Error 500

2009-06-29 Thread codesite-noreply
Comment #4 on issue 1187 by chipx86: 1st attempt to publish results in Internal Server Error 500 http://code.google.com/p/reviewboard/issues/detail?id=1187 Very little is written to the log file today. The error information would be in place of the 500 Error page, or in that error banner

Issue 1187 in reviewboard: 1st attempt to publish results in Internal Server Error 500

2009-06-29 Thread codesite-noreply
Comment #5 on issue 1187 by dand...@gmu.edu: 1st attempt to publish results in Internal Server Error 500 http://code.google.com/p/reviewboard/issues/detail?id=1187 Thanks for the hint Exception Type: SMTPServerDisconnected Exception Value:please run connect() first So, I was