[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.09-4-g7b94dfa

Git repo owner gitmaster at git.koha-community.org
Tue Feb 26 00:22:14 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, 18.05.x has been updated
       via  7b94dfaa2d82d961d4a1e48a8c82f967f75779d5 (commit)
       via  71476f801e798343dcedfb8b661a1fc8d8cf0bf4 (commit)
       via  9fd399263a6cd9491243c481afc6a7a9944f95f0 (commit)
       via  5bf05679527b2519827f02e7ec59bbd372db1d24 (commit)
      from  964ce524640f0dc1129ac2edc96b01af8c638adf (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 7b94dfaa2d82d961d4a1e48a8c82f967f75779d5
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Mon Feb 25 22:59:29 2019 +0000

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

commit 71476f801e798343dcedfb8b661a1fc8d8cf0bf4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Feb 14 17:19:08 2019 -0300

    Bug 13515: Fix constraint name before deleting it
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 1f23384475214cf291afe081aaa2ef6d18767ed8)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit edd9be57b8046f4bdac7d7d1757d0108aeee9462)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 9fd399263a6cd9491243c481afc6a7a9944f95f0
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Wed Dec 26 17:44:39 2018 +0100

    Bug 13515: Add unit tests
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 11b9bb3da9b250ca6fa23792775685037330599e)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit b5061a7319beb7bc5c7d9a2d03756d7c6d1ef05b)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 5bf05679527b2519827f02e7ec59bbd372db1d24
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 18 12:43:00 2018 -0300

    Bug 13515: Add a foreign key constraint to messages.borrowernumber
    
    This patch adds a missing foreign key constraint to
    mesages.borrowernumber.
    To create it sucessfully the entries from the messages table that are
    not linked with an existing patron will be removed.
    
    Test plan:
    0/ Do not apply the patch
    1/ Add messages to different patrons
    2/ Delete one of the patron's record
    3/ Have a look at the messages table and notice that the messages for
    the deleted patron's record still appear
    4/ Apply the patch and execute the update DB entry
    5/ Have a look again at the messages table and notice that the messages
    for the deleted patron's record have been removed
    6/ Delete a patron that have messages
    7/ Notice that now the messages are deleted when the patron's record is
    deleted
    
    Signed-off-by: Nazlı Çetin <nazli at devinim.com.tr>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 0daa02a961be828d5c38b6933c91ee79853f95c5)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit a224d0598e0ef037c879201375e36e9f640dc1ed)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                |    2 +-
 installer/data/mysql/kohastructure.sql |    3 +-
 installer/data/mysql/updatedatabase.pl |   22 ++++++++++++++
 t/db_dependent/Patron/Messages.t       |   50 ++++++++++++++++++++++++++++++++
 4 files changed, 75 insertions(+), 2 deletions(-)
 create mode 100644 t/db_dependent/Patron/Messages.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list