[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.04-87-gd4db0b96e8

Git repo owner gitmaster at git.koha-community.org
Fri Apr 3 21:05:24 CEST 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  d4db0b96e8753b1b213b6a2efeea7a61baf0ac7e (commit)
       via  d5e9dc31ca66cff586125d1bbcff8de8bc089387 (commit)
       via  ba69672acec227e4d13d61d7a24fa41533cf6385 (commit)
       via  29941cd761cae087d0ac44b66e247635816a5352 (commit)
      from  2244ed80725a91d101d1796ab118d4fccc5ff61e (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 d4db0b96e8753b1b213b6a2efeea7a61baf0ac7e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 18 13:43:52 2020 +0100

    Bug 24200: (follow-up) Try to fix random failures from Borrower_PrevCheckout.t
    
    2 other occurrences where missing.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit d5e9dc31ca66cff586125d1bbcff8de8bc089387
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jan 10 11:48:09 2020 +0100

    Bug 24200: Try to fix random failures from Borrower_PrevCheckout.t
    
    It failed inconsistently, let's try to use build_sample_item and see if
    it fixes the random failures.
    
    Test plan:
     % prove t/db_dependent/Patron/Borrower_PrevCheckout.t
    must return green
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit ba69672acec227e4d13d61d7a24fa41533cf6385
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Fri Jan 17 22:12:11 2020 +0000

    Bug 24456: change default sort orders/make wording clearer
    
    TEST PLAN:
    1. Apply patch
    2. Have some checkout from today and some from multiple previous days.
    3. Set todaysIssuesDefaultSortOrder & previousIssuesDefaultSortOrder to 'earliest to latest' and confirm it sorts correctly.
    4. Reverse the 2 system preferences and see that it is now sorting the opposite way.
    5. Also look at the wording of each system prefence and make sure it makes sense
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    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 29941cd761cae087d0ac44b66e247635816a5352
Author: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>
Date:   Wed Feb 12 14:32:01 2020 -0500

    Bug 23236: Remove 'its items may still be processed' in action if no match is found
    
    When importing records and looking for duplicate records using record matching rules,
    there is an option if NO match is found to "ignore incoming record (its items may
    still be processed)". This doesn't make any sense. Where would the items go if there
    is no match?
    
    To test:
    1) Go to Tools > Stage MARC for import
    2) Browse and choose a file with at least one record that is not already in your
    catalog and click on Upload file
    3) Fill out the first section with the appropriate information
    4) In the Look for existing records in catalog? section, choose a record matching
    rule
    5) In the Action if no match is found drop-down menu, choose Ignore incoming record
    (its items may still be processed)
    6) Click on Stage for import
    7) Click on Manage staged records
    8) Click Import this batch in the catalog
    9) In the table, the record status should say Ignore
    10) Apply patch
    11) Redo steps 1-9, notice the option Ignore incoming records does not mention items
    12) Make sure the tool still works and still ignores the record
    
    Signed-off-by: Devinim <kohadevinim at devinim.com.tr>
    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:
 .../prog/en/includes/tools-nomatch-action.inc      |  2 +-
 .../en/modules/admin/preferences/circulation.pref  |  2 +-
 svc/checkouts                                      |  4 +--
 t/db_dependent/Patron/Borrower_PrevCheckout.t      | 32 ++++------------------
 4 files changed, 9 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list