[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.09-80-gee5ecb043e

Git repo owner gitmaster at git.koha-community.org
Mon Apr 13 22:39:34 CEST 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  ee5ecb043e985ff59fe045b5f596d8f90d907ef3 (commit)
       via  198484d3b9d7536ff9ee8569151e4c95b4146e03 (commit)
      from  2ea4f02f8462d7806f9a05d270f6d4f8e3ed9aaa (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 ee5ecb043e985ff59fe045b5f596d8f90d907ef3
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Mar 10 15:11:07 2020 +0000

    Bug 21708: Sort MARC fields in TransformHtmlToMarc
    
    Instead of pushing 999 in the front :)
    
    Test plan:
    Do not yet apply this patch.
    Edit a record. Save. And open MARC view/view plain on opac-detail.
    Verify that the biblionumber field (MARC21 999) follows leader.
    Apply this patch. Restart Plack.
    Edit a record. Save. And open MARC view/view plain on opac-detail.
    Verify that the biblionumber field is in right position.
    Run t/db_dependent/Biblio/TransformHtmlToMarc.t. Should pass now.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel 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>
    (cherry picked from commit 6cb9b3634dcc06bdd69b82960a257f38fd75e0d0)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 198484d3b9d7536ff9ee8569151e4c95b4146e03
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Mar 11 13:22:31 2020 +0000

    Bug 21708: Add a few tests in TransformHtmlToMarc.t
    
    Test plan:
    Run t/db_dependent/Biblio/TransformHtmlToMarc.t without the module change
    patch. Verify that the test fails on the order of fields.
    Go to test plan of the second patch.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel 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>
    (cherry picked from commit ca2ebddb1386665a3332ac67f7b5ce971a828c90)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Biblio.pm                                |  1 +
 t/db_dependent/Biblio/TransformHtmlToMarc.t | 46 +++++++++++++++++++++++++++--
 2 files changed, 44 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list