[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.06-21-ge0b339d

Git repo owner gitmaster at git.koha-community.org
Wed Jan 8 00:37:31 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.05.x has been updated
       via  e0b339d6524a9d7de7d1cb8880ed36cc33bc46a6 (commit)
       via  13819a0e519fee4cdc8266225c16f0ccc9d37302 (commit)
       via  6e77fca8525d6f8b25c222bfcbd9def8508cc5f1 (commit)
       via  b85bbcabc6fe2a2ea181114ab5e9eb5b9674ee3d (commit)
      from  37b5a9ed11dbc6dc79cc74d7724a3c464409278b (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 e0b339d6524a9d7de7d1cb8880ed36cc33bc46a6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Dec 16 10:34:27 2019 +0100

    Bug 24137: Same fixes for *_local.sql files
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    tested using
    
    $ export L=uk-UA (and ru-RU)
    $ for o in mandatory optional;
     do for a in installer/data/mysql/$L/marcflavour/marc21/$o/*.sql; do
      mysql kohatest < $a;
     done;
    done
    
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit f74f76169cf849b0155bf395a930f71649a0a749)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 13819a0e519fee4cdc8266225c16f0ccc9d37302
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 10 12:03:09 2019 +0100

    Bug 24137: Manual replacement for hidden
    
    Arbitrary set to -6 when was NULL
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Fixed 991 in uk-UA marc21_bibliographic_DEFAULT_local.sql
    
    All files load without errors, mandatory and optional
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit e599430000c67ed3ebe8f0f8ba41087ce0863697)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 6e77fca8525d6f8b25c222bfcbd9def8508cc5f1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 10 12:02:44 2019 +0100

    Bug 24137: Fix biblio frameworks install for ru-Ru and uk-UA (repeatable)
    
    Replace repeatable='' with repeatable=0
    
    perl -p -i -e "s/^\s\('', '(\d+)', (\d), '', / ('', '\1', \2, 0, /" installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.sql installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.sql
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit f85b964b132494b8e328d5af51704be4d91b1926)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit b85bbcabc6fe2a2ea181114ab5e9eb5b9674ee3d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 10 11:59:51 2019 +0100

    Bug 24137: Fix biblio frameworks install for ru-Ru and uk-UA (mandatory)
    
    Replace mandatory='' with mandatory=0
    
    perl -p -i -e "s/^\s\('', '(\d+)', '', / ('', '\1', 0, /" installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.sql installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.sql
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit f31e8ad372590a66a1fb71d9283e60c569a3df86)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../marc21_bibliographic_DEFAULT_general.sql       |  592 +++++++++---------
 .../marc21_bibliographic_DEFAULT_local.sql         |  130 ++--
 .../marc21_bibliographic_DEFAULT_general.sql       |  654 ++++++++++----------
 .../marc21_bibliographic_DEFAULT_local.sql         |  134 ++--
 4 files changed, 755 insertions(+), 755 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list