[koha-commits] main Koha release repository branch master updated. v3.16.00-129-g1692ab4

Git repo owner gitmaster at git.koha-community.org
Mon Jun 23 19:41:07 CEST 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  1692ab4cdf620012bd02b2c21094e02218f50c0c (commit)
       via  a717931d7dfc08d9ae283bdae548727d63711a2a (commit)
       via  0f6ff541047c0afa83077e0e8d0d0860e6a4ffd7 (commit)
      from  8599b1dc5d4bf48261d22fa8db553351e978d0b5 (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 1692ab4cdf620012bd02b2c21094e02218f50c0c
Author: Nicole C. Engard <nengard at bywatersolutions.com>
Date:   Sat May 31 11:47:05 2014 -0500

    Bug 12231 - Update AllowMultipleIssuesOnABiblio language
    
    This preference had misleading language, this patch changes it a bit
    to make it clearer.
    
    To test:
    * Apply patch
    * Visit System Preferences
    * Go to Circulation Tab
    * Read description of AllowMultipleIssuesOnABiblio preference
    * Confirm that it is clearer
    
    http://bugs.koha-community.org/show_bug.cgi?id=12231
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    String patch, no errors
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a717931d7dfc08d9ae283bdae548727d63711a2a
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>

commit 0f6ff541047c0afa83077e0e8d0d0860e6a4ffd7
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>

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

Summary of changes:
 C4/Reserves.pm                                     |    5 +-
 .../en/modules/admin/preferences/circulation.pref  |    2 +-
 t/db_dependent/Holds/RevertWaitingStatus.t         |  101 ++++++++++++++++++++
 3 files changed, 105 insertions(+), 3 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