[koha-commits] main Koha release repository branch master updated. v3.14.00-537-ge51b441

Git repo owner gitmaster at git.koha-community.org
Mon Mar 10 18:27:34 CET 2014


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  e51b44178141ddd32134758d20d388c648fb0dfd (commit)
       via  5f8bef581d5170a4a5c7a965379264d78935041f (commit)
       via  adc09764bc90c34300444c5ea43bfd040f0d571d (commit)
       via  9b9fd8597945d221d9d89d6ae6517c0c65179232 (commit)
       via  52924e7b0ecddcceec8d22299e8fa4c5f04a991a (commit)
       via  5372082724002476bc7565f7c66a7e6aaa06c24b (commit)
       via  3e344d7e0718e5a8ac810ca5235f68c1e6d3f370 (commit)
      from  8d76441a4c0eb33f4f4e8cf796e093ff12bfd334 (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 e51b44178141ddd32134758d20d388c648fb0dfd
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Mar 10 17:48:54 2014 +0000

    Bug 8918: (follow-up) tidy code and description of CalculatePriority()
    
    This patch improves the formatting and the description of the new
    CalculatePriority() routine.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 5f8bef581d5170a4a5c7a965379264d78935041f
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Feb 7 12:05:24 2014 +0100

    Bug 8918: (follow-up) support creating brief UNIAMRC bibs in Reserves.t
    
    Changed title and author field for UNIMARC.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Tested for MARC21, NORMARC and UNIMARC by adding temporary set_preference..
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit adc09764bc90c34300444c5ea43bfd040f0d571d
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Thu Feb 6 15:42:08 2014 +0100

    Bug 8918: (follow-up) allow t/db_dependent/Reserves.t to pass if marcflavour is UNIMARC
    
    Set marcflavour to MARC21 to make tests pass.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Works for MARC21. But I would prefer a better fix for UNIMARC.
    Will send a follow-up for that.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 9b9fd8597945d221d9d89d6ae6517c0c65179232
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Jan 30 14:16:03 2014 +0100

    Bug 8918: (follow-up)  more unit tests for CalculatePriority
    
    Adding a few unit tests, including the following situations:
    Placing a hold when there is a wait.
    Placing a hold when there is a future hold.
    Calculating priority with future date.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 52924e7b0ecddcceec8d22299e8fa4c5f04a991a
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Nov 5 16:25:56 2013 +0100

    Bug 8918: Add a unit test for CalculatePriority
    
    Rebased on January 29, 2014 (marcelr)
    Added text on the two 'is'-statements.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 5372082724002476bc7565f7c66a7e6aaa06c24b
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Apr 12 11:27:42 2013 +0200

    Bug 8918: (follow-up) improve descriptions of two related sysprefs
    
    Updating pref descriptions for ReservesNeedReturns and ILS-DI:AuthorizedIPs.
    Just sideway related to this report, but not important enough to separate.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 3e344d7e0718e5a8ac810ca5235f68c1e6d3f370
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Oct 15 14:06:04 2012 +0200

    Bug 8918: Fix reserve priority in ILS-DI
    
    The priority of new hold requests was not calculated when using ILS-DI.
    
    A new routine is added, C4::Reserves::CalculatePriority(), to calculate
    the priority prior to placing a request.
    
    A separate bug report, 11640, covers the changes in reserves to
    use this new routine more generally.
    
    This patch does therefore only affect ILS-DI.
    
    Note: ILS-DI already allows you to generate multiple holds on a biblio or
    item for the same patron. This patch does not change that behavior.
    
    Test plan:
    [1] Place multiple holds using ILS-DI HoldTitle service:
        /cgi-bin/koha/ilsdi.pl?service=HoldTitle&patron_id=BORROWERNUMBER&bib_id=BIBLIONUMBER&request_location=test
        Check the priority.
    [2] Do the same using HoldItem service:
        /cgi-bin/koha/ilsdi.pl?service=HoldItem&patron_id=BORROWERNUMBER&bib_id=BIBLIONUMBER&item_id=ITEMNUMBER
        Check the priority again.
    [3] Use a biblio with multiple items. Place item level holds on both.
        Check in one of these items in another branch. Confirm transfer.
        Check in the other item in the original branch. Confirm hold.
        Now you have a waiting and a transit hold.
        Test HoldTitle and HoldItem service again a few times.
    [4] Enable AllowHoldDateInFuture and add a future hold.
        Now test HoldTitle and HoldItem again and check if these holds are
        inserted before the future hold (lower priority).
    
    January 29, 2014: Rebased this patch and amended it to make a distinction
    between fixing the ILS-DI bug and using the new routine.
    Updated commit message and test plan (marcelr).
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/ILSDI/Services.pm                               |   26 ++++-----
 C4/Reserves.pm                                     |   45 +++++++++++++++
 .../en/modules/admin/preferences/circulation.pref  |    2 +-
 .../en/modules/admin/preferences/web_services.pref |    3 +-
 t/db_dependent/Reserves.t                          |   60 ++++++++++++++++++--
 5 files changed, 114 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list