[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.00-46-gb489b55

Git repo owner gitmaster at git.koha-community.org
Mon Dec 23 17:03:06 CET 2019


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  b489b559a10a80d2009fbf3500c47159b57ebd93 (commit)
       via  8e0e9b662389015e32c8b5ef5a07461132b44f73 (commit)
       via  f69d0f45149ecb5fee49d402df68d9a9f3689711 (commit)
       via  caaa4f357df6355154907db20980b19fc9411fc8 (commit)
       via  bec6babff62908fe73cb33e825fac63b25c1468e (commit)
      from  1aa943d9af93f8c6ffd8cc1c962c10862a46606b (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 b489b559a10a80d2009fbf3500c47159b57ebd93
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 17 14:57:58 2019 +0100

    Bug 24175: Simplify tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 8e0e9b662389015e32c8b5ef5a07461132b44f73
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 17 14:23:16 2019 +0100

    Bug 24175: Take advantage of Koha::Item->holds
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit f69d0f45149ecb5fee49d402df68d9a9f3689711
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Dec 4 18:50:41 2019 +0000

    Bug 24175: Use itemnumber when searching for holds in SIP drop_hold
    
    To test:
    1 - place a hold for a patron
    2 - Get SIP running
        https://wiki.koha-community.org/wiki/Koha_SIP2_server_setup
    3 - edit the sip_cli_emulator.pl for hold_mode from '+' to '-'
    4 - Attempt to cancel hold
    5 - It fails
    6 - Apply patch
    7 - Try again
    8 - It succeeds
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit caaa4f357df6355154907db20980b19fc9411fc8
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Dec 4 18:38:22 2019 +0000

    Bug 24175: Unit tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit bec6babff62908fe73cb33e825fac63b25c1468e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Dec 15 12:53:06 2019 +0100

    Bug 24243: Do not explode if invalid metadata when searching catalogue
    
    If the bibliographic record metadata cannot be decoded, the get_coins
    call should catch the exception raised by Koha::Biblio::Metadata->record
    to not explode
    
    Error is: "Invalid data, cannot decode objec"
    
    Test plan:
    0/ Do not apply the patch
    1/ Search for record at the OPAC
    2/ Note one of the biblionumber from the first page result
    3/ Set to empty string the biblio_metadata to make the error appears:
      update biblio_metadata set metadata="" where biblionumber=42;
    4/ Try the same search
    => You get an internal server error
    5/ Apply the patch, restart plack and try again
    => It now works, ie. it does not explode
    
    Signed-off-by: Liz Rea <wizzyrea 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>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/SIP/ILS/Transaction/Hold.pm   |    9 ++-----
 opac/opac-search.pl              |    3 ++-
 t/db_dependent/SIP/Transaction.t |   50 +++++++++++++++++++++++++++++++++++++-
 3 files changed, 53 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list