[koha-commits] main Koha release repository branch master updated. v16.11.00-568-g95f4c19

Git repo owner gitmaster at git.koha-community.org
Wed Mar 22 11:39:24 CET 2017


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  95f4c197692523d6abec712bbb003e4b710344e3 (commit)
       via  36ee625f0890c80190e53f59bbb2282c3b2bfcb5 (commit)
      from  9d8e83528f39a2d8401f7ed50888c595f48205f5 (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 95f4c197692523d6abec712bbb003e4b710344e3
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Mar 17 10:52:46 2017 +0100

    Bug 18284: [QA Follow-up] Add test descriptions
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.coml>

commit 36ee625f0890c80190e53f59bbb2282c3b2bfcb5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Mar 16 15:20:10 2017 -0300

    Bug 18284: (bug 17196 follow-up) Move biblio metadata when a biblio is deleted
    
    There is a deletedbiblio_metadata table but it is not populated when a
    biblio is deleted. Since we have a ON DELETE constraint on
    biblio_metadata.biblionumber, the row is deleted when the biblio entry
    is deleted => data lost!
    
    Test plan:
    - Create a biblio
    - Delete it
    
    => Without this patch the deletedbiblio_metadata table is not populated
    with the biblio_metadata row related to the biblio
    
    => With this patch applied you should see that the row has been moved.
    
    Followed test plan, behaves as expected
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.coml>

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

Summary of changes:
 C4/Biblio.pm            |   30 ++++++++++++++++++++++++++++++
 t/db_dependent/Biblio.t |   30 +++++++++++++++++++++++-------
 2 files changed, 53 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list