[koha-commits] main Koha release repository branch master updated. v3.22.00-312-g6589528

Git repo owner gitmaster at git.koha-community.org
Mon Jan 25 15:06:10 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  65895285d9c47e7fab13b0f67d0d0f7409c0673d (commit)
       via  de5f4e3cc394b8635d048a6f7201d994af5b4be8 (commit)
       via  ee56318a26589103a787c47a35d71d5f8fbecc9f (commit)
       via  ea47e6cdc3a515f76b6933afe4a0edf3d6bb0f02 (commit)
       via  7030945d6c81934fb333486da6951e320df4e782 (commit)
       via  265449a3d35117bb5df57f7b7430e89880374a0c (commit)
      from  3aa8d6da141ec1e4998f185e6c1fa2dbce04764f (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 65895285d9c47e7fab13b0f67d0d0f7409c0673d
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>
    Patches previously applied in reverse order.

commit de5f4e3cc394b8635d048a6f7201d994af5b4be8
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 ee56318a26589103a787c47a35d71d5f8fbecc9f
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 ea47e6cdc3a515f76b6933afe4a0edf3d6bb0f02
Author: Jesse Weaver <jweaver at bywatersolutions.com>
Date:   Mon Jan 25 07:01:29 2016 -0700

    Revert "Bug 15572: TransformHtmlToMarc - rewrite the loop"
    
    This reverts commit 1eab5c199d21a622abde7e47ca248d80e882ca46.

commit 7030945d6c81934fb333486da6951e320df4e782
Author: Jesse Weaver <jweaver at bywatersolutions.com>
Date:   Mon Jan 25 07:01:28 2016 -0700

    Revert "Bug 15572: Follow-up to fix error on authority creation"
    
    This reverts commit 2ca9bd5dc247ae26225cbc299c1bc0883bc444e0.

commit 265449a3d35117bb5df57f7b7430e89880374a0c
Author: Jesse Weaver <jweaver at bywatersolutions.com>
Date:   Mon Jan 25 07:01:25 2016 -0700

    Revert "Bug 15572: Add tests for TransformHtmlToMarc"
    
    This reverts commit 467355d846a047ba3e77c0e9d73bf2323ab4fd67.

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

Summary of changes:
 C4/Biblio.pm |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list