Koha/admin
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
..
admin-home.pl functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
aqbookfund.pl Use C4::Debug on warn statements. 2008-06-20 15:31:17 -05:00
aqbudget.pl Markup corrections, style fixes, and other minor bugs, including fix for Bug 2679 ("Dates Changing on Funds When Editing") 2008-10-22 13:34:36 -05:00
auth_subfields_structure.pl 1571 2008-10-22 15:35:10 -05:00
auth_tag_structure.pl (bug #2917) editing authority marc field structure doesn't workl 2009-03-04 10:50:58 -06:00
authorised_values.pl bug 2505: enable warnings for admin/authorized_values.pl 2009-01-06 19:44:33 -06:00
authtypes.pl #1546 fix (removing REPLACE) 2007-11-07 08:18:23 -06:00
biblio_framework.pl kohabug 2100 - allow deletion of non-default MARC framework 2008-05-16 08:18:23 -05:00
branch_transfer_limits.pl This patch allows the Branch Transfer Limits feature to limit transfers either by itemtype ( like the original commit ) or collection code ( new feature ). 2009-03-06 11:27:16 -06:00
branches.pl Add 'use warnings' and correct uninitialized value warnings. 2008-12-29 19:52:45 -06:00
categorie.pl cleanup in memberentry,categories. 2007-12-17 08:19:07 -06:00
checkmarc.pl bug 2254 [3/3]: add authority type check 2008-06-25 11:39:30 -05:00
cities.pl Killing more replace statements, bug 1546 2008-01-08 20:09:52 -06:00
classsources.pl bugfix: correct class sort rule not selected when editing class source 2007-11-20 16:07:43 -06:00
currency.pl currency expansion - symbol and timestamp. PLEASE VERIFY SQL edit. Should be equivalent to: ALTER TABLE currency ADD symbol varchar(5) default NULL, ADD timestamp timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP; 2008-01-03 20:21:28 -06:00
env_tz_test.pl Bug 2617: Add strict (and warnings), partial fix. 2009-03-11 08:36:55 -05:00
item_circulation_alerts.pl remove editor settings 2009-02-04 14:47:42 -06:00
itemtypes.pl fix for bug 1771: Template errors with remote itemtype image 2008-08-21 16:50:29 -05:00
koha2marclinks.pl More markup corrections for better validation. 2008-09-02 17:36:05 -05:00
marc_subfields_structure.pl Fixing markup errors, tweaking show/hide javascript. 2008-09-02 17:36:07 -05:00
marctagstructure.pl More markup corrections for better validation. 2008-09-02 17:36:05 -05:00
matching-rules.pl added editor for MARC matching rules 2007-11-17 10:49:15 -06:00
patron-attr-types.pl new editor for patron attribute types 2008-05-12 09:03:03 -05:00
printers.pl Printers code paring, related to bug 2045. This does not resolve the bug, 2008-05-31 21:59:46 -05:00
roadtype.pl Whoops fixing the update call, had params round the wrong way 2008-01-08 20:09:54 -06:00
smart-rules.pl Add holds policies 2009-01-16 08:21:07 -06:00
stopwords.pl Removing replace from stopwords.pl 2008-01-08 20:09:54 -06:00
systempreferences.pl Syndetics and Amazon bugfix enhancements 2009-03-27 17:23:51 -05:00
z3950servers.pl Fix bug in /admin/z3950servers.pl 2008-05-17 18:45:38 -05:00