[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.04-87-g42e8d66

Git repo owner gitmaster at git.koha-community.org
Tue Oct 16 15:20:02 CEST 2018


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  42e8d66369c6b38caeab85ddd5a1021623ca4628 (commit)
       via  e9c0c2263057d7e72013d8a62438803733d2a67f (commit)
       via  84bf7c9468a1be39de54a488f41e5c579be86072 (commit)
       via  9b428ec7ed43c3926483aa692315efdebb545f7b (commit)
      from  8b809db3e4a47b39b42b637d01aad81970c8ba0e (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 42e8d66369c6b38caeab85ddd5a1021623ca4628
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Thu Sep 6 13:21:53 2018 +0200

    Bug 21320: Holds to pull should honor syspref AllowHoldsOnDamagedItems
    
    Test plan:
    
    1. Set syspref AllowHoldsOnDamagedItems to Allow
    2. Create a hold on record with item which is damaged
    3. Verify that it doesn't appear in report
    4. Apply patch and verify that it's now visible
    
    Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit b23fe0b0b8d468fe80d40aef1a12296421cc1d37)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e9c0c2263057d7e72013d8a62438803733d2a67f
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Wed Feb 21 13:10:50 2018 +0000

    Bug 10382: Course reserves: handle empty values
    
    Test Plan:
    1) Create an item, do not set a collection code
    2) Add the item to a course, and choose to set a collection code
    3) Ensure the course is enabled, and the collection code is now visible
    4) Disable the course, ensure the collection code is no longer visible
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.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 9c6025ccbfd0c57d45fec444ee57e72c3aad512b)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 84bf7c9468a1be39de54a488f41e5c579be86072
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Thu Mar 9 13:42:04 2017 +0000

    Bug 10382: Add unit tests for course items
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.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 3e6f9b8a1d5b293cfe5a00732e2b6f1371046855)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9b428ec7ed43c3926483aa692315efdebb545f7b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jun 5 10:01:17 2013 -0400

    Bug 10382: collection not returning to null when removed from course reserves
    
    Test Plan:
    1) Create an item, do not set a collection code
    2) Add the item to a course, and choose to set a collection code
    3) Ensure the course is enabled, and the collection code is now visible
    4) Disable the course, ensure the collection code is no longer visible
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.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 b1bb9f9e6b028dce0109755180100e4033424227)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/CourseReserves.pm                               |   89 ++-----
 circ/pendingreserves.pl                            |    7 +-
 .../en/modules/course_reserves/add_items-step2.tt  |   16 +-
 .../en/modules/course_reserves/course-details.tt   |    8 +-
 t/db_dependent/CourseReserves/CourseItems.t        |  268 ++++++++++++++++++++
 5 files changed, 301 insertions(+), 87 deletions(-)
 create mode 100644 t/db_dependent/CourseReserves/CourseItems.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list