Koha/opac
Joshua Ferraro 3d65e44d5c Syndetics and Amazon bugfix enhancements
This patch resolves a number of problems related to Enhanced Content:

1. Previously, there was no syspref for controlling whether or not to display
Amazon.com cover images apart from other content. This had the side effect
of preventing use of amazon.com content alongside use of another provider's
images. This patch introduces AmazonCoverImages and OPACAmazonCoverImages,
and changes the name of AmazonContent to AmazonEnabled.

So, for instance, you can now enable OPACAmazonSimilarItems yet utilize
SyndeticsCoverImages for displaying those similar items.

NOTE TO DOCUMENTATION TEAM: please update references to AmazonContent
and OPACAmazonContent to comply with the above.

2. Fixes some semantically incorrect uses of AmazonContent (now OPACAmazonEnabled)
on the OPAC side.

3. Resolves once and for all, the normalization of ISBN,UPC,EAN and OCLC numbers
for all enhanced content elements; These elements can be normalized using the
new functions in C4::Koha; I've replaced use of the various previously used
variables $xisbn,$norm_isbn,$clean_isbn, etc with $isbn, and the template
variable normalized_isbn.

We finally have a single, consistant place to retrieve normalize values for
these fields given a particular record.

4. Adds Syndetics attribution statements to display of all Syndetics content
'enhanced content provide by Syndetics' or 'Enhanced Description from Syndetics'

5. Adds an option to view the large cover image on the detail page on the OPAC
when using SyndeticsCoverImages; this option is controlled by a new system
preference: SyndeticsCoverImageSize which has two values: MC (medium) LC (large)

6. Adds UPC and OCLC numbers for Syndetics enhanced content queries especially
helpful for finding enhanced content for DVD and Music materials

7. Adds capability to display Syndetics images to opac-user for checkouts and overdues

8. Updates to systempreferences.sql, and updatedatabase.pl database revision 015

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-03-27 17:23:51 -05:00
..
errors
rss
sco - perltidy corrects broken indentation on 'if' block. 2009-03-04 16:28:27 -06:00
changelanguage.pl
maintenance.pl
oai.pl
opac-account.pl
opac-addbybiblionumber.pl
opac-alert-subscribe.pl
opac-authorities-home.pl
opac-authoritiesdetail.pl
opac-basket.pl
opac-browser.pl
opac-changelanguage.pl Bug 2617: Add strict (and warnings), partial fix. 2009-03-11 08:36:55 -05:00
opac-detail.pl Syndetics and Amazon bugfix enhancements 2009-03-27 17:23:51 -05:00
opac-detailprint.pl
opac-dictionary.pl
opac-export.pl
opac-ics.pl Bug 2900: fix GetPendingIssues. 2009-01-08 11:08:27 -06:00
opac-ISBDdetail.pl Syndetics and Amazon bugfix enhancements 2009-03-27 17:23:51 -05:00
opac-logout.pl
opac-main.pl
opac-MARCdetail.pl
opac-messaging.pl
opac-modrequest.pl
opac-mymessages.pl
opac-passwd.pl
opac-readingrecord.pl Syndetics and Amazon bugfix enhancements 2009-03-27 17:23:51 -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 UI tweaks to OPAC holds screen following addition of multiple holds functionality. Addition of subtitle and copy number to output. 2009-03-11 08:37:11 -05:00
opac-review.pl
opac-search.pl Syndetics and Amazon bugfix enhancements 2009-03-27 17:23:51 -05: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
opac-showreviews.pl
opac-suggestions.pl
opac-tags.pl
opac-tags_subject.pl
opac-topissues.pl
opac-user.pl Syndetics and Amazon bugfix enhancements 2009-03-27 17:23:51 -05:00
opac-userdetails.pl
opac-userupdate.pl Messaging Preferences for OPAC 2009-02-04 13:54:45 -06:00
unapi