[koha-commits] main Koha release repository branch new/enh/bug_6483 created. v3.04.00-779-g4a2a95c

Git repo owner gitmaster at git.koha-community.org
Thu Oct 20 17:58:32 CEST 2011


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/enh/bug_6483 has been created
        at  4a2a95cc254f0ed1d5fcd6ea7084a5b08ef04952 (commit)

- Log -----------------------------------------------------------------
commit 4a2a95cc254f0ed1d5fcd6ea7084a5b08ef04952
Author: Salvador Zaragoza Rubio <salvazm at masmedios.com>
Date:   Fri May 27 11:12:52 2011 +0200

    Bug 6483 - Paging in opac-detail when coming from a search
    
    Add paging in opac-detail when coming from a search to be
    able to continue viewing the previous and next register
    from the detail without returning to the results.
    The partial list pagination can be showed to increase forwarding
    or rewinding in the pagination.
    It's implemented for Zebra search and not build_grouped_results.
    
    The param busc with all the information from the search is stored
    on the session when running opac-search and opac-detail, outside these
    pages the busc param is removed from the session.
    
    A list of the biblionumbers inside the OPACnumSearchResults range
    is passed to avoid repeating the searching everytime we see the
    previous or next biblio. The searching will be run again when
    we are going to exceed the list and a new one will be calculated
    from the new search.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list