[Koha-bugs] [Bug 8995] Show OpenURL links in OPAC search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 13 17:39:41 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8995

Paola Rossi <paola.rossi at cineca.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #35747|0                           |1
        is obsolete|                            |

--- Comment #38 from Paola Rossi <paola.rossi at cineca.it> ---
Created attachment 35916
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35916&action=edit
[SIGNED OFF] Bug 8995: Show OpenURL links in OPAC search results

The new sysprefs are 5:

NB  - OPACShowOpenURL: enable or disable this feature
  - OpenURLResolverURL: url of the openURL resolver
  - OpenURLText: text of the link
  - OpenURLImageLocation: image of the link
NB  - OPACOpenURLItemTypes: List of item type codes (separated by spaces) for 
those you want to show the OpenURL link

Link is displayed as an image if OpenURLImageLocation is defined.
Link is displayed as an text if OpenURLText is defined.
If neither OpenURLImageLocation nor OpenURLText are defined, link is displayed 
as the text "OpenURL".
If either OpenURLImageLocation or OpenURLText are defined, link is displayed as 
an image whose title-text is the OpenURLText text.


I've applied the patch against master 3.19.00.011

The patch contains "3.17.00" and needs to be rebased trivially.

Soon after upgrading, and having set the sysprefs to enable OpenURL, I 
re-indexed zebra.

Everything is OK as required.

So I pass the patch to "Signed OFF" status.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list