Koha/opac
Joe Atzberger af1fb6f0b4 Bug 2539. Remove unintegrated "spsuggest" code from search scripts.
The intent of kohaspsuggest is very confused.  It wanted to simultaneously
log every search query, and get spelling suggestions from a totally different
database_host:db_user:db_password:database.  The implementation seems
never have really made it into 3.0, however, since the only trace of the
tables it wants to query are in misc/migration_tools/22_to_30/phrase_log.sql

The job misc/spellcheck_suggest/make_spellcheck_suggest.pl does not even
target the same remote DB as the syspref tells the search code to do.  Instead, it hits the
local DB and, not finding the tables that have no way of existing in a 3.0
install, it CREATES its own tables spontaneously, using MyISAM storage, no less.
This script should be drastically overhauled, or more likely just removed.

Other fixes:
Commented out unconditional warn!
Also reduced bizarre whitespace amounts in catalogue/search.pl and
fixed warning as recommended by perl -wc:
    Scalar value @newresults[0] better written as $newresults[0]

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-07-14 21:20:25 -04:00
..
errors
rss adding file just for creating the rss directory 2007-08-02 08:50:43 +00:00
sco fix minor warning issues in SCO 2009-06-03 14:37:29 -05:00
changelanguage.pl Bugfixes & improvements (various and minor) : 2007-05-22 09:13:54 +00:00
maintenance.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
oai.pl bug 3205: fix another error in the OAI-PMH Identify response 2009-05-08 11:59:03 -05:00
opac-account.pl Adding warnings, fixing a bug that meant the title of an item that had a fine was never printed 2009-05-01 17:06:53 -05:00
opac-addbybiblionumber.pl (bug #3363) do not reload parent if you add a biblio in shelf 2009-06-29 14:19:08 -05:00
opac-alert-subscribe.pl BUGFIXING mail alert on issue arrival 2008-02-29 09:05:33 -06:00
opac-authorities-home.pl Fixing more warnings 2009-05-12 05:21:21 -05:00
opac-authoritiesdetail.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
opac-basket.pl Bug 3317: Author displaying inconsistently or not at all. Revision to previous patch. 2009-06-17 11:42:43 -05:00
opac-browser.pl bug 1448: improve subject classification browser 2009-05-15 15:52:28 -05:00
opac-changelanguage.pl Bug 2617: Add strict (and warnings), partial fix. 2009-03-11 08:36:55 -05:00
opac-detail.pl (bug #3267) show items.uri in opac and intranet 2009-07-14 08:26:33 -04:00
opac-detailprint.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
opac-export.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
opac-ics.pl Bug 2900: fix GetPendingIssues. 2009-01-08 11:08:27 -06:00
opac-ISBDdetail.pl (bug #3053) extract ISBD view generator, and permit to display valuecode in ISBD view 2009-04-06 11:16:34 -05:00
opac-logout.pl fixed session cookie name in opac-logout.pl 2008-05-29 06:32:52 -05:00
opac-main.pl Use Google Indic Transliteration API to allow users to transliterate english typed words into Indic languages. 2009-06-05 18:05:47 -05:00
opac-MARCdetail.pl (bug #2913) show "--" on repeated fields 2009-04-01 10:49:31 -05:00
opac-messaging.pl bug 3222: new module to handle messaging preferences form 2009-05-22 13:20:50 -05:00
opac-modrequest.pl Upgrading jquery and jquery tabs plugin. Removing some unused plugin files. 2008-03-01 09:49:17 -06:00
opac-mymessages.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
opac-passwd.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
opac-readingrecord.pl Bug 2889: Cleaned up toggle variable in opac-readingrecord.tmpl. Disregard previous patch. 2009-06-29 08:06:56 -05:00
opac-renew.pl (bug #2811)[3.2] fix opac-renew.pl part 2009-03-06 12:49:57 -06:00
opac-reserve.pl Convert opac-reserve to use GetBranchesLoop. 2009-03-27 19:06:54 -05:00
opac-review.pl Bugfix: show (cleaned) comment back on detail page. 2008-06-10 08:22:19 -05:00
opac-search.pl Bug 2539. Remove unintegrated "spsuggest" code from search scripts. 2009-07-14 21:20:25 -04:00
opac-sendbasket.pl bug 3141: use quoted printable encoding in cart/list emails 2009-04-18 18:36:14 -05:00
opac-sendshelf.pl bug 3141: use quoted printable encoding in cart/list emails 2009-04-18 18:36:14 -05:00
opac-serial-issues.pl Reintroducing history dates for serial-issue (see previous commit for staff // feature) 2008-04-10 02:52:54 -05:00
opac-shelves.pl Fix for 2160: My Lists Tab on OPAC Profile 2008-07-08 00:18:40 -05:00
opac-showmarc.pl remove superfluous retrieval of $ENV{'REMOTE_USER'} 2008-12-05 16:03:43 -06:00
opac-showreviews.pl bug 2505: turn on warnings in two scripts 2008-12-11 08:27:52 -06:00
opac-suggestions.pl bug 2505: turn on warnings in two scripts 2008-12-11 08:27:52 -06:00
opac-tags.pl New framework for AJAX services 2009-05-14 07:29:18 -05:00
opac-tags_subject.pl opac-tags_subject.pl - touch up: this script is does not require Exporter. 2008-04-22 18:02:30 -05:00
opac-topissues.pl Adding checks for dateformat preference so that tablesorter script can be passed an extra parameter for proper sorting of metric dates (Bug 2089, dates & table ordering with jquery) 2008-05-12 10:06:32 -05:00
opac-user.pl Corrected: Hiding renew link in the OPAC for items which cannot be renewed. Fixes bug 3083. 2009-04-03 18:31:16 -05:00
opac-userdetails.pl clean up old-style calls to GetMemberDetails 2008-06-25 11:39:22 -05:00
opac-userupdate.pl Correction to enable sending of update emails. 2009-07-12 23:52:18 -04:00
unapi bug 2001, 2432: improve unAPI implementation 2009-05-22 07:31:43 -05:00