[koha-commits] main Koha release repository branch master updated. v3.22.00-756-gc0d7030

Git repo owner gitmaster at git.koha-community.org
Thu Mar 3 21:14:06 CET 2016


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  c0d7030b024d290780df133e55830b8ae90cd7c3 (commit)
       via  3c9d50d13457941d2569720f94399250c17e1884 (commit)
      from  9bd9476b1d7c7b20c046213fd40910e0181b3757 (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 c0d7030b024d290780df133e55830b8ae90cd7c3
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Oct 16 09:53:51 2015 -0400

     Bug 12803 [QA Followup] - Allow holiday caching to be disabled for testing purposes
    
    Bug 12803 [QA Followup] - Remove use of C4::Dates
    
    C4::Dates was being included, but not used in the code!
    
    Bug 12803 [QA Followup] - Fix koha-qa.pl errors
    
    Bug 12803 [QA Followup] - Update unit tests due to changes in master
    
    Bug 12803 [QA Followup] - Fix to stop failing unit tests
    
    Bug 12803 [QA Followup] - Remove duplicate 'use' lines
    
    Bug 12803 [QA Followup] - Remove NO_CACHE
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 3c9d50d13457941d2569720f94399250c17e1884
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Aug 21 11:22:30 2014 -0400

     Bug 12803 - Add ability to skip closed libraries when generating the holds queue
    
    The holds queue is typically generated many times a day in order to
    select items to fill holds. Often these items are to be sent to a
    different library. However, if the library whose item is picked to fill
    a hold is closed, that hold will remain unfilled even if there are other
    open libraries who own that item. It would be helpful if we could skip
    closed libraries for the purpose of selecting items to fill holds.
    
    Test Plan:
    1) Apply this patch
    2) Run updatedatabase.pl
    3) Create a record with two items on it, one at Branch A, and one at
       Branch B
    4) Place a hold for pickup at Branch C
    5) Generate the holds queue
    6) Note which branch's item is selected for the hold
    7) Enable the new system preference HoldsQueueSkipClosed
    8) Add today as a holiday for that branch noted in step 6
    9) Regenerate the holds queue
    10) View the holds queue, notice the item selected is not from
        the closed branch!
    11) prove t/db_dependent/HoldsQueue.t
    
    Signed-off by: Jason Robb <jrobb at sekls.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/HoldsQueue.pm                                   |   48 ++++++++++++++++----
 installer/data/mysql/atomicupdate/bug_12803.sql    |    2 +
 installer/data/mysql/sysprefs.sql                  |    1 +
 .../en/modules/admin/preferences/circulation.pref  |    7 ++-
 t/db_dependent/HoldsQueue.t                        |   44 ++++++++++++++++--
 5 files changed, 86 insertions(+), 16 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_12803.sql


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list