[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.01-10-g081db87

Git repo owner gitmaster at git.koha-community.org
Thu Dec 27 21:05:28 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, 3.10.x has been updated
       via  081db87fc4eb65d2f28e6332b6460c8372d9755e (commit)
       via  ab60a92b2dcd6f491a27f8db60aa6e35242f3f2b (commit)
       via  727e002f3acc25b445b3177b601756ba6d5f650d (commit)
      from  c3825279d90147f801b435824ddab587f6378162 (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 081db87fc4eb65d2f28e6332b6460c8372d9755e
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Dec 10 09:30:08 2012 +0100

    Bug 7368: Update GetXmlBiblio documentation
    
    Only changing some documentation about GetXmlBiblio
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Added the word 'contain'
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit ab60a92b2dcd6f491a27f8db60aa6e35242f3f2b
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Tue Dec 18 18:14:06 2012 +0100

    Bug 7143 adding Kiriaki Roditi as translator
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 727e002f3acc25b445b3177b601756ba6d5f650d
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>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Biblio.pm                                     |    2 +-
 C4/ImportBatch.pm                                |    1 +
 C4/Search.pm                                     |  363 +++++++++++++---------
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt |    2 +-
 tools/export.pl                                  |    2 +-
 5 files changed, 223 insertions(+), 147 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list