[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.07-8-g0bf37bf67a

Git repo owner gitmaster at git.koha-community.org
Fri Jan 31 22:25:48 CET 2020


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, 19.05.x has been updated
       via  0bf37bf67a8b04e5f88917a089974b1f2003a7e5 (commit)
       via  813b81e78354bce193b4e8c2b170e397a1621340 (commit)
       via  700a37ed3762e8a97e23991acea11170c6239f39 (commit)
       via  2c1c5a7d150d0e9b2d756ad776b3afa76c6afab1 (commit)
       via  5acc383caf91879aa015ebf529b5362c8bb025d5 (commit)
       via  411f09e592c1c7ca08f15e28467d839fc0f83a45 (commit)
       via  169dd65ec753d1928fb110aa6abda50cc50cf355 (commit)
       via  366a80fb5bf01cb2dd7497b8ff15179d5ef8cb23 (commit)
      from  38c2a26e0eac6d9d56d2099a0bcaaf686cbb1555 (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 0bf37bf67a8b04e5f88917a089974b1f2003a7e5
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Fri Jan 31 20:57:19 2020 +0000

    Bug 23233: DBRev 19.05.07.001

commit 813b81e78354bce193b4e8c2b170e397a1621340
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Dec 17 09:07:44 2019 +0000

    Bug 23233: (RM follow-up) Rename syspref in test
    
    The AllowItemsOnHoldCheckout system preference was renamed to
    AllowItemsOnHoldCheckoutSIP to clarify it's use, but one case was missed
    in the test suit.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 0b7f70c2d5712460aef44ba35838d5a88cf25598)

commit 700a37ed3762e8a97e23991acea11170c6239f39
Author: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
Date:   Tue Oct 22 11:20:39 2019 +0000

    Bug 23233: (follow-up) Correct test description
    
    AllowItemsOnHoldCheckout is not checked anymore but instead only
    whether the tmp_holdsqueue is empty or not.
    
    Signed-off-by: Lari Taskula <lari.taskula at hypernova.fi>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 567da67606f82a720ea4ec074f7fe47a4b9d8ddf)

commit 2c1c5a7d150d0e9b2d756ad776b3afa76c6afab1
Author: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
Date:   Tue Oct 22 11:04:48 2019 +0000

    Bug 23233: (follow-up) Add description to atomic upgrade
    
    Signed-off-by: Lari Taskula <lari.taskula at hypernova.fi>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 23b7cc37626a90ee596e24f5439f1739ee739727)

commit 5acc383caf91879aa015ebf529b5362c8bb025d5
Author: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
Date:   Tue Oct 22 11:00:51 2019 +0000

    Bug 23233: (follow-up) Remove accidentally left comment
    
    The line
    
    t::lib::Mocks::mock_preference( 'AllowItemsOnHoldCheckout', 0 );
    
    was removed from below this comment line but the comment explaining
    what it does was forgotten.
    
    Signed-off-by: Lari Taskula <lari.taskula at hypernova.fi>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 723fb3ac415551d3c9049500c6e2efe9d44f4096)

commit 411f09e592c1c7ca08f15e28467d839fc0f83a45
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jul 1 08:56:09 2019 -0400

    Bug 23233: Remove use of AllowItemsOnHoldCheckout from C4::Items::GetItemsInfo
    
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit aa5418dca6ae20e70e92ecf662a1f5b83c86cd3e)

commit 169dd65ec753d1928fb110aa6abda50cc50cf355
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jul 1 07:19:33 2019 -0400

    Bug 23233: Remove use of AllowItemsOnHoldCheckout from Koha::Item::has_pending_hold, it can cause false data to be returned
    
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit dc769fd06577e54695cee11a0de917d6fb4c8569)

commit 366a80fb5bf01cb2dd7497b8ff15179d5ef8cb23
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jun 28 14:07:39 2019 -0400

    Bug 23233: AllowItemsOnHoldCheckout is misnamed and does not indicate it is for SIP-based checkouts only
    
    The system preference AllowItemsOnHoldCheckout only affects SIP based checkouts. I believe we should rename it AllowItemsOnHoldCheckoutSIP so it matches AllowItemsOnHoldCheckoutSCO. We should also update the description as well.
    
    As far as I know AllowItemsOnHoldCheckout has never affected anything except SIP traffic. That does not preclude the addition of another AllowItemsOnHoldCheckout syspref that would affect the staff interface, but that would be an enhancement and is outside the scope of this bug report.
    
    Test Plan:
    1) Test AllowItemsOnHoldCheckout via SIP
    2) Apply this patch
    3) Test AllowItemsOnHoldCheckoutSIP via SIP
    4) Note there is no difference!
    5) Note the syspref description has been update to mention SIP
    
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 5476e77021e8abd0c733780bb825938a7608ff76)

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

Summary of changes:
 C4/Items.pm                                                 |  9 +++------
 C4/SIP/ILS/Transaction/Checkout.pm                          |  2 +-
 C4/UsageStats.pm                                            |  2 +-
 Koha.pm                                                     |  2 +-
 Koha/Item.pm                                                |  2 +-
 installer/data/mysql/sysprefs.sql                           |  2 +-
 installer/data/mysql/updatedatabase.pl                      | 13 +++++++++++++
 .../prog/en/modules/admin/preferences/circulation.pref      |  6 ++++--
 t/db_dependent/Items.t                                      | 12 +++++-------
 t/db_dependent/Koha/Item.t                                  |  7 +------
 t/db_dependent/UsageStats.t                                 |  2 +-
 11 files changed, 32 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list