[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.07-75-gafab0af590

Git repo owner gitmaster at git.koha-community.org
Thu Feb 13 21:38:25 CET 2020


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, 19.05.x has been updated
       via  afab0af590c320a1d57e4ea1305a4ff83f988851 (commit)
      from  1904e1dfccb21c5f8de163090eb85d478c02a032 (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 afab0af590c320a1d57e4ea1305a4ff83f988851
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Dec 13 16:08:16 2019 +0000

    Bug 24236: Fix pagination to use query_cgi
    
    This is still wrong, we should use page-numbers.inc, but that is a larger refactoring
    This patch fixes non-QueryParser searches by simple getting an using the escaped query (query_cgi)
    
    For QueryParser, we do what the QP code does, just uri escape the query - the way that SimpleSearch does the query parsing instead of the usual buildQuery suggest to me that we should probably switch all of this to use the general Zebra search.
    
    The issues with reservoir should be their own bug
    
    To test:
    1 - Search for cat in cataloging search
    2 - Get results and see you can paginate
    3 - Search for "cat"
    4 - Get results but subsequent pages empty
    5 - Apply patch
    6 - Repeat search for "cat"
    7 - You can paginate
    8 - Enable UseQueryParser syspref (don't worry about installing)
    9 - Confirm can still search with quotes and paginate
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: George Williams <george at nekls.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit c2182118e130ac246b1f5ed790fb1659789e2fe5)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 cataloguing/addbooks.pl | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list