[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.03-4-geae9968

Git repo owner gitmaster at git.koha-community.org
Mon Feb 25 13:46:09 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.11.x has been updated
       via  eae99688acc0e9aff6be0d6b815c6f443f165a65 (commit)
       via  edd9be57b8046f4bdac7d7d1757d0108aeee9462 (commit)
       via  b5061a7319beb7bc5c7d9a2d03756d7c6d1ef05b (commit)
       via  a224d0598e0ef037c879201375e36e9f640dc1ed (commit)
      from  d5ae145499f36c5cd459d4eaec3ec1f007a3b314 (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 eae99688acc0e9aff6be0d6b815c6f443f165a65
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 15 13:17:45 2019 +0000

    Bug 13515: DBRev 18.11.03.001
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 2c6d39452af2364463b509d7d18526714bc17b3f)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit edd9be57b8046f4bdac7d7d1757d0108aeee9462
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>

commit b5061a7319beb7bc5c7d9a2d03756d7c6d1ef05b
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>

commit a224d0598e0ef037c879201375e36e9f640dc1ed
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>

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

Summary of changes:
 Koha.pm                                |    2 +-
 Koha/Schema/Result/Borrower.pm         |   19 ++++++++++--
 Koha/Schema/Result/Message.pm          |   22 ++++++++++++--
 installer/data/mysql/kohastructure.sql |    3 +-
 installer/data/mysql/updatedatabase.pl |   18 ++++++++++++
 t/db_dependent/Patron/Messages.t       |   50 ++++++++++++++++++++++++++++++++
 6 files changed, 107 insertions(+), 7 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