[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.11-28-g5321c20a8f

Git repo owner gitmaster at git.koha-community.org
Tue Nov 17 06:47:33 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  5321c20a8f99bd1e63b85f46a27c87280a607de2 (commit)
      from  b5121e77fe703df81942cdac89829bf6848829db (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 5321c20a8f99bd1e63b85f46a27c87280a607de2
Author: Phil Ringnalda <phil at chetcolibrary.org>
Date:   Fri Oct 2 14:52:57 2020 -0700

    Bug 26605: Correctly URI-encode query string in call number browse plugin
    
    If you search for a call number like "M KRUEGER CO #11" in the
    cn_browser.pl plugin, your query is cut off at "M KRUEGER CO " because
    the hash isn't escaped, so the browser thinks you are opening a
    window and trying to navigate to the element with the id 11 rather
    than passing the #11 to the server.
    
    To test:
    1) Find the record you will use to test, determing the MARC
    framework it uses by going to Edit > Edit record > Settings
    2) In Administration > MARC bibliographic framework, click MARC
    structure in the Actions menu for that framework
    3) Navigate to the 952 tag, in the Actions menu click Edit subfields
    4) In the tab for o, choose the Plugin cn_browser.pl and click
    Save Changes
    5) Click the Edit button next to one of the items on your record
    6) In the Full call number field, add " CO #11" to the call number
    7) Click the ... next to the field to open the Tag editor
    8) In the popup window, verify that the search field includes the
    " CO #11" you added to the call number
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit c52a9e4cf362949192d3d58adab287cd82effbf1)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 7ac243c96fef9fcf728d647f1e9d301506ccf08a)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 cataloguing/value_builder/cn_browser.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list