[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.11-21-gdf8e0a1205

Git repo owner gitmaster at git.koha-community.org
Fri Jun 12 03:43:47 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.05.x has been updated
       via  df8e0a1205fd23243d8207710c4a001e4ed59c79 (commit)
      from  ffbdb202fa461fcbe2ca7102b9a860179bbefa2e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit df8e0a1205fd23243d8207710c4a001e4ed59c79
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri May 8 16:13:40 2020 +0000

    Bug 25428: Correctly encode link if authority subfield is a URL
    
    This patch modifies the script and template for showing the details of
    an authority record so that if the authority subfield is configured to
    be a link the link is correctly output in the template.
    
    To test you must have an authority type configured with at least one
    subfield designated as a URL:
    
     - Go to Administration -> Authority types
     - Select "MARC structure" from the actions menu for the authority type
       you want to modify.
     - Select "Subfields" from the actions menu for the tag containing
       the subfield you want to modify (for instance 856).
     - Edit the subfield you want to display as a link (e.g. subfield u).
     - In the subfield configuration form under "Advanced constraints" check
       the "Is a URL" checkbox and save your changes.
    
     - Apply the patch and go to Authorities in the staff interface.
     - Search for or create an authority record which contains URL
       information in the right subfield (for instance 856$u).
     - View the details for the record. Using the 856 example, the "8" tab
       should contain an active link pointing to the correct URL.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 1bcc45be621b19dc602d675ca10d844301496b06)
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit c5d8ee7651da7732990139682c1ad404d17a9d7f)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

-----------------------------------------------------------------------

Summary of changes:
 authorities/detail.pl                                         | 3 ++-
 koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt | 6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list