[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.16-5-gf9dbb4b1e9

Git repo owner gitmaster at git.koha-community.org
Thu Oct 29 18:41:56 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  f9dbb4b1e97d5456ba742bcee3284c33b0fdc501 (commit)
       via  192be98649eafd6894bfff5a8536319e378ff069 (commit)
       via  369e496f1ab2c6ef89e652820e2c06f673a33b1e (commit)
      from  5436117a5cdd04e00c227fe46cc5e0aa31732294 (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 f9dbb4b1e97d5456ba742bcee3284c33b0fdc501
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Aug 20 10:10:44 2020 +0200

    Bug 26260: Add missing elastic>cnx_pool to koha-conf-site.xml.in
    
    Added by bug 22705, but only in etc/koha-conf.xml
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 33ab3c690076bf78d62105502b6de54e45e766b2)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit bbfa9c3a9a9ae59eae50a3d97287772389edf6ce)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit f832ae20dc8db5a10154c7a1a60096c39ff6b08e)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 192be98649eafd6894bfff5a8536319e378ff069
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Sep 24 23:52:33 2020 +0200

    Bug 24780: Make items.stocknumber show up in batch item modification
    
    It looks like the field was intentionally removed from the list
    of batch editable fields in the past. This makes sense as we
    used to have a unique index on it at some point - but we do have
    no more.
    
    This removes the exception so that the invendory number behaves
    like the other fields on the batch item edit form.
    
    To test:
    - Create some items with and without stocknumber
    - Go to tools > batch item modification
    - Enter the barcodes of your selected items in the list or
      upload a file with them
    - Verify that the stocknumber/inventory number is not showing
      in the item edit form below
    - Apply patch
    - Reload the page - inventory number is there now
    - Batch edit the inventory number and verify it works as expected
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 0afcf3936a6ceeb865fdf0159cf54618400847d7)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 1754df0b1959b2e3514f771e7cd499d13c847a0c)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 3d6e2c129fa174f3caf0cd73592a655014509c75)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 369e496f1ab2c6ef89e652820e2c06f673a33b1e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Aug 17 10:16:14 2020 +0000

    Bug 26224: Prevent double submit of header check in form
    
    To test:
     1 - Browse to Home
     1 - In the header bar select the 'Check in' tab
     2 - Type a barcode into the box
     3 - Hit Enter as many as times as you can
     4 - Check the statistics table:
        SELECT * FROM statistics WHERE itemnumber={itemnumber} AND DATE(datetime)=CURDATE();
     5 - Note you have multiple lines for the same item at the same time
     6 - Apply patch
     7 - Reload the page
     8 - Type the barcode
     9 - Press Enter even more fast and more furiously
    10 - Check the statistics table
    11 - Only one entry, huzzah!
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 5d5a49a7ef165b7b47dda6357aaf2953dacfa362)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 51d3010b71f3f30492f6c0655ef2fd06ba909690)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 5d5a298054f74e793305de665015c2551f188b9f)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 debian/templates/koha-conf-site.xml.in          | 3 +++
 koha-tmpl/intranet-tmpl/prog/js/staff-global.js | 2 ++
 tools/batchMod.pl                               | 5 ++---
 3 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list