[koha-commits] main Koha release repository branch new/bug_9183 created. v3.08.00-1480-gc8e8328

Git repo owner gitmaster at git.koha-community.org
Thu Dec 27 16:09:25 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_9183 has been created
        at  c8e8328cb1de72e822028b23d96dd10b56b601aa (commit)

- Log -----------------------------------------------------------------
commit c8e8328cb1de72e822028b23d96dd10b56b601aa
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Fri Nov 30 22:45:48 2012 -0500

    Bug 9183: Refactor ZOOM event loop
    
    Prior to this patch, there were three identical ZOOM event loops in
    C4::Search. This is wasteful, and goes against all good programming
    practice. This patch refactors the ZOOM event loops into a separate
    subroutine which is called by SimpleSearch, searchResults, and
    GetDistinctValues call.
    
    The new routine, _ZOOM_event_loop process the ZOOM event loop and,
    once it has been fully processed, passes control to a closure provided
    by the calling routine for processing the results, and destroys the
    result sets.
    
    To test (after applying patch):
    1) Do a regular bibliographic search that should return results.
    2) Do a search in the Cataloging module that should return results.
    3) If you get results from both searches, the patch works.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list