[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.01-91-ge10f011

Git repo owner gitmaster at git.koha-community.org
Mon Jan 25 12:25:28 CET 2016


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, 3.22.x has been updated
       via  e10f011dd1e639a5291728ef501d0918b049b713 (commit)
       via  45e10ea437c57203dc4dfac8e2960f9aa8d78209 (commit)
       via  44bd1995bf8577713a7d6fca83a52ed14cd6d7fa (commit)
      from  f0c36157ef13ad7a8f4238128cb145d94b9c9504 (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 e10f011dd1e639a5291728ef501d0918b049b713
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Jan 12 16:49:15 2016 +0100

    Bug 15572: TransformHtmlToMarc - rewrite the loop
    
    This rewrites the while loop into a for loop, so $i still gets
    incremented when we call next
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
      Make sense. Add readability. Infinite loop no more possible.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>
    (cherry picked from commit 1eab5c199d21a622abde7e47ca248d80e882ca46)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 45e10ea437c57203dc4dfac8e2960f9aa8d78209
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jan 12 15:23:33 2016 +0000

    Bug 15572: Add tests for TransformHtmlToMarc
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>
    (cherry picked from commit 467355d846a047ba3e77c0e9d73bf2323ab4fd67)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 44bd1995bf8577713a7d6fca83a52ed14cd6d7fa
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Tue Jan 12 11:53:11 2016 +0100

    Bug 15572: Follow-up to fix error on authority creation
    
    Bug 6657 modified the way C4::Biblio::TransformHtmlToMarc operates in order to
    solve an issue occuring during biblio record cataloguing. But this function is
    also used by authorities cataloguing, and the code in this case is irrelevante.
    This followup allows to distinguish for which kind of record
    TransformHtmlToMarc is called: biblio/authority.
    
    A bug appears in authority creation without this patch in some circunstances:
    when authid is linked to 001 field.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Tested with a new authority record
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>
    (cherry picked from commit 2ca9bd5dc247ae26225cbc299c1bc0883bc444e0)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Biblio.pm                                |   20 +++---
 authorities/authorities.pl                  |    2 +-
 authorities/merge.pl                        |    2 +-
 cataloguing/addbiblio.pl                    |    4 +-
 cataloguing/merge.pl                        |    2 +-
 t/db_dependent/Biblio/TransformHtmlToMarc.t |   92 +++++++++++++++++++++++++++
 6 files changed, 109 insertions(+), 13 deletions(-)
 create mode 100644 t/db_dependent/Biblio/TransformHtmlToMarc.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list