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

Git repo owner gitmaster at git.koha-community.org
Thu May 7 23:37:05 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  55b5a0e1121ae72d635e89f110b1063e9fb2877b (commit)
       via  fe9fc8428101c13021f7e1386962b9d18095cffb (commit)
       via  7c6d01442e867b916c5286e83283fa6760c26477 (commit)
      from  b090cad82064d2f02440ff53a2b17856f5aeb746 (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 55b5a0e1121ae72d635e89f110b1063e9fb2877b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sun Mar 29 00:19:39 2020 +0000

    Bug 25016: Coce should not return a 1-pixel Amazon cover image
    
    This patch adds an onload function to the JavaScript which loads images
    from Coce. In the case where the image is 1 x 1 pixel the image should
    be removed.
    
    To test you should have Coce enabled and Amazon.com included in the list
    of sources.
    
     - Apply the patch and view the bibliographic details page under a
      variety of conditions:
       - A title which has a matching Amazon image:
         - The image should load as expected.
       - A title which doesn't have a matching Amazon image
         - The image should not be found in the source at all after the page
           has loaded.
      - Test with local cover images enabled
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    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 fe9fc8428101c13021f7e1386962b9d18095cffb
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Thu May 7 21:07:30 2020 +0000

    Bug 25176: Compiled CSS
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 7c6d01442e867b916c5286e83283fa6760c26477
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Apr 17 11:40:36 2020 +0000

    Bug 25176: Fix style of checkout form
    
    This patch makes a small CSS change in order to fix a display problem
    with the checkout form where the form's width doesn't match that of the
    "last checked out" message.
    
    To test, apply the patch and regenerate the staff client CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    
    Check an item out to a patron. Confirm that the green-bordered "Checked
    out" message under the checkout form matches the width of the form.
    
    Signed-off-by: David Roberts <david at koha-ptfs.co.uk>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/js/coce.js                     | 8 +++++++-
 koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 +
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css      | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list