[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.06-20-g8001aae

Git repo owner gitmaster at git.koha-community.org
Thu Jun 13 00:58:51 CEST 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, 18.11.x has been updated
       via  8001aae5039d5a95d4c100437f4ec47255921616 (commit)
       via  a3469609fcc0366302d350af7548872f04bdf790 (commit)
       via  52e3d51c8b206130522b92cbba2be1aad9196d9d (commit)
       via  0caaa8e88457c65fdf303fa4a49f361ab07e67cc (commit)
      from  76b797bb5fc8ea1d7b7af06406ad0787fc3941c9 (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 8001aae5039d5a95d4c100437f4ec47255921616
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Wed Jun 12 22:37:43 2019 +0000

    Bug 10215: DBRev 18.11.06.001
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit a3469609fcc0366302d350af7548872f04bdf790
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Jun 5 12:58:20 2019 +0100

    Bug 10215: (follow-up) Fix the failing test
    
    We now handle NULL values at the database end and do not expect empty
    strings.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 117061d88420231d709515f4702446e60f7de4b6)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 5d0f6f8cbb42ac85d6648f1e0d45af359604021f)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 52e3d51c8b206130522b92cbba2be1aad9196d9d
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Jun 5 12:54:30 2019 +0100

    Bug 10215: (follow-up) Correct existing data
    
    This patch adds the correction of data ('' => NULL) during the DB
    update.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 9713e13893c9f2d2b12cea29b23b72a25170462e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 648587b19c7e8ca4a91b9930c7d6c78fbeb2da0f)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 0caaa8e88457c65fdf303fa4a49f361ab07e67cc
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue May 7 12:49:03 2013 -0400

    Bug 10215: Increase the size of opacnote and librariannote for table subscriptionhistory
    
    We have librarians that are regularly hitting the maximum number of
    characters for the note fields in subscription history. They would like
    to be able to store at least 1000 characters here. Converting the
    varchar(150) to text should do it.
    
    Test Plan:
    1) Apply this patch
    2) Run updatedatabase.pl
    3) Add public and private notes to a subscription history entry
       where each note is greater than 150 characters.
    4) Save and view the notes, the notes should not be truncated.
    
    Rescued-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 8592474c3fe6af408c7265a50bd1776a76942397)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit c42c44e932133e6df6c3b9ccda30932d2835f5ee)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Serials.pm                          |    1 +
 Koha.pm                                |    2 +-
 installer/data/mysql/kohastructure.sql |    4 ++--
 installer/data/mysql/updatedatabase.pl |   13 +++++++++++++
 t/db_dependent/Serials.t               |    4 ++--
 5 files changed, 19 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list