[koha-commits] main Koha release repository branch master updated. v19.11.00-1219-gde8911eae7

Git repo owner gitmaster at git.koha-community.org
Fri Mar 20 11:51:30 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, master has been updated
       via  de8911eae78b7c230dff4f831d20308c90a0cb83 (commit)
       via  04f12cb2fcef4a9884135a8ab67e761ad8cefbbd (commit)
       via  962e6b720b972f9df0c64368f70446011e656f76 (commit)
       via  eed5e858b95f5f95a8e7425b9d599055c36320fc (commit)
       via  d4254cf244d2cae4a1852bf34351401d64718584 (commit)
      from  d6ac30323b575c9108ca84f97965255e0a98bf4f (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 de8911eae78b7c230dff4f831d20308c90a0cb83
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>

commit 04f12cb2fcef4a9884135a8ab67e761ad8cefbbd
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>

commit 962e6b720b972f9df0c64368f70446011e656f76
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>

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

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

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

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