[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.11-14-g00a42d6

Git repo owner gitmaster at git.koha-community.org
Mon Dec 15 17:27:52 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, 3.14.x has been updated
       via  00a42d61674b31ad9260a6b06fe41adbfeb59ee8 (commit)
       via  7cba916cef9f41a95b29549aaebd3accf2d8b6f0 (commit)
      from  1caaf4e24ba99541df1b8feeb9fdeb759c6ab2c6 (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 00a42d61674b31ad9260a6b06fe41adbfeb59ee8
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Jun 23 11:43:48 2014 +0200

    Bug 12086: qa-followup: remove warning on launching unit tests
    
    Without this patch, the following warning appears:
      t/db_dependent/Holds/RevertWaitingStatus.t .. Subroutine
      C4::Context::userenv redefined at
      t/db_dependent/Holds/RevertWaitingStatus.t line 25.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 8e1b6f76d60efd4b7806788ec44c73348dcbdd51)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 7cba916cef9f41a95b29549aaebd3accf2d8b6f0
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Apr 17 12:10:21 2014 -0400

    Bug 12086 - Hold priorities incorrect, when waiting status was reversed
    
    1) Test record has 1 single item, checked out to patron X
    2) Place 3 holds for patrons A, B and C, all title level hold this time
       A, B, C, item branches and staff branch are the same.
    3) Return item, confirm hold
    4) Confirm item is now waiting for patron A
       Priorities are: A = Waiting, B = 1, C = 2
    5) Open patron account of user B, checkout book
       Koha asks: Item X has been waiting for patron A... Revert
       waiting status
       Confirm.
    6) Check priorities:
       Hold list shows: A = 1, C = 1
       Database says: A = 1, C = 3
    7) Apply this patch
    8) Repeat steps 1-6
    9) Note the priorities are correct
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Test plan correctly predicts the error and the correction made by the
    patch.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit de89021646c4eda33703af9516541bd69758573e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Reserves.pm                             |    5 +-
 t/db_dependent/Holds/RevertWaitingStatus.t |  101 ++++++++++++++++++++++++++++
 2 files changed, 104 insertions(+), 2 deletions(-)
 create mode 100755 t/db_dependent/Holds/RevertWaitingStatus.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list