[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.05-23-ga51e18d746

Git repo owner gitmaster at git.koha-community.org
Wed Apr 29 21:55:36 CEST 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  a51e18d746526897abcc6e7b9e16b0937d332ad6 (commit)
       via  155b47d2fee0440cc743a09d5c6a2152abb97d16 (commit)
       via  9f89eabcd5befe34d4b3ad75fb8b128f4de131f3 (commit)
      from  300dbea81219245614d95599c7cd98c51a005242 (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 a51e18d746526897abcc6e7b9e16b0937d332ad6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 1 10:58:28 2020 +0200

    Bug 25024: Do not escape $
    
    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>

commit 155b47d2fee0440cc743a09d5c6a2152abb97d16
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Mar 31 13:55:21 2020 +0000

    Bug 25024: Make grep match full string
    
    To test:
    1 - Create or have a branch with code CPL
    2 - Create two new branches 'ACPL' and 'CPLA'
    3 - In branch transfer limits disallow some itype or collection from another branch (FPL) to ACPL and CPLA
    4 - Set UseBranchTransferLimits to 'Enforce'
    5 - Find a biblio with one item belonging to FPL
    6 - On opac, attempt to place a hold
    7 - Note that ACPL and CPLA don't show in dropdown, OK
    8 - Note that CPL is disabled, NOT OK
    9 - Apply patch
    10 - Place hold
    11 - CPL is now enabled
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Joel Sasse <jsasse at plumcreeklibrary.net>
    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>

commit 9f89eabcd5befe34d4b3ad75fb8b128f4de131f3
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Mar 30 15:16:36 2020 +0000

    Bug 23601: Prevent default for auxclick
    
    The issue appears to be that the default action is not prevented for middle click because it registers
    an 'auxclick' event as opposed to a 'click' event
    
    To test:
    1 - Perform a search in staff client
    2 - Shift-click and hold on a result
    3 - Note a new tab opens
    4 - Release the click, no change
    5 - Middle click and hold on a result
    6 - New tab opens
    7 - Release, a second new tab opens
    8 - Apply patch
    9 - Reload page
    10 - Middle click and hold
    11 - New tab opens
    12 - Release
    13 - No new tab
    
    Signed-off-by: David Nind <david at davidnind.com>
    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>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/js/browser.js                    | 2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list