[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.08-33-g205dac98dc

Git repo owner gitmaster at git.koha-community.org
Wed Mar 11 00:13:30 CET 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  205dac98dc0258884c2171b9c1e972b0b7938ff6 (commit)
      from  88399049343fd8dd39d80e2ad784883aca02a89e (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 205dac98dc0258884c2171b9c1e972b0b7938ff6
Author: David Kuhn <techservspec at gmail.com>
Date:   Sat Aug 31 16:23:16 2019 -0700

    Bug 23527: BakerTaylorBookstoreURL is converted to escaped characters by template, rendering it invalid
    
    Changing the template toolkit filter for rendering the value of
    BakerTaylorBookstoreURL in opac-detail.tt and opac-results.tt from uri
    to url fixes the problem.
    
    To test (requires a Baker & Taylor username and password):
    
    1. Enter the B&T url into BakerTaylorBookstoreURL.
    2. Set BakerTaylorEnabled to "add" and enter your username and password.
    3. Look up a title in the OPAC.
    4. Locate a title with a cover image.
    5. Click on the cover image. You are not redirected to the url stored
       in BakerTaylorBookstoreURL.
    6. Display the full record for the title
    7. Click on the cover image. You are not redirected to the url stored
       in BakerTaylorBookstoreURL.
    8. Apply the patch.
    9. Refresh the OPAC display.
    10. Click on the cover image. You are now redirected to the specified url.
    11. Return to the results list.
    12. Click on a cover image. You are now redirected to the specified url.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Although I don't have valid Baker & Taylor credentials I was able to use
    dummy data to verify that the links in the template are correctly
    encoded with this patch.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 07af2a5645303ad35b45fabc3ed966f2ab55899e)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt  | 4 ++--
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list