[koha-commits] main Koha release repository branch master updated. v16.11.00-924-gdddd269

Git repo owner gitmaster at git.koha-community.org
Fri Apr 28 12:57:00 CEST 2017


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  dddd2691e704654fd656c5d519e029c5dfc3ecc9 (commit)
      from  ac2e6b1b2658405db63a17527895d3d7d46ec811 (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 dddd2691e704654fd656c5d519e029c5dfc3ecc9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 25 16:16:49 2017 +0000

    Bug 18419 - Broken patron-blank image in viewlog.tt
    
    Because of a variable name collision the blank patron image doesn't
    display in viewlog.tt. This patch moves the image from the template to
    the stylesheet to avoid this problem.
    
    This patch also replaces the blank patron image PNG file with an SVG
    file. SVG support is wide enough to begin using whereever possible.
    
    This patch also removes some inline CSS from circ-menu.inc and puts it
    in the global stylesheet.
    
    To test, apply the patch and clear your browser cache if necessary.
    
    - Enable the patronimages system preference.
    - View a patron account which lacks a patron image. All views (details,
      fines, notices, etc) should show the "blank" patron image, including
      the modification log view.
    - View a patron account which has a patron image and check that it still
      displays correctly in all views.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css    |   18 ++++++++++++++++++
 .../intranet-tmpl/prog/en/includes/circ-menu.inc     |    8 ++++++--
 .../intranet-tmpl/prog/img/patron-blank.min.svg      |    1 +
 koha-tmpl/intranet-tmpl/prog/img/patron-blank.png    |  Bin 1559 -> 0 bytes
 4 files changed, 25 insertions(+), 2 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/img/patron-blank.min.svg
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/patron-blank.png


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list