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

Git repo owner gitmaster at git.koha-community.org
Sat Jan 18 17:06:46 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  a8d17d939b9e11b996e7dfbca6aa3175668dc99f (commit)
       via  a3036566b83f935937677df92bbd416393e90894 (commit)
       via  fb20bea31e0bba7c863077493be167db18b2ed83 (commit)
       via  d6f660e4f07a7bc5bec117d4701dfb35ef1a771d (commit)
       via  7a7d92d61129cbb67c5738270cdc9fcca43269ad (commit)
      from  613f9c835f2f4d30e1d91912b59223def23e2b2a (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 a8d17d939b9e11b996e7dfbca6aa3175668dc99f
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Sat Jan 18 15:40:15 2020 +0000

    Bug 24253: DBRev 19.11.01.003
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit a3036566b83f935937677df92bbd416393e90894
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jan 8 10:11:07 2020 -0300

    Bug 24263: (QA follow-up) Atomic update fixes
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit fb20bea31e0bba7c863077493be167db18b2ed83
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 18 14:04:58 2019 +0100

    Bug 24263: Replace borrowers.relationship with NULL when was empty string
    
    When you create a new patron, its relationship field is populated with
    an empty string when we are expecting NULL.
    
    Otherwise the about page will display a warning about a missing/wrong
    relationship in data (that is not in the syspref)
    
    Test plan:
    0/ Do not apply the patches from this bug report
    1/ Create a new patron (child)
    2/ Notice that relationship column in DB is set to an empty string
    3/ Go to the about page, notice the invalid warning about relationship
    values not in the syspref
    4/ Apply DB changes and tests
    5/ Execute the update DB entry
    => The value in DB is now NULL when was ""
    6/ Execute the tests
    => It fails
    7/ Apply the last patch
    8/ Add and edit a patron (child)
    => relationship is set to NULL in DB
    9/ Execute the tests
    => They pass!
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit d6f660e4f07a7bc5bec117d4701dfb35ef1a771d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 18 14:08:34 2019 +0100

    Bug 24263: DB changes
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 7a7d92d61129cbb67c5738270cdc9fcca43269ad
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 18 14:04:35 2019 +0100

    Bug 24263: Add tests
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                | 2 +-
 Koha/Patron.pm                         | 4 ++++
 installer/data/mysql/updatedatabase.pl | 7 +++++++
 t/db_dependent/Koha/Patrons.t          | 6 +++++-
 4 files changed, 17 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list