[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.05-133-gb5add0dd05

Git repo owner gitmaster at git.koha-community.org
Sat May 9 00:59:26 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  b5add0dd0556f9468708595860c2833d34eeb433 (commit)
       via  5a0a350ed7d9e1fa5e93500b2eb92ae33589de4a (commit)
       via  ac3a39bd48be70e8ceadcd42fe0a1086a554d1fc (commit)
       via  32f43c1bdf10d5bce2472e2bfc42055065a25aec (commit)
       via  5a8067ff09f9679ff836695f3a01619b3c9b763f (commit)
       via  1be0d7500cac91457d8f69b437706630d5339a2d (commit)
      from  071ba2e49bfd8eac30bd97f297d0b6ad62265d8c (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 b5add0dd0556f9468708595860c2833d34eeb433
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Feb 21 16:07:23 2020 +0100

    Bug 22828: 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 5a0a350ed7d9e1fa5e93500b2eb92ae33589de4a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu May 2 11:27:27 2019 +0000

    Bug 22828: Elasticsearch - display errors encountered during indexing on the command line
    
    To test:
     1 - Use the Koha sample data, or insert a blank 245$b into a record (easiest way is using advanced cataloging editor
     2 - Reindex elasticsearch
     3 - Check the ES count on the about page
     4 - Check the count in the DB (SELECT count(*) FROM biblio)
     5 - They don't match!
     6 - perl misc/search_tools/rebuild_elastic_search.pl -v -v
     7 - No errors indicated
     8 - Apply patch
     9 - perl misc/search_tools/rebuild_elastic_search.pl -v
    10 - You should be notified of an error
    11 - perl misc/search_tools/rebuild_elastic_search.pl -v -v
    12 - You should be notified of the specific biblio with an error and a (somewhat) readable reason
    13 - perl misc/search_tools/rebuild_elastic_search.pl
    14 - No output
    
    Signed-off-by: Ere Maijala <ere.maijala at helsinki.fi>
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.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 ac3a39bd48be70e8ceadcd42fe0a1086a554d1fc
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Apr 21 17:30:00 2020 +0000

    Bug 25231: Rename button instead of alert/confirm when replacing record
    
    This test plan applies to the basic editor only
    
    To test:
    1 - Edit an existing record
    2 - Click 'Z3950 Search'
    3 - Note the confirmation box
    4 - Add a new record
    5 - Click 'Z3950 Search'
    6 - Note no popup
    7 - Apply patch
    8 - Edit existing record
    9 - Note button now says 'Replace record via Z3950 search'
    10 - Add a new blank record
    11 - Note the button says 'Z3950 search'
    12 - Confirm editing/saving/replacing works as in the past
    
    Signed-off-by: Phil Ringnalda <phil at chetcolibrary.org>
    Signed-off-by: David Nind <david at davidnind.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 32f43c1bdf10d5bce2472e2bfc42055065a25aec
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Wed Apr 15 21:42:36 2020 +0000

    Bug 25072: Fix details.tt print CSS
    
    TO TEST:
    -Search for something in the catalog and go to the details page.
    -Try to print either for the Print button in Koha or File->Print...
    -Notice the large amount of whitespace on the left
    -Apply patch
    -Reload detaials page and attempt to print again.
    -No whitespace on left side
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.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 5a8067ff09f9679ff836695f3a01619b3c9b763f
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Apr 28 11:40:23 2020 +1000

    Bug 25299: Show soon to expire patron date
    
    This patch fixes the call to show the patron expiry date
    on the Details page when the patron is soon to expire.
    
    Test plan:
    0. Do not apply patch yet
    1. Create a patron
    2. Set patron's date expiry to 3 days from today
    3. Go to Details tab
    4. Note message "Expiration: Patron's card will expire soon.
    Patron's card expires on Renew or Edit details"
    5. Apply patch
    4. Note message pattern "Expiration: Patron's card will expire soon.
    Patron's card expires on XX/XX/XXXX Renew or Edit details"
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 1be0d7500cac91457d8f69b437706630d5339a2d
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Apr 28 12:00:15 2020 +1000

    Bug 25300: Fix typo in "Edit details" for expiring/expired patron
    
    This patch removes a typo in the argument to the "op" parameter
    for the "Edit details" link when editing an expiring/expired patron
    on the Details page.
    
    Test plan:
    0. Do not apply patch yet
    1. Create patron
    2. Set expiry date to 3 days from now
    3. Go to Details tab in patron record
    4. Click "Edit details" in "Library use" section
    5. Note the form is blank and has no patron data in it
    6. Apply the patch
    7. Reload the Details page in patron record
    8. Click "Edit details" in "Library use" section
    9. Note the form now contains your patron data and will
    work for editing the details
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch/Indexer.pm         |  6 ++---
 koha-tmpl/intranet-tmpl/prog/css/print.css         |  5 ++++
 .../prog/en/modules/cataloguing/addbiblio.tt       | 15 +++++------
 .../prog/en/modules/members/moremember.tt          |  6 ++---
 misc/search_tools/rebuild_elasticsearch.pl         | 30 ++++++++++++++++++++--
 .../Koha/SearchEngine/Elasticsearch/Indexer.t      |  7 +++--
 6 files changed, 50 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list