[koha-commits] main Koha release repository branch master updated. v19.11.00-1887-g917a0761ea

Git repo owner gitmaster at git.koha-community.org
Mon Apr 27 12:53:38 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, master has been updated
       via  917a0761ead775e4d35cc3be499e76cf7d6c8da7 (commit)
       via  67a73e5481168bb49388822c9267d4bbe4605327 (commit)
       via  43a83aab9f7f9033e4659e89235a9a5ea8a07fb4 (commit)
       via  ec743f54256d219a9d26e6020a28126ef4be61c4 (commit)
      from  6c1a4312c4c6416eeed9220982db69c2ae5cd8f3 (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 917a0761ead775e4d35cc3be499e76cf7d6c8da7
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Apr 27 11:26:22 2020 +0100

    Bug 25276: Compiled CSS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 67a73e5481168bb49388822c9267d4bbe4605327
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Apr 24 14:24:07 2020 +0000

    Bug 25276: Correct hover style of list share button in the OPAC
    
    This patch adds missing "btn" classes to the OPAC share button so that
    its style is consistent with similar controls.
    
    The patch also makes some general changes to the OPAC CSS to make sure
    link color and hover color are applied with enough specificity. This
    corrects the hover color of the share button but should not change any
    other existing style.
    
    To test you should have the OpacAllowSharingPrivateLists preference
    enabled.
     - Rebuild the OPAC CSS
       (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
     - Log in to the OPAC as a user with one or more private lists.
     - Go to Lists -> Your lists.
     - In the list of lists there should be a "Share" link for each list.
       Hovering your mouse pointer over the link should change the style in
       the same way the "Edit" link does.
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 43a83aab9f7f9033e4659e89235a9a5ea8a07fb4
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Apr 20 11:38:41 2020 +0000

    Bug 25211: Add missing share icon to OPAC lists page
    
    This patch adds a Font Awesome icon to the "Share" links on the list of
    lists in the OPAC.
    
    To test, apply the patch and log in to the OPAC as a user who has one
    or more private lists.
    
      - Go to Lists -> Your lists
      - In the table of your lists, each list should have a "Share" link
        with an icon.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ec743f54256d219a9d26e6020a28126ef4be61c4
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Tue Apr 21 20:11:17 2020 +0000

    Bug 24957: OpenLibrarySearch shouldnt display if nothing is returned
    
    TO TEST:
    1. Turn on OpenLibrarySearch
    2. Do an OPAC search that returns results that have results with Open Library results and some that do not.
    3. Notice results that return nothing simpliy say "Open Library:" with nothing afterwards.
    4. Some results return a png from OpenLibrary or "Not found"
    5. Apply patch and look at records again.
    6. The results that return nothing for OpenLibrary API should now to hidden.
    
    Signed-off-by: Heather Hernandez <heather_hernandez at nps.gov>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |  2 +-
 koha-tmpl/opac-tmpl/bootstrap/css/src/_mixins.scss |  1 +
 koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss    | 26 +++++++++++++---------
 .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt |  2 +-
 koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js    |  2 ++
 5 files changed, 21 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list