[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.02-132-g06377eb9d5

Git repo owner gitmaster at git.koha-community.org
Tue Feb 11 01:34:08 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.11.x has been updated
       via  06377eb9d555e0e18a857406ceacb1d4f1e34720 (commit)
       via  69afaa42391d358fac90a0fab8e00f1d10b75dc1 (commit)
       via  cf1c2c1a2a90a376309daee1f08b1dbe3df18bc1 (commit)
       via  d44bad61ba4c05841e661b1c5bc7a29d3c5fb349 (commit)
       via  8d89b44fb9f1a10aec6bb828a5049176f35e85a8 (commit)
       via  2ed69532c860e376ba1ebcb15e81a66c2eb599d8 (commit)
      from  29cabac319d0e1ee9cd44591d112db69507bd068 (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 06377eb9d555e0e18a857406ceacb1d4f1e34720
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 4 11:17:11 2020 +0100

    Bug 20708: Add Withdrawn status when placing a request in staff
    
    Same as bug 22021 for the withdrawn status.
    
    1. Withdraw an item
    2. Place an hold on this item
    Notice the new "withdrawn" status in the information column
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 69afaa42391d358fac90a0fab8e00f1d10b75dc1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Nov 20 17:00:52 2019 +0000

    Bug 9993: On editing basket group delivery place resets to logged in branch
    
    This patch modifies basketgroups.pl so that existing data about a basket
    group's billing and delivery place are correctly preselected in the edit
    form. These fields shouldn't reset to the logged-in user's home branch
    just because they have an empty value.
    
    To test, apply the patch and go to Acquisitions -> Vendor -> Basket
    groups.
    
    When adding or editing a basket group the pre-selected value for
    "Billing place" and "Delivery place" should be correct:
    
       - When creating a new basket group: The logged-in user's library
         should be pre-selected.
    
       - When editing a basket group which has a library defined for either
         the billing or delivery places, the correct library should be
         pre-selected.
    
       - When editing a basket group which has no library defined for either
         the billing or delivery place there should be no library
         pre-selected (the "--" option should be pre-selected).
    
    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>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit cf1c2c1a2a90a376309daee1f08b1dbe3df18bc1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Nov 19 17:02:02 2019 +0000

    Bug 10879: OverDrive should check for OverDriveLibraryID before performing search
    
    This patch modifies the OPAC search results template to check for three
    populated system preferences before performing an OverDrive search:
    OverDriveLibraryID, OverDriveClientKey, and OverDriveClientSecret.
    Previously OverDriveLibraryID was not checked, but without it the
    interface reports an error performing the search.
    
    To test you must have credentials for the OverDrive API as defined
    in OverDriveClientKey, OverDriveClientSecret, and OverDriveLibraryID
    system preferences.
    
     - With OverDriveLibraryID defined, the catalog search results page in
       the OPAC should show a link to results in the library's OverDrive
       collection.
    
     - With no value in the OverDriveLibraryID preference the catalog
       search page should not show any message about an OverDrive
       collection.
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit d44bad61ba4c05841e661b1c5bc7a29d3c5fb349
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Sat Feb 1 16:42:10 2020 +0000

    Bug 24560: Remove No public list text from OPAC
    
    On the OPAC, the dropdown for Lists always includes
    the heading Public Lists, even if no public lists exist.
    This is sub-optimal for libraries that want VirtualShelves
    enabled for private lists but don't want to use public lists.
    
    TEST PLAN:
    1. have no public list and look at the List dropdown on the OPAC. It says No Public Lists.
    2. Apply patch
    3. It should now not say anything about public lists but still be formatted nice.
    4. Add some public lists and confirm that everything looks normal.
    5. Sign off
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 8d89b44fb9f1a10aec6bb828a5049176f35e85a8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Dec 23 14:06:06 2019 +0100

    Bug 24171: Check auto_renew if confirmation is needed
    
    Test plan:
    Add some fines
    Check auto_renew and check an item out, using a title keyword
    Pick one item
    You get the confirmation box
    => Notice that the auto_renew checkbox is checked
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 2ed69532c860e376ba1ebcb15e81a66c2eb599d8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 17 12:10:28 2019 +0100

    Bug 24171: Preserve auto_renew when triggering itemBarcodeFallbackSearch
    
    The auto_renew parameter is not sent to the template when the popup
    triggered by itemBarcodeFallbackSearch is displayed.
    
    Test plan:
    - Turn on itemBarcodeFallbackSearch
    - Open a patron account
    - Check the checkboxes for automatic-renewal
    - Search for a title keyword in the checkout input box
    - Verify that auto-renewal flag is set
    
    Note for QA: The auto_renew flag will be set in any cases. Should we
    expect regression?
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 acqui/basketgroup.pl                                        |  8 ++++----
 circ/circulation.pl                                         |  3 ++-
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 13 +++++++++++--
 koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt  |  4 ++++
 koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc      |  6 +++---
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt    |  2 +-
 6 files changed, 25 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list