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, 3.18.x has been updated
       via  27a0e22440d348d29a5dac20215c9a2a9cdcd808 (commit)
       via  cc1ec828c110a19edb61fa316d1399695d444b81 (commit)
       via  a86e1ca364f95b34871d6185a042aeadbdd9cdb2 (commit)
       via  e2a3e25a56c64741c6ea04072b1cb2aef6aac3a8 (commit)
      from  f9adbd885ac9295bcdb301955e7fc785a8aa07da (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 27a0e22440d348d29a5dac20215c9a2a9cdcd808
Author: Liz Rea <wizzy...@gmail.com>
Date:   Mon Sep 21 14:40:08 2015 +1200

    Catching up dbix updates

commit cc1ec828c110a19edb61fa316d1399695d444b81
Author: Liz Rea <wizzy...@gmail.com>
Date:   Mon Sep 21 14:30:47 2015 +1200

    Bug 14205: RM followup - DBIx updates

commit a86e1ca364f95b34871d6185a042aeadbdd9cdb2
Author: Liz Rea <wizzy...@gmail.com>
Date:   Mon Sep 21 14:22:49 2015 +1200

    DBRev 3.18.10.01

commit e2a3e25a56c64741c6ea04072b1cb2aef6aac3a8
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Tue Aug 4 10:00:51 2015 +0100

    Bug 14205: Deleting an Item/Record does not remove link to course reserve
    
    A constraint is missing on the course_reserves.ci_id field.
    This patch adds it and removes orphan rows.
    
    Test plan:
    0/ Don't apply the patch
    1/ Login to Staff Site.
    2/ Go to Course Reserves
    3/ Create Course
    4/ Add Reserve
    5/ Go to item added (delete item/record)
    6/ Refresh Course (see no items attached)
    7/ Delete Course
    8/ See course still listed in the courses (Not deleted)
    9/ Apply the patch and execute the updatedatabase entry.
    10/ Delete the Course
    Note that the course has correctly been removed.
    
    NOTE: Make sure to set the UseCourseReserves system preference to test.
          Tested before (problem existed) and after (problem solved) update.
          Dropped DB, web installed, and put in dummy data and retested.
          Problem solved.
    
    Signed-off-by: Mark Tompsett <mtomp...@hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer...@web.de>
    Signed-off-by: Tomas Cohen Arazi <tomasco...@unc.edu.ar>
    Signed-off-by: Liz Rea <wizzy...@gmail.com>

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

Summary of changes:
 Koha/Schema/Result/AuthorisedValue.pm       |  133 +++++++++++++++++-
 Koha/Schema/Result/BorrowerAttributeType.pm |  179 ++++++++++++++++++++++++
 Koha/Schema/Result/CourseItem.pm            |  201 +++++++++++++++++++++++++++
 Koha/Schema/Result/CourseReserve.pm         |  164 +++++++++++++++++++++-
 Koha/Schema/Result/ItemsSearchField.pm      |    8 +-
 installer/data/mysql/kohastructure.sql      |    4 +-
 installer/data/mysql/updatedatabase.pl      |   19 ++-
 kohaversion.pl                              |    2 +-
 8 files changed, 696 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to