[koha-commits] main Koha release repository branch master updated. v16.11.00-803-gb038bb1

Git repo owner gitmaster at git.koha-community.org
Thu Apr 13 14:51:33 CEST 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  b038bb131082c7c165bc2a71a44e974e15ebd839 (commit)
       via  b27b77307c24a60a0a49581396f01d19f87ebdb0 (commit)
      from  71f34c7b34c355e0b8c0dead9f7ca49b4e1e1dc3 (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 b038bb131082c7c165bc2a71a44e974e15ebd839
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Apr 7 11:56:52 2017 +0200

    Bug 18208: [QA Follow-up] Get count from Koha::Items
    
    Removes the loop by moving the onloan test to the query.
    
    Test plan:
    Run the test again.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b27b77307c24a60a0a49581396f01d19f87ebdb0
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Mar 3 15:30:22 2017 -0300

    Bug 18208: Add RecordProcessor filter to inject not onloan count to MARC records
    
    This patch adds a new filter for MARC records to be used with
    Koha::RecordProcessor. It's purpose is to inject the information about
    items not-onloan in a fixed subfield, 999$x.
    
    To test:
    - Apply the patch
    - Run:
      $ prove t/db_dependent/Koha/Filter/EmbedItemsAvailability.t
    => SUCCESS: Tests pass!
    - Sign off :-D
    
    Sponsored-by: ByWater Solutions
    
    Followed test plan, test passes OK
    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: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Filter/MARC/EmbedItemsAvailability.pm         |   95 ++++++++++++++
 .../Koha/Filter/EmbedItemsAvailability.t           |  133 ++++++++++++++++++++
 2 files changed, 228 insertions(+)
 create mode 100644 Koha/Filter/MARC/EmbedItemsAvailability.pm
 create mode 100755 t/db_dependent/Koha/Filter/EmbedItemsAvailability.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list