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

Git repo owner gitmaster at git.koha-community.org
Wed May 20 01:29:40 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  c38eea3da3a24e207fcdff4e129c8ba7125927cf (commit)
       via  1ea9aac1085fae84de0f9c7341d0efef0562da81 (commit)
       via  1a0df6b40b46a0bffe0f5d70a1949bc9b2373c44 (commit)
       via  9d12eb0a75f3da282b014faa716aa04022f55fce (commit)
       via  faab45536170972298a6f588e59dd3437399f3e3 (commit)
       via  1f71114d9b56e1aed8fc8582d7fbcbdb41a18e8e (commit)
       via  25ad50b252941e96541dc2d056559159b7d9dcc2 (commit)
       via  048894ffa5b7eb8dc1f5f9517be5834a3a889e1c (commit)
      from  27a11c566f783d2a365cada8c38255049dd20e77 (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 c38eea3da3a24e207fcdff4e129c8ba7125927cf
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri May 15 11:46:07 2020 +0000

    Bug 25278: add clear_search_fields_cache method
    
    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 1ea9aac1085fae84de0f9c7341d0efef0562da81
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Apr 27 14:05:46 2020 +0000

    Bug 25278: (follow-up) Fix other occurrences
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.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 1a0df6b40b46a0bffe0f5d70a1949bc9b2373c44
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Apr 24 15:52:50 2020 +0000

    Bug 25278: Retrieve correct search fields for authorities
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.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 9d12eb0a75f3da282b014faa716aa04022f55fce
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Apr 24 16:32:06 2020 +0000

    Bug 25278: Unit tests
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.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 faab45536170972298a6f588e59dd3437399f3e3
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Apr 24 16:08:44 2020 +0000

    Bug 25277: Unit test
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.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 1f71114d9b56e1aed8fc8582d7fbcbdb41a18e8e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Apr 24 13:34:31 2020 +0000

    Bug 25277: Don't specify a field in query if none passed
    
    == test plan ==
    To test:
    0 - Have Koha running with ES 6 enabled
    1 - Launch the z3950 responder:
        perl misc/z3950_responder.pl --config-dir /kohadevbox/koha/etc/z3950 --debug
    2 - Connect using yaz-client:
        yaz-client localhost:2100
    2.1 Alternative, if you add the responder as a Z39.50 server in Koha and
      do a catalogue Z39.50 search. Don't forget to search in the keywords
      field. Not the title field.
    3 - base biblios
    4 - find bruce
    5 - No results
    6 - Stop the responder
    7 - Apply patch
    8 - Repeat
    9 - This time you get results
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.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 25ad50b252941e96541dc2d056559159b7d9dcc2
Author: Phil Ringnalda <phil at chetcolibrary.org>
Date:   Tue Apr 28 17:16:51 2020 -0700

    Bug 25308: Escape querystring for Z39.50 popup from cataloging
    
    Test plan:
    
    1. For bonus fun, Administration -> MARC Frameworks -> New framework,
    with the code A&B and description Ants & Bees
    2. In the A&B Actions menu, choose MARC structure since Import won't
    work
    3. Accept the offer to copy in structure from default
    4. Cataloging -> New record -> Ants & Bees
    5. Type This & That in the 245$a (and for extra credit, in 020$a, and
    create an author authority with an & in it so you can put it in the
    100/110)
    6. Click Z39.50/SRU search, make sure everything you typed is prefilled
    including the parts after &
    7. Search for anything that will retrieve a record (the ISBN This &
    That probably won't), choose Import
    8. Check that the record came back, and verify in the Settings menu that
    it's still in the Ants & Bees framework.
    
    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>

commit 048894ffa5b7eb8dc1f5f9517be5834a3a889e1c
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>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch.pm                 | 22 +++++++++--
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm    |  2 +-
 Koha/Z3950Responder/RPN.pm                         | 13 +++++--
 admin/searchengine/elasticsearch/mappings.pl       |  4 +-
 etc/z3950/attribute_mappings.yaml                  |  2 -
 .../lib/koha/cateditor/marc-editor.js              |  2 +-
 .../prog/en/modules/cataloguing/addbiblio.tt       |  4 +-
 koha-tmpl/intranet-tmpl/prog/js/cataloging.js      |  2 +-
 .../Koha/SearchEngine/Elasticsearch/QueryBuilder.t | 44 ++++++++++++++++++----
 .../Koha/SearchEngine/Elasticsearch/Reset.t        |  4 +-
 .../Koha/Z3950Responder/GenericSession.t           |  7 +++-
 11 files changed, 76 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list