[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.01-23-gd064c25

Git repo owner gitmaster at git.koha-community.org
Wed Jun 27 13:05:55 CEST 2018


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, 18.05.x has been updated
       via  d064c25f593e49565bf0899da6bb712ddc447d39 (commit)
       via  5c6c65476838d701b1f44199407efbade349967b (commit)
       via  6f5952023c615e72d3fe36aafe3b5fd82c8794fd (commit)
       via  c528c05f303d1d4c99680ebf61fb78a79b92bedf (commit)
      from  82ce10dd2817e99aa138d87287d903e5c7539a0a (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 d064c25f593e49565bf0899da6bb712ddc447d39
Author: Amit Gupta <amit.gupta at informaticsglobal.com>
Date:   Tue Jun 5 22:21:51 2018 +0530

    Bug 20867: Ability to show membership renewal date on moremember.pl page
    
    Test case:
    1. Create the patron.
    2. Search the patron whose date of membership is about to expire or expired.
    3. Click on More->Renew patron.
    4. Now membership is renewed.
    5. Apply the patch.
    6. Reload the page now you will able to see the Membership renewal date.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Followed the test plan and it works.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5c6c65476838d701b1f44199407efbade349967b
Author: Alex Buckley <alexbuckley at catalyst.net.nz>
Date:   Thu May 24 10:10:05 2018 +0000

    Bug 18521: Fix key binding in the header
    
    Moving the conditional block [% IF (CAN_user_circulate_circulate_remaining_permissions ) %] block up the checkin-search.inc file above the CAN_user_catalogue IF conditional block fixes this bug.
    
    Test plan:
    1. Go to the circ home page and confirm the following
    keyboard shortcuts work:
    
    Alt+q = goes to search catalog
    Alt+w = goes to renew
    
    2. Go to returns.pl and confirm the following  keyboard shortcuts work:
    
    Alt+q = goes to renew
    Alt+w = goes to search catalog
    
    3. Apply patch
    
    4. Restart apache2, memchached and plack
    
    5. Confirm on the returns.pl the following keyboard shortcuts work:
    Alt+q = goes to search catalog
    Alt+w = goes to renew
    
    Sponsored-By: Catalyst IT
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Followed the test plan and it works.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6f5952023c615e72d3fe36aafe3b5fd82c8794fd
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jun 4 13:52:28 2018 +0000

    Bug 20864: Only set bibs_selected cookie when BrowseResultSelection is activated
    
    This patch adds a system preference check around the call to the
    JavaScript include which sets the bibs_selected cookie. With
    BrowseResultsSelection disabled, the cookie should never be set.
    
    To test you should be using a browser with a tool for inspecting
    cookies. View the cookies for your Koha domain under each of these
    conditions, clearing cookies between each step:
    
    Without the patch applied:
    
     - With  BrowseResultSelection enabled, search for any item. Your cookie
       tool should report that you have a bibs_selected cookie stored.
     - With BrowseResultSelection disabled, search for any item. You should
       have a bibs_selected cookie.
    
    With the patch applied:
    
     - With the BrowseResultSelection system preference enabled, search for
       any item. Your cookie tool should report that you have a
       bibs_selected cookie stored.
     - With BrowseResultSelection disabled, search for any item. You should
       have no bibs_selected cookie.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c528c05f303d1d4c99680ebf61fb78a79b92bedf
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jun 21 08:28:08 2018 +0100

    Bug 20879: Fix regression in shibboleth when ldap enabled
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Auth.pm                                         |    2 +-
 .../prog/en/includes/checkin-search.inc            |   21 ++++++++++----------
 .../intranet-tmpl/prog/en/includes/js_includes.inc |    4 +++-
 .../prog/en/modules/members/moremember.tt          |    4 +++-
 4 files changed, 18 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list