[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.04-32-g2f4d2d7

Git repo owner gitmaster at git.koha-community.org
Fri Nov 8 15:36:17 CET 2019


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  2f4d2d7e3b78a19cab4a7b8360f1c62e8deff63c (commit)
       via  ff77bb2e8303779208eb2cd34e51d9154b7aa0d4 (commit)
       via  83366be116fb0591e0d44c901012a13ac09f8ff9 (commit)
       via  3b2dcbe74d05d6738bf60f78b81815d1d6bac8e8 (commit)
       via  8196ba44065baa6ea375b3f57217ff75130f2710 (commit)
       via  c70ad1cbccfd1121901622840715894e095f90d3 (commit)
       via  39762da92f45856fa4e46764494b64b045e30010 (commit)
      from  7ce1fdc84715303cd3f205b9e47e93eab6168e5a (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 2f4d2d7e3b78a19cab4a7b8360f1c62e8deff63c
Author: Christophe Croullebois <christophe.croullebois at biblibre.com>
Date:   Thu Aug 29 15:23:01 2019 +0200

    Bug 23252: Adds noEnterSubmit class in ajax context
    
    In cataloging.js $(document).ready adds noEnterSubmit class.
    This does not work in ajax context, it works with $(document).ajaxSuccess.
    
    Test plan :
    1)
    1.1) Verify you have an item subfield linked to items.itemnotes, ie 952$z
    1.2) Verify 952$z exists in ACQ framework
    2)
    2.1) Verify system preference "AcqCreateItem" is on "placing an order"
    2.2) Go to an acquisition basket
    2.3) Click "Add to basket" and "From a new (empty) record"
    2.4) Go to "Item" block
    2.5) Verify that $z has "noEnterSubmit" class
    2.6) Verify that typing enter in $z does not submit the form
    3)
    3.1) Change system preference "AcqCreateItem" to "receiving an order"
    3.2) Go to "Receive shipment"
    3.3) Receive an order
    3.4) Go to "Item" block
    3.5) Verify that $z has "noEnterSubmit" class
    3.6) Verify that typing enter in $z does not submit the form
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit c66cebf744778dbfc15597079549c161a7836d63)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit ff77bb2e8303779208eb2cd34e51d9154b7aa0d4
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Jul 2 15:57:09 2019 +0200

    Bug 23252: Add missing input_marceditor class in item editor
    
    In serials receive and acquisition order creation from iso2709, the item edition form shows inputs that are missing "input_marceditor" class.
    They are also missing tabindex and id.
    
    The side effect is that those inputs dont get the "noEnterSubmit" class so form is posted if a barcode scanner is used or if enter is used on keyboard.
    
    Test plan :
    1)
    1.1) Verify you have an item subfield linked to items.itemnotes, ie 952$z
    1.2) Verify system preference "AcqCreateItem" is on "placing an order"
    2)
    2.2) Go to cataloguing module and edit an item
    2.3) Verify that $z has an id, tabindex and "input_marceditor" class.
    2.4) Verify that typing enter in $z does not submit the form
    3)
    3.1) Go to a serial with items creation, click on receive
    3.2) Change status to "Arrived"
    3.3) Verify that $z has an id, tabindex and "input_marceditor" class.
    3.4) Verify that typing enter in $z does not submit the form
    4)
    4.1) Go to an acquisition basket
    4.2) Click "Add to basket" and "From a staged file"
    4.3) Click "Add orders" on a staged file
    4.4) Go in tab "Item information"
    4.5) Verify that $z has an id, tabindex and "input_marceditor" class.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit c855b1ca287758b535fe5ba885949accac4e474a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 83366be116fb0591e0d44c901012a13ac09f8ff9
Author: Nick <nick at bywatersolutions.com>
Date:   Mon Sep 30 13:37:19 2019 +0000

    Bug 21985: Fix further occurences
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit b63b55cda70604041c9f04f5f1e302540bff29eb)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 3b2dcbe74d05d6738bf60f78b81815d1d6bac8e8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Mar 14 19:19:45 2019 -0300

    Bug 21985: Trying to fix the next failure
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 95a2ffc542c2c93dfbc5c09d7c06186a1f58f458)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 8196ba44065baa6ea375b3f57217ff75130f2710
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Dec 16 12:28:48 2018 -0300

    Bug 21985: Fix Circulation tests when ES it set, by using build_sample_item
    
    We should use build_sample item (from bug 21971) to create items,
    otherwise we may not have a valid biblioitem and/or MARC record.
    
    Test plan:
    Set SearchEngine to ES
    prove that the tests in Circulation.t now pass
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 18f9ed465dc990252a0462f86010b874fdde5d77)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit c70ad1cbccfd1121901622840715894e095f90d3
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Oct 4 12:02:59 2019 +0200

    Bug 23484: (follow-up) add parenthesis in JOIN
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 77b681b5843dabd8808e6ad3e62999f1e9421280)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 39762da92f45856fa4e46764494b64b045e30010
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Aug 21 13:39:14 2019 +0000

    Bug 23484: Update pendingreserves.pl to use circulation_rules
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit c21a9cf0b0b8fc03629837c8651c10781ddfe3c7)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Items.pm                                   |    2 +-
 circ/pendingreserves.pl                       |    4 +-
 koha-tmpl/intranet-tmpl/prog/js/cataloging.js |    3 +
 t/db_dependent/Circulation.t                  |  349 ++++++++-----------------
 t/lib/TestBuilder.pm                          |    1 +
 5 files changed, 113 insertions(+), 246 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list