[koha-commits] main Koha release repository branch master updated. v19.11.00-854-g8a6dd41d3a

Git repo owner gitmaster at git.koha-community.org
Mon Feb 24 11:24:22 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, master has been updated
       via  8a6dd41d3a31e318f14df91ede8f90a10c89df5f (commit)
       via  f9bd5286b2aa7d528090a45a8a807adf4129652d (commit)
       via  77b29c2f95c2dae6d3d74d8d718a966c581f2e6e (commit)
       via  27b9030d14a0ee09540652fe8533ab3ed9b69e41 (commit)
       via  9a5777dafcfdee37f13ae3cc9e211692a952a68b (commit)
      from  cfebd96d1fd6e45dea69bde20be044ad17899a19 (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 8a6dd41d3a31e318f14df91ede8f90a10c89df5f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Feb 21 09:41:27 2020 -0500

    Bug 24705: Holds placed via SIP will be given first priority
    
    The SIP server does not calculate and pass a priority to AddReserve, which causes the hold to be given priority 1.
    
    Test Plan:
    1) Place a hold via SIP for a record with existing holds
    2) Note the new hold is top priority
    3) Apply this patch
    4) Restart SIP
    5) Repeat step 1
    6) New hold should be last priority
    
    Signed-off-by: Christofer Zorn <Christofer.Zorn at ajaxlibrary.ca>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f9bd5286b2aa7d528090a45a8a807adf4129652d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 24 10:40:54 2020 +0100

    Bug 24705: Add tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 77b29c2f95c2dae6d3d74d8d718a966c581f2e6e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 21 21:11:37 2020 +0000

    Bug 24711: Don't add logout input to login form
    
    To test:
    1 - Set OpacPublic syspref to 'Disable'
    2 - Log in to OPAC
    3 - Log out
    4 - Try to log in again
    5 - No error, but you get the login form again
    6 - Apply patch
    7 - Repeat
    8 - This time you can log in again
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 27b9030d14a0ee09540652fe8533ab3ed9b69e41
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Feb 21 15:43:06 2020 +0100

    Bug 24706: Fix ergonomic issue on the list view if empty
    
    If the list is empty, the toolbar does not render correctly.
    Buttons are displayed instead of links, also the "Sort" is displayed
    when it should not
    
    Test plan:
    - Create a new list, do not add items
    - Notice that the toolbar now renders correctly
    - Use the different link to create/edit/delete
    - Confirm that the sort link is not displayed
    - Add a new item
    - Confirm that the toolbar is looking the same as before
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9a5777dafcfdee37f13ae3cc9e211692a952a68b
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Feb 12 18:44:05 2020 +0000

    Bug 24646: Move RoundFinesAtPayment to 'Fines policy' section
    
    To test:
     - Search Admin->System preferences for 'RoundFinesAtPayment'
     - Note it is listed under self-check
     - Apply patch
     - Restart/refresh
     - Note it is now under Accounting -> Policy
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/SIP/ILS/Transaction/Hold.pm                     |  2 +
 .../en/modules/admin/preferences/accounting.pref   |  6 +++
 .../en/modules/admin/preferences/circulation.pref  |  6 ---
 .../opac-tmpl/bootstrap/en/modules/opac-auth.tt    |  1 +
 .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 26 ++++-----
 t/db_dependent/SIP/Transaction.t                   | 62 +++++++++++++++++++++-
 6 files changed, 84 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list