[koha-commits] main Koha release repository branch master updated. v19.11.00-1150-g374c78a0b7

Git repo owner gitmaster at git.koha-community.org
Wed Mar 18 10:06:41 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  374c78a0b7039c5c18143c93fbd49e9376af5666 (commit)
       via  a288f5a7397b48fc368b11fc6cf8d59886e761d2 (commit)
       via  231696ac6e5804c3e69e382806c6dd1fcf84c2e2 (commit)
       via  b09f5726af9c9d7a42bcc98cefcf9bf34feaa8c5 (commit)
       via  08576a23cc840a1a8cba5f8c2a8fa8bf1aa4a230 (commit)
       via  5037d7f355f71e276c62009ee22649f1036384d5 (commit)
       via  fd808d02a6269828914d4f6d91c942117b4f0d67 (commit)
       via  cb1f6c574b7bbd4526bc94222f49346ecd652eed (commit)
      from  c8f39a832b5478c8579d52ff1043f2b64a22482e (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 374c78a0b7039c5c18143c93fbd49e9376af5666
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Mar 18 08:34:21 2020 +0000

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

commit a288f5a7397b48fc368b11fc6cf8d59886e761d2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 17 09:04:17 2020 +0100

    Bug 24722: Same change for old_reserves.priority
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 231696ac6e5804c3e69e382806c6dd1fcf84c2e2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Feb 26 13:20:52 2020 +0100

    Bug 24722: Add atomicupdate file
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b09f5726af9c9d7a42bcc98cefcf9bf34feaa8c5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 25 12:26:31 2020 +0100

    Bug 24722: DBIC changes
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 08576a23cc840a1a8cba5f8c2a8fa8bf1aa4a230
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 25 12:15:21 2020 +0100

    Bug 24722: Add test
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5037d7f355f71e276c62009ee22649f1036384d5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 25 12:07:18 2020 +0100

    Bug 24722: Enforce NOT NULL constraint on reserves.priority
    
    This field is never NULL and must always be equal to an integer.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit fd808d02a6269828914d4f6d91c942117b4f0d67
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 16 12:39:39 2020 +0100

    Bug 24851: Translate the .txt in French
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit cb1f6c574b7bbd4526bc94222f49346ecd652eed
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 4 19:06:03 2020 +0100

    Bug 24851: Insert libraries sample data for "UNIMARC"
    
    I am trying to make koha-testing-docker UNIMARC compabible.
    In order to have koha-misc4dev insert all the data correctly (users, etc.) we need at least 1 library.
    I am suggesting to reuse the usual library list for UNIMARC.
    
    misc4dev will use fr-FR sample data for "UNIMARC"
    This is related to https://gitlab.com/koha-community/koha-misc4dev/issues/29
    
    Test plan:
    outside your box, in koha-testing-docker (up-to-date), edit .env and set
     KOHA_MARC_FLAVOUR=unimarc
     DEBUG_GIT_REPO_MISC4DEV_URL=https://gitlab.com/joubu/koha-misc4dev.git
     DEBUG_GIT_REPO_MISC4DEV_BRANCH=unimarc
    
    Then start the koha container
    When the misc4dev will start its job, the scripts will have the expected
    data to continue.
    
    Without this patch you will get
    koha_1       | Not enough data in the database, library and/or patron category does not exist at /kohadevbox/misc4dev/create_superlibrarian.pl line 31.
    
    And plenty of errors will follow.
    
    Also, the sample data used in misc4dev will use CPL
    (/kohadevbox/misc4dev/data/sql/unimarc/1812/after_22155/items.sql)
    
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                            |  2 +-
 Koha/Schema/Result/OldReserve.pm                   |  8 +++----
 Koha/Schema/Result/Reserve.pm                      |  8 +++----
 .../2-Optionel}/sample_libraries.sql               |  0
 .../mysql/fr-FR/2-Optionel/sample_libraries.txt    |  1 +
 installer/data/mysql/kohastructure.sql             |  4 ++--
 installer/data/mysql/updatedatabase.pl             | 24 +++++++++++++++++++
 t/db_dependent/Koha/Holds.t                        | 28 ++++++++++++++++++++--
 8 files changed, 62 insertions(+), 13 deletions(-)
 copy installer/data/mysql/{de-DE/optional => fr-FR/2-Optionel}/sample_libraries.sql (100%)
 create mode 100644 installer/data/mysql/fr-FR/2-Optionel/sample_libraries.txt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list