Can't enable search though PyLucene is installed

2009-10-20 Thread David Resnick
I've installed PyLucene on an Ubuntu server and would like to enable search in Review Board but the check box is disabled. Any ideas? Thanks, David --~--~-~--~~~---~--~~ Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/

Re: Can't enable search though PyLucene is installed

2009-10-20 Thread Christian Hammond
Did you restart the web server after installing PyLucene? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Oct 20, 2009 at 1:39 AM, David Resnick abune...@gmail.com wrote: I've installed PyLucene on

Re: Can't enable search though PyLucene is installed

2009-10-20 Thread David Resnick
Yes. -David On Tue, Oct 20, 2009 at 10:46 AM, Christian Hammond chip...@chipx86.comwrote: Did you restart the web server after installing PyLucene? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On

Re: Can't enable search though PyLucene is installed

2009-10-20 Thread David Resnick
I got an ImportError when I tried doing imp.find_module(lucene). I saw that lucene is installed in python2.5 and the default python used was 2.6. So I changed the default python to 2.5 and now the import does work. But after restarting Apache the checkbox is still disabled. How does mod_python

Re: Can't enable search though PyLucene is installed

2009-10-20 Thread Christian Hammond
Switching Python paths will certainly break things if you're switching to a different version of Python. If you're using mod_python with 2.6 and using the 2.5 search path, you'll experience a number of issues. Instead, you should reinstall PyLucene with 2.6. Did you see anything in your

Re: Installing PyLucene on Windows

2009-10-20 Thread Nathan Auch [Sybase]
Hi Christian, Out of curiosity, have you already tried using Django's interface to database-based full text search? http://docs.djangoproject.com/en/dev/ref/models/querysets/#search I ask because we are running (a slightly modified) Review Board on top of a Sybase SQL Anywhere database. This

Re: Installing PyLucene on Windows

2009-10-20 Thread Christian Hammond
Hi Nathan, At the time we wrote search, this functionality didn't exist. However, it's still too limited for our needs. First of all, not all databases that we support are supported by the full text search, meaning that some users would be left out. It makes development harder, since we develop

Re: Installing PyLucene on Windows

2009-10-20 Thread Chris Clark
Christian Hammond wrote: At the time we wrote search, this functionality didn't exist. However, it's still too limited for our needs. . I'm hoping to find a better solution in the long term, but I don't believe that the native database full text search is it. Now, maybe if we

Re: Database Migration from RB-Beta to RB-1.0.3

2009-10-20 Thread Christian Hammond
Hi, We use a database schema migration tool called django-evolution, which rb-site invokes on upgrades. You should be able to move your existing database and site installation over to the new server, install the new Review Board 1.0.4, and run rb-site upgrade on the site directory. Of course,

Re: Installing PyLucene on Windows

2009-10-20 Thread Christian Hammond
I've seen Haystack but haven't looked into it very much. I'll take a look at these and see what we want to do from here on out. Maybe for 1.2. Thanks, Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue,

Issue 1360 in reviewboard: Can not see diff when the diff was uploaded with parent option on post-review

2009-10-20 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1360 by TAKAHASHI.Kazuyoshi: Can not see diff when the diff was uploaded with parent option on post-review http://code.google.com/p/reviewboard/issues/detail?id=1360 What version are you running? ReviewBoard 1.0.4, RBTools

Issue 654 in reviewboard: Allow user to reorder the files being diffed

2009-10-20 Thread codesite-noreply
Comment #3 on issue 654 by cybrocop: Allow user to reorder the files being diffed http://code.google.com/p/reviewboard/issues/detail?id=654 Sorting based on file status would be interesting. I personally, would like to see deleted files first. This is because if the author has moved many

Issue 1196 in reviewboard: Statistics are not available for this backend

2009-10-20 Thread codesite-noreply
Comment #10 on issue 1196 by markbroehm: Statistics are not available for this backend http://code.google.com/p/reviewboard/issues/detail?id=1196 Realized that i have both installed: net-misc/memcached-1.4.1 dev-python/python-memcached-1.40 dev-lang/python-2.5.4-r2 reviewboard ~ # telnet

Issue 1196 in reviewboard: Statistics are not available for this backend

2009-10-20 Thread codesite-noreply
Comment #11 on issue 1196 by markbroehm: Statistics are not available for this backend http://code.google.com/p/reviewboard/issues/detail?id=1196 from the above posts by lonico, i see the siteconfig_siteconfiguration table has cache_backend: locmem:/// - is that the problem with my setup?

Issue 1196 in reviewboard: Statistics are not available for this backend

2009-10-20 Thread codesite-noreply
Comment #12 on issue 1196 by markbroehm: Statistics are not available for this backend http://code.google.com/p/reviewboard/issues/detail?id=1196 So i tried changing the siteconfig_siteconfiguration table as follows and it works. sweet. OLD: cache_backend: locmem:/// NEW: cache_backend:

Issue 1162 in reviewboard: post-review ignores all but first target file when using --revision-changes

2009-10-20 Thread codesite-noreply
Comment #2 on issue 1162 by cpforbes: post-review ignores all but first target file when using --revision-changes http://code.google.com/p/reviewboard/issues/detail?id=1162 The case where --repository-url=url is not specified is not handled. the do_diff call on line 1137 also needs the files

Issue 1361 in reviewboard: When space is added before a username on the People field I got Error 500

2009-10-20 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1361 by frank.x.liu: When space is added before a username on the People field I got Error 500 http://code.google.com/p/reviewboard/issues/detail?id=1361 *NOTE: Do not post confidential information in this bug report.*

Issue 728 in reviewboard: Whitespace not stripped on username

2009-10-20 Thread codesite-noreply
Comment #3 on issue 728 by chipx86: Whitespace not stripped on username http://code.google.com/p/reviewboard/issues/detail?id=728 Issue 1361 has been merged into this issue. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this

Issue 1361 in reviewboard: When space is added before a username on the People field I got Error 500

2009-10-20 Thread codesite-noreply
Updates: Status: Duplicate Mergedinto: 728 Comment #1 on issue 1361 by chipx86: When space is added before a username on the People field I got Error 500 http://code.google.com/p/reviewboard/issues/detail?id=1361 1.0 RC2 is pretty ancient. This has since been fixed. -- You