[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.01-17-g42e8c0185c

Git repo owner gitmaster at git.koha-community.org
Fri Jul 10 18:34:25 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, 20.05.x has been updated
       via  42e8c0185cf50b93789f3cfe6d4532565e084aeb (commit)
       via  e15992e4eb1e194a8ecc3bf8f04b5a74e6e5520a (commit)
       via  6f9b44c95a02e5f24d4441622949225757db1b95 (commit)
      from  0aa981c91319450b4c4c8641845c2098f3f73d0b (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 42e8c0185cf50b93789f3cfe6d4532565e084aeb
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri May 1 20:11:29 2020 +0000

    Bug 11994: (follow-up) Make things work when LibraryName is empty
    
    When LibraryName system preference was not set, the installation
    of the plugin would fail with:
    
    Firefox could not download the search plugin from: ...
    
    Now if the pref is empty, the description 'Library catalog'
    will be used instead.
    
    To test:
    - Empty your LibraryName pref
    - Verify the search plugin can still be installed
      (see first patch for further instructions)
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 1e0dd6d0783a66514fc92cc0a34ca0882a5ce62f)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit e15992e4eb1e194a8ecc3bf8f04b5a74e6e5520a
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri May 1 17:20:43 2020 +0000

    Bug 11994: OpenSearch plugins needs to be delivered with Content-Type application/opensearchdescription+xml
    
    https://developer.mozilla.org/en-US/docs/Web/OpenSearch
    Your server should serve OpenSearch plugins using
    Content-Type: application/opensearchdescription+xml.
    
    To test:
    - Verify the Content-Type the file is delivered with
      is correct, for example using wget
      http://127.0.0.1:8080/cgi-bin/koha/opac-search.pl?format=opensearchdescription
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f090c1d2cb9253d77c5bac3b8fa03c775af2f0f6)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 6f9b44c95a02e5f24d4441622949225757db1b95
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 28 14:41:47 2020 +0000

    Bug 11994: Fix OpenSearch discovery in the OPAC
    
    This patch corrects the markup for the OpenSearchDescription XML
    document and adds (back) the link in the OPAC header which points to it.
    This will enable compatible browsers to offer the addition of the OPAC's
    keyword search as a search engine option.
    
    I've found documentation suggesting this feature is available (or at
    least was at one time) in Chrome and Safari, but in my test it only
    works in Firefox.
    
    To test, apply the patch and make sure the OPACBaseURL preference is
    set correctly.
    
     - Open the OPAC in Firefox (these instructions assume the latest
       version, currently v.75).
     - On the right side of the address bar you should see ". . ." Click it
       to trigger the menu.
     - You should see an "Add search engine" entry with your OPAC's icon.
     - Click to add the search engine.
    
     - Type a keyword to search in the address bar
     - A box should pop up below the address bar showing icons at the bottom
       for performing a search in various search engines. One of these icons
       should be the icon for your Koha OPAC.
     - Click the Koha OPAC icon and confirm that it triggers a keyword
       search in your OPAC.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 0ef7b3db4cab73797ba3386b4951c0d86addf871)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Output.pm                                       |  5 ++--
 .../bootstrap/en/includes/doc-head-close.inc       |  1 +
 .../bootstrap/en/modules/opac-opensearch.tt        | 33 +++++++++++++---------
 opac/opac-search.pl                                |  2 +-
 4 files changed, 24 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list