[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.16-23-ga5c2090ff5

Git repo owner gitmaster at git.koha-community.org
Tue Nov 17 15:59:15 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  a5c2090ff5853f839a8021d52494cfcba9a2c1be (commit)
       via  5f59c30c9f3c50229c85fd34bbedbe5b75c07310 (commit)
      from  53b7843ee9d507e2dff85d45e0f14ae5122c7abd (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 a5c2090ff5853f839a8021d52494cfcba9a2c1be
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Oct 26 11:17:40 2018 -0300

    Bug 26639: Add auto_savepoint to DBIC connection
    
    See comment 0.
    
    https://metacpan.org/pod/distribution/DBIx-Class/lib/DBIx/Class/Manual/Cookbook.pod#Nested-transactions-and-auto-savepoints
    
    Otherwise:
    DBIx::Class::Storage::txn_rollback(): A txn_rollback in nested transaction is ineffective! (depth 1) at t/db_dependent/Koha/Objects.t line 274
    
    Possible side-effects? Slowness?
    
    We need to push it to master ASAP and see how our test suite behave.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit bd63fb2bb941294371a072fea9fc2f930ff5bf3f)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 493e62aad82931304bdcf2c63152451aed781b16)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 81be2e66f63ce49730c822173ceddf857b0eb845)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 5f59c30c9f3c50229c85fd34bbedbe5b75c07310
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Oct 29 12:18:56 2020 +0000

    Bug 18051: Set UTF8 Flag for record searches/imports from rancor
    
    The advanced cataloging editor uses Koha::MetaSearcher to find and import records
    from Z3950.
    
    The records are correctly converted to UTF8, however, we need to set the flag in the
    record to ensure they are parsed correctly later
    
    To test:
     1 - Add OHIOLINK as a z39 source as described in earlier comments
     2 - Browse to Cataloging->Advanced editor
     3 - Click Search->Advanced
     4 - Select OHIOLINK
     5 - Search for author 'capek karel'
     6 - Note records look bad
     7 - Apply patch
     8 - Restart all the things
     9 - Repeat
    10 - Success!
    
    Signed-off-by: Barbara Johnson <barbara.johnson at bedfordtx.gov>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 4d92e3d284e392ad681b095c02965fe57a85a5a1)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 5b5c58e08b04fa6c329d30d834329194ffd422bf)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit b5121e77fe703df81942cdac89829bf6848829db)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 Koha/Database.pm     | 1 +
 Koha/MetaSearcher.pm | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list