[koha-commits] main Koha release repository branch new/bug_6990 created. v3.06.00-357-g6456afe

Git repo owner gitmaster at git.koha-community.org
Tue Jan 17 15:07:05 CET 2012


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, new/bug_6990 has been created
        at  6456afea959111b3e0cade89e14251ea8abd5f74 (commit)

- Log -----------------------------------------------------------------
commit 6456afea959111b3e0cade89e14251ea8abd5f74
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Mon Jan 16 18:47:15 2012 +0100

    Bug 6990 follow up PODDOC & unit test updating
    
    This patch removes the TransformKohaToMarcOneField sub, but there was some remaining POD & unit test about it

commit 02d392a502571e14df9373782343cf5e3bbe83b6
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Sat Oct 8 17:03:18 2011 +0200

    TransformKohaToMarc enhancement
    
    TransformKohaToMarc function is called for each biblio and item that has
    to be build. This function execute a DB statement for each Koha field
    that has to be mapped to a MARC tag/letter. This impact deeply
    performances for script like rebuild_zebra, especially since items are
    not anymore in bilio records and have to be rebuild on the fly.
    
    I'm proposing a patch which read Koha field to MARC field mapping just
    one time and cache it. My test show a 30% execution time improvement on
    rebuild_zebra.pl script. It uses already cached mapping in C4::Context.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    http://bugs.koha-community.org/show_bug.cgi?id=6990
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list