[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.10-123-g422ce53bb7

Git repo owner gitmaster at git.koha-community.org
Fri May 22 16:54:56 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.05.x has been updated
       via  422ce53bb78c7dfa13ed706d973233b97a147e8d (commit)
      from  3077bc733ea5290d6dda0b0fea0b501389070074 (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 422ce53bb78c7dfa13ed706d973233b97a147e8d
Author: Phil Ringnalda <phil at chetcolibrary.org>
Date:   Fri Apr 24 11:34:29 2020 -0700

    Bug 11446: Use encodeURIComponent on search terms in authority lookup plugin
    
    While adding the data from the existing field to the auth_finder URI,
    we're using encodeURI(), which is meant for an entire URI and thus
    doesn't escape &. Things that are going into a querystring need
    encodeURIComponent() instead.
    
    Test plan:
    
    1. Enable the system preference EnableAdvancedCatalogingEditor
    2. Clear your browser cache, even a shift+reload won't get you a fresh
    marc-editor.js for the advanced editor
    3. Create a Topical Term authority with 150 $aThis & That$xStuff & Junk
    4. In the Basic editor, use the authority plugin on the 650 field to
    select that authority.
    5. Click the authority plugin again, verify that the popup contains This
    & That and Stuff & Junk rather than just This and Stuff
    6. From the Cataloging home page choose Advanced editor
    7. In a new line paste 650 _ _ ‡aThis & That‡xStuff & Junk
    8. Type ctrl+shift+L and verify the popup shows both words in both
    fields
    9. When you remember the plugin exists there too, edit your
    Stuff & Junk authority, and in a 550 tag type One & Two in
    $a and Three & Four in $x and click the plugin link, verify that
    the search window has your search terms not cut off.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 048894ffa5b7eb8dc1f5f9517be5834a3a889e1c)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/lib/koha/cateditor/marc-editor.js | 2 +-
 koha-tmpl/intranet-tmpl/prog/js/cataloging.js             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list