Koha/opac
Frédéric Demians 199ec1473a Bugfix #2920 Avoid doing unecessary calls to Amazon Web Services
This patch modifies how AWS is called. AWS is now called
depending on syspref. It works completly for OPAC; it
has to be refined for intranet.

For OPAC:

  * If OPACAmazonReviews is set, AWS EditorialReview and
    Reviews (users) are grabed.
  * If OPACAmazonSimilarItems is set, AWS Similarities info
    are grabed.
  * If nothing is asked, AWS is not called anymore,
    sparing server bandwidth.

For intranet:

  It works as it used to work. AWS is called if AmazonEnabled
  is set whatever how other syspref are set.

  TODO:

    * Add a AmazonReviews syspref
    * Request Amazon content depending on AmazonSimilarities
      and AmazonReviews syspref

DOCUMENTATION:

  It should be explained that Amazon services related syspref
  have two levels:

  * AmazonEnable / OPACAmazonEnable
  * Other: OPACAmazonReviews (new), OPACAmazonSimilarProduct,
    OPACAmazonCover

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-04-26 10:36:14 -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 changed OAI-PMH implementation 2009-04-24 14:01:21 -05:00
opac-account.pl
opac-addbybiblionumber.pl Fix for Bug 3095, Add to lists page doesn't redirect with no javascript 2009-04-08 12:30:22 -05:00
opac-alert-subscribe.pl
opac-authorities-home.pl (bug #3004) fix the opac authority search 2009-04-18 12:01:58 -05:00
opac-authoritiesdetail.pl
opac-basket.pl bug 3034: Tag multiple items at once. 2009-04-01 12:30:01 -05:00
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 Bugfix #2920 Avoid doing unecessary calls to Amazon Web Services 2009-04-26 10:36:14 -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 (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
opac-main.pl Bug 2505 Adding use warnings, and fixing the warnings generated 2009-04-26 09:51:03 -05:00
opac-MARCdetail.pl (bug #2913) show "--" on repeated fields 2009-04-01 10:49:31 -05:00
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 Convert opac-reserve to use GetBranchesLoop. 2009-03-27 19:06:54 -05:00
opac-review.pl
opac-search.pl bug 2505: fix more warnings in opac-search.pl 2009-04-26 10:24:38 -05: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
opac-shelves.pl
opac-showmarc.pl
opac-showreviews.pl
opac-suggestions.pl
opac-tags.pl bug 3034: Tag multiple items at once. 2009-04-01 12:30:01 -05:00
opac-tags_subject.pl
opac-topissues.pl
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
opac-userupdate.pl Messaging Preferences for OPAC 2009-02-04 13:54:45 -06:00
unapi