[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.13-14-g1706486bc5

Git repo owner gitmaster at git.koha-community.org
Fri Jul 24 02:49:20 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  1706486bc5d4b8c18895fac48842206ac3572cb4 (commit)
       via  4b654fd20a3159348e3daa5bbb963e2c6296e4e7 (commit)
       via  fa2d4392d8f5f2ad0b7260531e39824402d79ad5 (commit)
       via  a783ce390e566a3027f47a62d7e9d3581daf05ae (commit)
       via  0479308267f66e9e402b6bafa9ee85f801df263c (commit)
       via  d330f343e94fd61b6495580f9b9d55730dc95b2e (commit)
       via  ab12d8ed94f5d451efe10428ffaa96d1d5efb14e (commit)
      from  e2061e8f8dadb01775b1c6c8da3c307e1e34dbc5 (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 1706486bc5d4b8c18895fac48842206ac3572cb4
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jun 11 12:15:21 2020 +0100

    Bug 25238: Fix semantic heading for opac-details
    
    Prior to this patch the opac-details view contained multiple h1 level
    headings.
    
    Test plan
    1/ Perform a search in the OPAC that will yield results
    2/ Navigate to any results detailed view
    3/ Inspect the page and note that two H1 level headings are present
    (Page title + Item title)
    4/ Apply the patch
    5/ Reload the page
    6/ Inspect the page and ntoe that the 'Item title' is now a level 2
    heading
    7/ Note the page still appears nicely
    8/ Signoff
    
    Bonus points: Check with XSLT views enabled and disabled, MARC21,
    UNIMARC and NORMARC variations.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    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 3e18402c240814d7f00a62c3f2359bd9b9d0a098)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 0e711e024e2ac25347a17d6499289d90c6da29de)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 7519f4d065d258653a08cf46a8b142e702ca5af0)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 4b654fd20a3159348e3daa5bbb963e2c6296e4e7
Author: Andreas Roussos <a.roussos at dataly.gr>
Date:   Mon Jun 15 16:58:38 2020 +0200

    Bug 25756: remove erroneous hyphen
    
    In the Staff Client, the OPAC "Appearance" preferences table has an
    extra, empty HTML table row at the end.
    
    Test plan:
    0) Observe the empty HTML table row at the end of the table that lists
       OPAC "Appearance" system preferences.
    1) Apply this patch.
    2) Observe that the empty table row is now gone.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    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 251197ad73ba2be88ac2154db46748b58a0597f8)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 3fdec870573700d2d0d585b7453f279c25e116a1)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 0425f6702f3b5d1e368e1fd557fd1d1c14993e93)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit fa2d4392d8f5f2ad0b7260531e39824402d79ad5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jun 5 11:15:33 2020 +0200

    Bug 25611: Use selected vendor when creating a basket
    
    We did not take into account the vendor selected.
    
    Test plan:
    1. Choose Vendor
    2. Create Basket
    3. Assign a new vendor
    Without the patch this new vendor is not changed
    With the patch applied the vendor is changed
    
    4. Edit the basket, change the vendor
    
    Reported-by: Kelly McElligott <kelly at bywatersolutions.com>
    Signed-off-by: Rhonda Kuiper <rkuiper at roundrocktexas.gov>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit cd716269a7b2b1b6165154ea7e85844201402a8d)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit b2514759bcd4b5d3cb5758bf66890f1d84a2c586)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit c260c6c6ffd74151c08f85b5bf53da9095e0a324)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit a783ce390e566a3027f47a62d7e9d3581daf05ae
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>
    
    (cherry picked from commit da97436614ce8b1ddb9aa2e7f1861d1e82deea84)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 0479308267f66e9e402b6bafa9ee85f801df263c
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>
    
    (cherry picked from commit c1ef8a49de0dab37cfb94de9c3e13410989a2de7)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit d330f343e94fd61b6495580f9b9d55730dc95b2e
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>
    
    (cherry picked from commit 8019711adf319483f4baa4b4bc3b78972d9715ec)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit ab12d8ed94f5d451efe10428ffaa96d1d5efb14e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jun 16 19:48:48 2020 +0000

    Bug 24352: Correct location and collection labels in OPAC search results
    
    This patch modifies the OPAC's MARC21 search results XSLT so that
    OPAC search result information is correctly labeled
    based on the OpacItemLocation preference.
    
    Previously, search results showed the label "Location(s)" whether the
    setting was "collection code" or "location."
    
    To test, apply the patch and set the OPACXSLTResultsDisplay system
    preference to 'default.'
    
    On the OPAC search results page, each result with items should show
    information in this format:
    
       With the OpacItemLocation preference set to 'call number only,'
        - "Availability: Items available for loan: {library} [Call number:
          {call number} ]
    
       With the OpacItemLocation preference set to 'collection code,'
         - "Availability: Items available for loan: {library}
            Collection(s): {collection description} [{ call number }]"
    
       With the OpacItemLocation preference set to 'location,'
         - "Availability: Items available for loan: {library}
            Location(s): {shelving location} [{ call number }]"
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    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 897948cff5812a67144355829cf8915af17465d0)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 0aa981c91319450b4c4c8641845c2098f3f73d0b)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit fa610981b7ef4f3c59527c7d40d84c84167f62a2)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 C4/Output.pm                                       |  5 ++--
 acqui/basketheader.pl                              |  2 +-
 .../prog/en/modules/admin/preferences/opac.pref    |  1 -
 .../bootstrap/en/includes/doc-head-close.inc       |  1 +
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |  2 +-
 .../bootstrap/en/modules/opac-opensearch.tt        | 33 +++++++++++++---------
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |  8 +++---
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   | 11 +++++++-
 .../bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl   |  4 +--
 .../bootstrap/en/xslt/UNIMARCslim2OPACDetail.xsl   |  4 +--
 opac/opac-search.pl                                |  2 +-
 11 files changed, 44 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list