[koha-commits] main Koha release repository branch master updated. v3.22.00-279-g467355d

Git repo owner gitmaster at git.koha-community.org
Tue Jan 19 22:56:15 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, master has been updated
       via  467355d846a047ba3e77c0e9d73bf2323ab4fd67 (commit)
       via  2ca9bd5dc247ae26225cbc299c1bc0883bc444e0 (commit)
       via  1eab5c199d21a622abde7e47ca248d80e882ca46 (commit)
      from  8db6b0f5330f16d4e3f100987597d0ce72645d07 (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 467355d846a047ba3e77c0e9d73bf2323ab4fd67
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>

commit 2ca9bd5dc247ae26225cbc299c1bc0883bc444e0
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>

commit 1eab5c199d21a622abde7e47ca248d80e882ca46
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>

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

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