[koha-commits] main Koha release repository branch master updated. v19.05.00-745-g660a5b6

Git repo owner gitmaster at git.koha-community.org
Thu Oct 3 11:54:22 CEST 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, master has been updated
       via  660a5b6ebc4eb35bfcca54ef3bde5e00c304c446 (commit)
       via  0dd2d6883d1e98bed92b25c321110b37da739e88 (commit)
       via  491a2e858f4c75d6278626862be01f05ef9682cf (commit)
       via  b63b55cda70604041c9f04f5f1e302540bff29eb (commit)
       via  95a2ffc542c2c93dfbc5c09d7c06186a1f58f458 (commit)
       via  18f9ed465dc990252a0462f86010b874fdde5d77 (commit)
       via  c66cebf744778dbfc15597079549c161a7836d63 (commit)
       via  c855b1ca287758b535fe5ba885949accac4e474a (commit)
      from  0bdd859e2943e0315a9468c8c7d4b4f6b597ea2a (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 660a5b6ebc4eb35bfcca54ef3bde5e00c304c446
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Oct 2 07:41:45 2019 +0000

    Bug 23713: (follow-up) Add missing semicolon
    
    Adds a missing semicolon to one of the lines with translated
    messages.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0dd2d6883d1e98bed92b25c321110b37da739e88
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Oct 1 15:55:19 2019 +0000

    Bug 23713: Subscription add form broken for translations
    
    This patch makes a change to the subscription entry template as a
    workaround to a translation bug which is causing JavaScript errors when
    using translated templates.
    
    To test, apply the patch and update and install the de-DE template:
    
    > cd misc/translator
    > perl translate update de-DE
    > perl translate install de-DE
    
     - Go to Administration -> System preferences and enable the "Deutsch
       (de-DE)" language under I18N/L10N preferences -> language.
     - Switch to the "Deutsch" translation.
     - Go to Zeitschriften (Serials) -> Neues Abonnement (New subscription)
       and open the browser console. There should be no errors.
     - Links which trigger JavaScript events should work correctly:
       "Lieferant suchen," "Nach Datensatz suchen," etc.
    
    Reported-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Thanks-to: Michael Hoffert and Alexander Arlt from koha-de for reporting
     it initially and figuring out the root of the issue
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 491a2e858f4c75d6278626862be01f05ef9682cf
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Oct 2 14:58:55 2019 -0400

    Bug 23722: Document allow_empty_passwords in the example SIP config file
    
    The example SIP config file in Koha is kind of a kitchen sink document where
    all available SIP2 options should be demonstrated.
    The allow_empty_passwords flag should be included in it.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b63b55cda70604041c9f04f5f1e302540bff29eb
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>

commit 95a2ffc542c2c93dfbc5c09d7c06186a1f58f458
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>

commit 18f9ed465dc990252a0462f86010b874fdde5d77
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>

commit c66cebf744778dbfc15597079549c161a7836d63
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>

commit c855b1ca287758b535fe5ba885949accac4e474a
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>

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

Summary of changes:
 C4/Items.pm                                        |    2 +-
 etc/SIPconfig.xml                                  |    1 +
 .../prog/en/modules/serials/subscription-add.tt    |    8 +-
 koha-tmpl/intranet-tmpl/prog/js/cataloging.js      |    3 +
 t/db_dependent/Circulation.t                       |  349 ++++++--------------
 t/lib/TestBuilder.pm                               |    1 +
 6 files changed, 118 insertions(+), 246 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list