[koha-commits] main Koha release repository branch master updated. v20.05.00-1023-ge708566e72

Git repo owner gitmaster at git.koha-community.org
Wed Sep 23 22:45:20 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, master has been updated
       via  e708566e729239ed7857c357ee53419c44742ddd (commit)
       via  af9938c43feaa76bf1b1bb0a0e4b21ff7fbbe449 (commit)
       via  ffc156f84e970da9bcbd74872028fe96f2b30179 (commit)
       via  d45a699975b9857990e19bb9ddc12267ebd05334 (commit)
      from  3d06cbb55aedc8296b82169a649c7c5dab831101 (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 e708566e729239ed7857c357ee53419c44742ddd
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Sep 1 10:42:47 2020 -0400

    Bug 26341: Database update for bug 21443 is not idempotent and will destroy settings
    
    If the database update for bug 21443 is run, and the library changes any
    of the hourly or daily rental fees following the calendar, a second run
    of the database update will overwrite those changes.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit af9938c43feaa76bf1b1bb0a0e4b21ff7fbbe449
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Sep 22 14:14:55 2020 +0000

    Bug 26507: Elasticsearch - Index records after storing new item
    
    Currently Item->store indexes the record before the DB update - that is wrong
    
    To test:
     1 - Find/create a bib with no items
     2 - add an item with barcode "abc123"
     3 - do a general keyword search for "abc123," see your bib is not in the results
     4 - perform a search that includes your bib in the results, confirm it shows as having no items
     5 - click through to bib details, confirm it shows your item here
     6 - edit and save your item
     7 - confirm barcode is now searchable
     8 - apply patches
     9 - Add a new item "cde456"
    10 - Confirm it returns in searches
    11 - Edit 'cde456' and change barcode to 'fgh789'
    12 - Confirm the new abrcode is searchable
    
    Signed-off-by: Lisette Scheer <lisettes at latahlibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ffc156f84e970da9bcbd74872028fe96f2b30179
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Sep 18 10:35:43 2020 +0000

    Bug 24807: (QA follow-up) Remove uneccessary tests
    
    These tests fail now, the code expects a real response from ES in Indexer.pm
    but these tests mock 'bulk' and so don't have the necessary fields.
    
    We are testing the same code above and can just add the _id == biblionumber test
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit d45a699975b9857990e19bb9ddc12267ebd05334
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 23 21:59:02 2020 +0200

    Bug 19889: (follow-up 2) update DB adjustments
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 Koha/Item.pm                                       |  8 ++----
 installer/data/mysql/kohastructure.sql             |  4 +--
 installer/data/mysql/updatedatabase.pl             | 13 +++++----
 .../Koha/SearchEngine/Elasticsearch/Indexer.t      | 31 +++-------------------
 4 files changed, 15 insertions(+), 41 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list