Koha/opac
Galen Charlton 4c55cc220f reduce bib fetches during search and OPAC display
Speed up bib search and OPAC bib display, especially
when the XSLT OPAC results and details display sysprefs are
ON, by passing an existing MARC::Record object to three
functions:

C4::Biblio::get_biblio_authorised_values()
C4::XSLT::XSLTParse4Display()
C4::XSLT::transformMARCXML4XSLT (internal)

These functions previously fetched the bib from the
database, incurring the cost of DB retrieval and MARCXML
parsing even though client code already had a
MARC::Record object available.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-02-12 14:31:55 -06:00
..
errors
rss
sco Bug 2900: fix GetPendingIssues. 2009-01-08 11:08:27 -06:00
changelanguage.pl
maintenance.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
oai.pl bug 2659: fix crash in OAI-PMH interface 2008-10-16 14:47:13 -05:00
opac-account.pl
opac-addbybiblionumber.pl Bug 2675 users public lists do not show on opac-detail.pl 2008-12-05 16:06:38 -06:00
opac-alert-subscribe.pl
opac-authorities-home.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
opac-authoritiesdetail.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
opac-basket.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
opac-browser.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
opac-changelanguage.pl
opac-detail.pl reduce bib fetches during search and OPAC display 2009-02-12 14:31:55 -06:00
opac-detailprint.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
opac-dictionary.pl
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 2817: Added support to pull Amazon information based on UPC, EAN, and 13-digit ISBN 2008-12-01 11:05:30 -06:00
opac-logout.pl
opac-main.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
opac-MARCdetail.pl OPAC-side ISBN display fix (Bug 2592) 2008-10-22 14:52:00 -05:00
opac-messaging.pl Hiding SMS settings in OPAC if SMSSendDriver is not defined. Fixes Bug 2455, remove SMS column from patron messaging preferences if SMSSendDriver is not defined 2009-01-06 20:29:43 -06:00
opac-modrequest.pl
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 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
opac-renew.pl fix for bug 1101: Renew All for the OPAC 2008-08-21 18:50:04 -05:00
opac-reserve.pl holds policies fixes 2009-02-09 14:30:41 -06:00
opac-review.pl
opac-search.pl (bug #2881) preselect default sorting 2008-12-31 11:10:31 -06:00
opac-sendbasket.pl (bug #2909) fix the attachment base64 encoding 2009-01-12 15:52:08 -06:00
opac-sendshelf.pl (bug #2908) adding send shelf by e-mail feature 2009-01-12 15:51:59 -06:00
opac-serial-issues.pl
opac-shelves.pl
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 debugify a warn 2008-10-16 10:57:54 -05:00
opac-tags_subject.pl
opac-topissues.pl
opac-user.pl Bug 2900: fix GetPendingIssues. 2009-01-08 11:08:27 -06:00
opac-userdetails.pl
opac-userupdate.pl Messaging Preferences for OPAC 2009-02-04 13:54:45 -06:00
unapi