[koha-commits] main Koha release repository branch master updated. v19.11.00-20-gcef3745

Git repo owner gitmaster at git.koha-community.org
Mon Dec 9 16:21:00 CET 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  cef3745aae53dad48c5cea654041d7bd24e0e71e (commit)
       via  34e931d5a2c5cdeb2e968dda3216a554f196c5b9 (commit)
       via  285e1eb8ca8db3a28f82b8c86ce3488dc9f44b9b (commit)
       via  9d68838af66cc93bb256d31f9e4296fab5d99a6f (commit)
      from  ca501374afa83ffe4f02920597cb977766704e5b (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 cef3745aae53dad48c5cea654041d7bd24e0e71e
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Dec 9 14:56:10 2019 +0000

    Bug 17831: DBRev 19.12.00.001
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 34e931d5a2c5cdeb2e968dda3216a554f196c5b9
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Nov 24 12:39:57 2019 +0000

    Bug 17831: Database update - Tidy up frameworks in existing installations
    
    The mapped table and column doesn't exist, so we should also remove
    it from existing installations.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 285e1eb8ca8db3a28f82b8c86ce3488dc9f44b9b
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Jan 10 17:16:38 2017 +0000

    Bug 17831: Remove non-existig bibliosubject.subject mapping from frameworks
    
    This patch removes the assignment of non-existent koha field
    'bibliosubject.subject' to MARC subject fields in the installer data
    for koha
    
    To test:
    You'll want a new fresh db
    
    1 - Apply patch
    2 - Run websintaller
    3 - Ensure that thigns go smoothly
    4 - Add/delete/edit some records and ensure that things are working with
    the installed frameworks
    
    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>

commit 9d68838af66cc93bb256d31f9e4296fab5d99a6f
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Nov 27 11:26:45 2019 +0000

    Bug 24128: Add alias for biblionumber search
    
    To test:
    1 - In staff or OPAC using ES, search for "biblionumber:3" or any existing biblionumber
    2 - No results
    3 - Apply patch, restart all the things
    4 - Search again
    5 - You go to the biblionumber
    
    Signed-off-by:  Bob Bennhoff <bbennhoff at clicweb.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                                |    2 +-
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm        |    1 +
 .../marc21/mandatory/marc21_framework_DEFAULT.sql      |    2 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql      |    2 +-
 .../unimarc/mandatory/unimarc_framework_DEFAULT.sql    |    2 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql      |    2 +-
 .../unimarc/mandatory/unimarc_framework_DEFAULT.sql    |    2 +-
 .../marc21/obligatoire/marc21_framework_DEFAULT.sql    |    2 +-
 .../marc21/Obligatoire/marc21_framework_DEFAULT.sql    |    2 +-
 .../marc21/Optionnel/marc21_simple_bib_frameworks.sql  |   16 ++++++++--------
 .../Obligatoire/framework_DEFAULT.sql                  |   10 +++++-----
 .../marc21/mandatory/marc21_framework_DEFAULT.sql      |    2 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql      |    2 +-
 .../marc21/optional/marc21_simple_bib_frameworks.sql   |   16 ++++++++--------
 .../nb-NO/marcflavour/normarc/Obligatorisk/normarc.sql |    2 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql      |    2 +-
 .../marc21/optional/marc21_simple_bib_frameworks.sql   |   16 ++++++++--------
 .../unimarc/mandatory/unimarc_framework_DEFAULT.sql    |    2 +-
 .../mandatory/marc21_bibliographic_DEFAULT_general.sql |    2 +-
 .../optional/marc21_bibliographic_AR_general.sql       |    2 +-
 .../optional/marc21_bibliographic_BKS_general.sql      |    2 +-
 .../optional/marc21_bibliographic_CF_general.sql       |    2 +-
 .../optional/marc21_bibliographic_IR_general.sql       |    2 +-
 .../optional/marc21_bibliographic_KT_general.sql       |    2 +-
 .../optional/marc21_bibliographic_SER_general.sql      |    2 +-
 .../optional/marc21_bibliographic_SR_general.sql       |    2 +-
 .../optional/marc21_bibliographic_VR_general.sql       |    2 +-
 .../mandatory/marc21_bibliographic_DEFAULT_general.sql |    2 +-
 .../optional/marc21_bibliographic_AR_general.sql       |    2 +-
 .../optional/marc21_bibliographic_BKS_general.sql      |    2 +-
 .../optional/marc21_bibliographic_CF_general.sql       |    2 +-
 .../optional/marc21_bibliographic_IR_general.sql       |    2 +-
 .../optional/marc21_bibliographic_KT_general.sql       |    2 +-
 .../optional/marc21_bibliographic_SER_general.sql      |    2 +-
 .../optional/marc21_bibliographic_SR_general.sql       |    2 +-
 .../optional/marc21_bibliographic_VR_general.sql       |    2 +-
 .../unimarc_bibliographic_DEFAULT_general.sql          |    2 +-
 .../optional/unimarc_bibliographic_AN_general.sql      |    2 +-
 .../optional/unimarc_bibliographic_BOOK_general.sql    |    2 +-
 .../optional/unimarc_bibliographic_EL_general.sql      |    2 +-
 .../optional/unimarc_bibliographic_NOTE_general.sql    |    2 +-
 .../optional/unimarc_bibliographic_TECH_general.sql    |    2 +-
 installer/data/mysql/updatedatabase.pl                 |    7 +++++++
 43 files changed, 74 insertions(+), 66 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list