[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.02-81-gd79888822b

Git repo owner gitmaster at git.koha-community.org
Fri Feb 7 00:28:38 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  d79888822bba76c1eab3530f5b792bd7c88bbbde (commit)
       via  37c07b1b56a8a72d9473249bfa1cb512e08f7df9 (commit)
       via  7207e57dbe867d6da3f38393b03242cf4c3d1eb5 (commit)
      from  203d8a194d8879db905121c8981bb499f9647c3e (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 d79888822bba76c1eab3530f5b792bd7c88bbbde
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 20 12:22:58 2019 +0100

    Bug 23064: Use Koha::Subscription in ModSubscription
    
    We must use Koha::Subscription instead of raw SQL.
    It will fix issue with default and integer values.
    
    Test plan:
    Edit a subscription and set number of issues = "f"
    Save
    => Without this patch there is a SQL error in the log:
      Incorrect integer value: 'f' for column 'numberlength'
    => With this patch the other changes are effective.
    
    Note: We also could change the type attribute of the input to "number",
    to have a client-side check
    
    Also, the return value of ModSuggestion is never used, so we are safe
    with that.
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    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 37c07b1b56a8a72d9473249bfa1cb512e08f7df9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jan 10 14:16:56 2020 +0100

    Bug 24397: Remove out of sync script populate_db.pl
    
    populate_db.pl from koha-misc4dev must be used instead.
    This script existed before the creation of koha-misc4dev, it does no
    longer make sense to have it in Koha.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 7207e57dbe867d6da3f38393b03242cf4c3d1eb5
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Dec 20 13:33:28 2019 +0000

    Bug 24286: Escape forward slash in GENRE/FORM (and any authtype)
    
    Note that bug 24267 will fix the issue during Z39 searching for new auth, but the duplicate check at saving will still fail
    
    To test:
     0 - Set SearchEngine to Elasticsearch,  QueryRegexEscapeOptions  to 'Don't Escape'
     1 - Browse to Authorities
     2 - Select New->New from Z3950
     3 - Search for subject 'Short stories'
     4 - Auth search explodes
     5 - Apply patch
     6 - Repeat and confirm the search results return
     7 - Import and save the GENRE/FORM record for Short stories
     8 - Repeat the search and import the same record
     9 - Confirm that upon save you are notified of duplicate, don't save
    10 - set  QueryRegexEscapeOptions to 'Escape' and confirm Z39 searching works and importing/save notifies of duplicate
    11 - set SearchEngine to Zebra and confirm Z39 searching works and importing/save notifies of duplicate
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Myka Kennedy Stephens <mkstephens at lancasterseminary.edu>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/AuthoritiesMarc.pm     |   1 +
 C4/Serials.pm             |  74 ++++++++++-------
 misc/devel/populate_db.pl | 200 ----------------------------------------------
 3 files changed, 46 insertions(+), 229 deletions(-)
 delete mode 100755 misc/devel/populate_db.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list