[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.01-78-g8aabf8c

Git repo owner gitmaster at git.koha-community.org
Tue Jan 14 02:47:28 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.11.x has been updated
       via  8aabf8ca53f590f3b4fcc0247779b03f50b26eaa (commit)
       via  707f92b64915a14f935648269f3773fa64e7a8fd (commit)
       via  b84aee8a0f636eddf0ac7bb2bdebce0b1c520407 (commit)
       via  49a175e4adae35bd0376de8535a668608368546a (commit)
       via  618336fd14303315e2bb30cc3bf1296b45ff4af5 (commit)
       via  58b722ddf63f2b768c287a135ed966df1d118292 (commit)
       via  b975b6d47131e0b282bca87e9c049d928adfddba (commit)
      from  a7fecfd8274a72ac268dd8b4e631b6976f06a4d2 (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 8aabf8ca53f590f3b4fcc0247779b03f50b26eaa
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 2 11:38:18 2020 +0100

    Bug 24327: Redirect to the login form if AnonSuggestion misconfigured
    
    Test plan:
    Turn on AnonSuggestion but set AnonymousPatron to an invalid value
    Go to /cgi-bin/koha/opac-suggestions.pl?op=add
    => You see the login form
    
    Signed-off-by: hc <hc at interleaf.ie>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 707f92b64915a14f935648269f3773fa64e7a8fd
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 2 11:26:49 2020 +0100

    Bug 24327: Add warning to the about page is AnonSugggestions but AnonymousPatron
    
    This patch adds a warning to the about page if AnonSuggestions is set
    but AnonymousPatron.
    
    Test plan:
    Turn on AnonSuggestions and set AnonymousPatron to 0
    => You see a warning on the about page
    Turn on AnonSuggestions and set AnonymousPatron to an invalid value
    => You see a warning on the about page
    Turn off AnonSuggestions
    => No warning
    Turn on AnonSuggestions and set AnonymousPatron to a valid value
    => No warning
    
    Signed-off-by: hc <hc at interleaf.ie>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit b84aee8a0f636eddf0ac7bb2bdebce0b1c520407
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sun Dec 29 07:40:37 2019 -0300

    Bug 24054: Typo in ClaimReturnedWarningThreshold system preference
    
    Fixed type: cliams -> claims
    
    To test:
    1) Apply the patch
    2) Go to System preferences > Circulation preferences > ClaimReturnedWarningThreshold
    3) Check the text is fixed.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 49a175e4adae35bd0376de8535a668608368546a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 25 16:48:15 2019 +0100

    Bug 24104: Item search - Prevent "Edit" dropdown button to overflow
    
    Making it displays on the left fixes the problem.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 618336fd14303315e2bb30cc3bf1296b45ff4af5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 2 13:12:58 2020 +0100

    Bug 24328: Fix bibliographic frameworks install (linkid)
    
    With strict mode enabled (tested with MariaDB 10.4.11)
    
    ERROR 1366 (22007) at line 8029: Incorrect integer value: '' for column
    `koha_kohadev`.`auth_subfield_structure`.`linkid` at row 769
    
    Test plan:
    Insert the .sql files from this patch and confirm that you can now
    insert them correctly
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel 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>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 58b722ddf63f2b768c287a135ed966df1d118292
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Dec 29 03:36:35 2019 +0000

    Bug 24314: Update de-DE MARC21 frameworks for updates 28+29 (May and November 2019)
    
    This updates the MARC framework files in the de-DE (German) installer
    to the latest MARC standard. The files also include some translation
    changes and fixes.
    
    Files have been generated using the po files on translate.koha-community.org.
    
    To test:
    - Run the de-DE installer on a fresh database
    - Verify that all files are installed without errors
    - Verify that the frameworks are correctly in place
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    MARC21 files load without problems, no qa errors.
    Loaded into 'en' install (delete fw then load) all frameworks look good.
    
    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>

commit b975b6d47131e0b282bca87e9c049d928adfddba
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Fri Dec 27 10:09:22 2019 -0300

    Bug 24312: Update MARC21 frameworks to Updates 28+29 (May and November 2019)
    
    MARC21 format changes
    
    Bibliographic
    -------------
    Update 28 (May 2019)
    
    New subfield f in 540
    New subfield g in 506,540
    New subfield q in 506,540
    New subfield 2 in 540
    New subfield 2 in 100,110,111,130,240,
                      700,710,711,730,758
                      800,810,811,830
    New subfield 7 in 856
    New code b in 007/01 Sound Recording
    
    Update 29 (November 2019)
    
    New field 688
    New subfield i in 041
    New subfield t in 041
    New subfield g in 751
    Renamed subfield g in 041
    
    Authority
    ---------
    Update 28 (May 2019)
    
    New subfield 0 and 1 in 024
    Renamed subfield 2 in 024
    New subfield 7 in 856
    
    Update 29 (November 2019)
    No changes
    
    To test:
    1) Remove all your frameworks
    2) Check mandatory bibliographic and authority files load without problem
    3) Check new fields/subfields
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    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:
 about.pl                                           |   22 +-
 .../marc21/mandatory/authorities_normal_marc21.sql |    8 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |  185 +-
 .../marc21/mandatory/authorities_normal_marc21.sql |    7 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |   39 +-
 .../Obligatoire/authorities_normal_marc21.sql      |15332 ++++++++++----------
 .../prog/en/data/marc21_field_007.xml              |    1 +
 .../en/includes/catalogue/itemsearch_item.json.inc |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |   14 +-
 .../en/modules/admin/preferences/circulation.pref  |    2 +-
 opac/opac-suggestions.pl                           |    2 +-
 11 files changed, 7866 insertions(+), 7748 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list