[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.07-12-gda97436614

Git repo owner gitmaster at git.koha-community.org
Mon Jul 13 04:48:28 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  da97436614ce8b1ddb9aa2e7f1861d1e82deea84 (commit)
       via  c1ef8a49de0dab37cfb94de9c3e13410989a2de7 (commit)
       via  8019711adf319483f4baa4b4bc3b78972d9715ec (commit)
      from  fa610981b7ef4f3c59527c7d40d84c84167f62a2 (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 da97436614ce8b1ddb9aa2e7f1861d1e82deea84
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>
    (cherry picked from commit 42e8c0185cf50b93789f3cfe6d4532565e084aeb)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit c1ef8a49de0dab37cfb94de9c3e13410989a2de7
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>
    (cherry picked from commit e15992e4eb1e194a8ecc3bf8f04b5a74e6e5520a)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit 8019711adf319483f4baa4b4bc3b78972d9715ec
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>
    (cherry picked from commit 6f9b44c95a02e5f24d4441622949225757db1b95)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.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