[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.03-31-g07af2a5645

Git repo owner gitmaster at git.koha-community.org
Thu Mar 5 03:20:02 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.11.x has been updated
       via  07af2a5645303ad35b45fabc3ed966f2ab55899e (commit)
       via  5b1c56c7b5b4a23ce1d8cba8ab41276ec07b7add (commit)
       via  9bf4f492d82196f10bb017dd761ff6fa022a9bb9 (commit)
       via  91c16e9e7a8e9eccf37024b0efde14819b7093b9 (commit)
      from  a2fe9fa991bc074c4703729b0f459a40a2cc0eb4 (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 07af2a5645303ad35b45fabc3ed966f2ab55899e
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>

commit 5b1c56c7b5b4a23ce1d8cba8ab41276ec07b7add
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Thu Mar 5 01:50:40 2020 +0000

    Bug 24640: DBRev 19.11.03.002
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 9bf4f492d82196f10bb017dd761ff6fa022a9bb9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Feb 12 12:26:25 2020 +0100

    Bug 24640: Allow quotes.timestamp to be NULL
    
    It is broken with strict mode enable, timestamp is created without
    default value.
    
    Note that the .sql installer file init the value with NOW(), which is
    wrong.
    
    DBD::mysql::st execute failed: Field 'timestamp' doesn't have a default
    value [for Statement "INSERT INTO quotes (source, text) VALUES (?, ?);"
    with ParamValues: 0="poeut", 1="pouet"] at
    /kohadevbox/koha/tools/quotes/quotes_ajax.pl line 49.
    
    Test plan:
    Create a new quote of the day
    => Without this patch you will get an error
    
    Signed-off-by: David Nind <david at davidnind.com>
    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>

commit 91c16e9e7a8e9eccf37024b0efde14819b7093b9
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Feb 13 15:43:30 2020 +0000

    Bug 24654: Remove trailing quote in rda264 XSLT
    
    To test:
    1 - Find or add a recod with a 264 field
    2 - Make sure there is a subfield b
    3 - View the record in opac
    4 - Right click on publisher link and copy and paste into a text editor
    5 - Note the trailing " in the search
    6 - Apply patch
    7 - Refresh
    8 - Link is correctly formed now
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    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>

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

Summary of changes:
 Koha.pm                                                   | 2 +-
 installer/data/mysql/kohastructure.sql                    | 2 +-
 installer/data/mysql/updatedatabase.pl                    | 9 +++++++++
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt   | 4 ++--
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt  | 2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl | 2 +-
 6 files changed, 15 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list