[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.02-78-g203d8a194d

Git repo owner gitmaster at git.koha-community.org
Fri Feb 7 00:19:28 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.11.x has been updated
       via  203d8a194d8879db905121c8981bb499f9647c3e (commit)
       via  6fdc9f035dd7b07cfdfc9023b9f667975964a86b (commit)
       via  c2182118e130ac246b1f5ed790fb1659789e2fe5 (commit)
      from  122945827d6d958e533b913e10f47c13e3c34f65 (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 203d8a194d8879db905121c8981bb499f9647c3e
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jan 16 14:10:18 2020 -0500

    Bug 24441: Error when checking in an item with BranchTansferLimitsType set to itemtype
    
    It appears that the transition to using Koha::Item in AddReturn has introduced a bug. Previously $item was a hashref with the key 'itemtype', now that it's an object, it has no itemtype method and so triggers an error with the message "The method Koha::Item->itemtype is not covered by tests!".
    
    Test Plan:
    1) Enable Branch Transfer Limits via itemtype
    2) Check in an item
    3) Note the error
    4) Apply this patch
    5) Restart all the things!
    6) Check in an item
    7) No error!
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Maribeth (Turner) Shafer <mshafer at ckls.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>

commit 6fdc9f035dd7b07cfdfc9023b9f667975964a86b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jan 21 16:08:12 2020 +0100

    Bug 24441: Add tests
    
    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>

commit c2182118e130ac246b1f5ed790fb1659789e2fe5
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>

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

Summary of changes:
 C4/Circulation.pm                    |  2 +-
 cataloguing/addbooks.pl              |  7 +++++--
 t/db_dependent/Circulation/Returns.t | 32 +++++++++++++++++++++++++++++++-
 3 files changed, 37 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list