Hey, I have yet to find out how to enable to "Enable Search" checkbox in my ReviewBoard settings page.
I checked my setting_local.py, and I see (munged): ================================================ # Database configuration DATABASE_ENGINE = 'mysql' DATABASE_NAME = 'reviewboard' DATABASE_USER = 'reviewboard' DATABASE_PASSWORD = 'XXXXXXXX' DATABASE_HOST = 'localhost' DATABASE_PORT = '' # Unique secret key. Don't share this with anybody. SECRET_KEY = 'XXXXXXXXXXXXXXXX' # Cache backend settings. CACHE_BACKEND = 'memcached://localhost:11211/' # Extra site information. SITE_ID = 1 SITE_ROOT = '/reviews/' FORCE_SCRIPT_NAME = '' DEBUG = True ================================================ Can anyone tell me the parameter that I need to add above to enable the RB settings checkbox I need to turn on searching? Thank you, Christopher On Tue, Jun 14, 2011 at 4:49 PM, Christian Hammond <[email protected]> wrote: > Hi, > > Those settings are stored in the database, rather than settings_local.py. > > Christian > > -- > Christian Hammond - [email protected] > Review Board - http://www.reviewboard.org > VMware, Inc. - http://www.vmware.com > > > On Tue, Jun 14, 2011 at 4:40 PM, Christopher Hahn <[email protected]> wrote: >> >> Hey, >> >> It occurs to me to ask whether there is a variable that corresponds >> to the "Enable Search" checkbox, one that can be set in settings_local.py >> >> I will poke about for it, but let me know if this is something obvious... >> >> Thank you, >> >> Chris >> >> On Tue, Jun 14, 2011 at 4:30 PM, Christopher Hahn <[email protected]> >> wrote: >> > Thanks Chris. >> > >> > Well, I did not have to....it was already installed. >> > >> > (my commands were to show this...I had to confirm, but it was there) >> > >> > Thanks again! >> > >> > Chris >> > >> > On Tue, Jun 14, 2011 at 2:54 PM, Christian Hammond <[email protected]> >> > wrote: >> >> Did you reload your web server after installing pylucene? >> >> >> >> Christian >> >> >> >> -- >> >> Christian Hammond - [email protected] >> >> Review Board - http://www.reviewboard.org >> >> VMware, Inc. - http://www.vmware.com >> >> >> >> >> >> On Tue, Jun 14, 2011 at 12:09 PM, XRZ1138 <[email protected]> wrote: >> >>> >> >>> BTW, I am seeing a pylucene warning on my RB setting page: >> >>> ========================================================== >> >>> Enable search >> >>> >> >>> Provides a search field for quickly searching through review requests. >> >>> >> >>> PyLucene (with JCC) is required to enable search. See the >> >>> documentation for instructions. >> >>> ========================================================== >> >>> >> >>> Is this to mean that RB thinks that I do not have pylucene installed? >> >>> >> >>> I checked and it sure seems to have landed where python ought to find >> >>> it: >> >>> /usr/lib/python2.5/site-packages/lucene (!). >> >>> >> >>> TIA! >> >>> >> >>> On Jun 14, 11:35 am, XRZ1138 <[email protected]> wrote: >> >>> > Hello, >> >>> > >> >>> > I checked my server and pylucene is installed: >> >>> > =============================================== >> >>> > root@manager:/data2/ReviewBoard/conf# apt-get install pylucene >> >>> > Reading package lists... Done >> >>> > Building dependency tree >> >>> > Reading state information... Done >> >>> > pylucene is already the newest version. >> >>> > =============================================== >> >>> > >> >>> > ...but I only see a "suppressed" Search section on my General >> >>> > Settings >> >>> > webpage on the Review Board Administration webpage. >> >>> > >> >>> > The "Enable Search" checkbox cannot be selected at all. >> >>> > >> >>> > Is there some flag that I need to set outside the GUI? >> >>> > >> >>> > Thank you for the time. >> >>> > >> >>> > Chris >> >>> >> >>> -- >> >>> Want to help the Review Board project? Donate today at >> >>> http://www.reviewboard.org/donate/ >> >>> Happy user? Let us know at http://www.reviewboard.org/users/ >> >>> -~----------~----~----~----~------~----~------~--~--- >> >>> To unsubscribe from this group, send email to >> >>> [email protected] >> >>> For more options, visit this group at >> >>> http://groups.google.com/group/reviewboard?hl=en >> >> >> >> -- >> >> Want to help the Review Board project? Donate today at >> >> http://www.reviewboard.org/donate/ >> >> Happy user? Let us know at http://www.reviewboard.org/users/ >> >> -~----------~----~----~----~------~----~------~--~--- >> >> To unsubscribe from this group, send email to >> >> [email protected] >> >> For more options, visit this group at >> >> http://groups.google.com/group/reviewboard?hl=en >> > >> > >> > >> > -- >> > Realisant mon espoir, je me lance vers la gloire. >> > Christopher Hahn == [email protected] >> > >> >> >> >> -- >> Realisant mon espoir, je me lance vers la gloire. >> Christopher Hahn == [email protected] >> >> -- >> Want to help the Review Board project? Donate today at >> http://www.reviewboard.org/donate/ >> Happy user? Let us know at http://www.reviewboard.org/users/ >> -~----------~----~----~----~------~----~------~--~--- >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/reviewboard?hl=en > > -- > Want to help the Review Board project? Donate today at > http://www.reviewboard.org/donate/ > Happy user? Let us know at http://www.reviewboard.org/users/ > -~----------~----~----~----~------~----~------~--~--- > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/reviewboard?hl=en -- Realisant mon espoir, je me lance vers la gloire. Christopher Hahn == [email protected] -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en
