[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.04-107-g77d9b7e799

Git repo owner gitmaster at git.koha-community.org
Fri Apr 3 23:19:38 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  77d9b7e79995ec0acfc11ba290d5c990417778d9 (commit)
       via  152d15f6deb7d00b865bfde31e7462b7a39c29ad (commit)
       via  c2307c1e98492684b6a879762581c746dd7e5f50 (commit)
       via  25a00e828dfda520cf39c7aca219a028196958de (commit)
       via  1adc4986e9d2f715f44ef4b99b5dece79845f885 (commit)
      from  a609803360556459a092067e98a0ca71c5a6797c (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 77d9b7e79995ec0acfc11ba290d5c990417778d9
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Feb 3 07:56:37 2020 -0500

    Bug 24566: UpdateItemLocationOnCheckin triggers SIP2 alert flag, even with checked_in_ok enabled
    
    If UpdateItemLocationOnCheckin, it triggers an alert flag but cannot be acted on in the same way as LocalUse and thus should be removed in the same fashion.
    
    Test Plan:
    1) Enable UpdateItemLocationOnCheckin and set it up to trigger at
    checkin for an item
    2) Return that item via SIP2
    3) Note the alert flag is set
    4) Apply this patch
    5) Repeat steps 1 and 2
    6) The alert flag should not be set
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Kevin Cook <ILS at cedarparktexas.gov>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 152d15f6deb7d00b865bfde31e7462b7a39c29ad
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Mar 19 08:10:00 2020 +0000

    Bug 24901: Add tests for transferbook
    
    Test plan:
    0/ Read the commit and confirm the new tests make sence
    1/ Run the tests and verify they pass
    2/ Signoff
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit c2307c1e98492684b6a879762581c746dd7e5f50
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Mar 18 19:25:57 2020 +0000

    Bug 24901: Minor refactor of tests
    
    Test plan:
    0/ Read the change and verify it makes sense
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 25a00e828dfda520cf39c7aca219a028196958de
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Mar 12 10:01:10 2020 +0100

    Bug 24856: Remove itemtypes.imageurl in fr-FR sample data
    
    in installer/data/mysql/fr-FR/3-LecturePub/sample_itemtypes.sql and installer/data/mysql/fr-FR/4-Conservation/sample_itemtypes.sql the values of imageurl point to non-existent images.
    
    Test plan:
    Insert the 2 sql file and confirm that imageurl is not empty
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 1adc4986e9d2f715f44ef4b99b5dece79845f885
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Mar 14 21:00:24 2020 -0300

    Bug 24870: Translate installer data label
    
    This patch enable the translation of the
    labels 'Mandatory' or 'Optional' present at install time
    for groups of installer files.
    
    To test:
    1) Try install using de-DE language,
       at step3 verify 'Mandatory' and 'Optional'
       labels for marc21 or other data checklist
       Do not close this window!
    2) Apply this patch
    3) Update de-DE translation files, reinstall lang files
       cd misc/translator
       ./translate update de-DE
       ./translate install de-DE
    4) Reload page at step3, now 'Mandatory' label
    is translated to 'Pflichtfeld'
    5) Verify strings in translation file
    Search for
    ^msgid \"Mandatory\"
    ^msgid \"Optional\"
    in po/de-DE-staff-prog.po.
    
    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>

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

Summary of changes:
 C4/Installer.pm                                    |   4 +-
 C4/SIP/ILS/Transaction/Checkin.pm                  |   1 +
 .../mysql/fr-FR/3-LecturePub/sample_itemtypes.sql  |  24 ++--
 .../fr-FR/4-Conservation/sample_itemtypes.sql      |  18 +--
 .../prog/en/modules/installer/step3.tt             |  10 +-
 t/db_dependent/Circulation/transferbook.t          | 134 +++++++++++++++++++--
 6 files changed, 156 insertions(+), 35 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list