[koha-commits] main Koha release repository branch master updated. v18.05.00-750-g89d140c

Git repo owner gitmaster at git.koha-community.org
Mon Sep 17 01:20:32 CEST 2018


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  89d140c6a188a8672b2498481da6cb83802a9699 (commit)
       via  52a44a5cabe5d526c4a721828dd4f9cb9a1f2458 (commit)
       via  8f84ef2483cba072373b80c1941de6244f810f2b (commit)
      from  cf5a92461835725fe44bb726c98bcfbf909dfdc8 (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 89d140c6a188a8672b2498481da6cb83802a9699
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 24 16:22:20 2018 -0300

    Bug 21257: (bug 13618 follow-up) Handle undef values in JS before escapeHtml call
    
    To test:
    1 - Find an item with no collection or location defined
    2 - Check it out to a patron
    3 - Note you cannot view the checkouts table
    4 - Check the console: TypeError: oObj.collection is null
    5 - Apply patch
    6 - Restart all the things
    7 - Checkouts table should load
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibrary.org>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 52a44a5cabe5d526c4a721828dd4f9cb9a1f2458
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sun Sep 16 04:20:40 2018 +0000

    Bug 21317: Compiled CSS
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8f84ef2483cba072373b80c1941de6244f810f2b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Sep 5 14:13:25 2018 +0000

    Bug 21317: Format long lists under Koha Team tab as columns
    
    This patch adds a couple of new CSS classes for formatting content in
    columns: .columns-3 and .columns-4. The four-column class is applied to
    the dev team and contributing companies lists on the about page.
    
    The patch also modifies the style of H3 on this page to improve
    readability.
    
    Unrelated: "Nelsonville Public Library" corrected to "Athens County
    Public Libraries."
    
    To test, apply the patch and regenerate staff client CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    
    View the various tabs on the about page and confirm that everything
    looks good. Confirm that the dev team and contributing companies lists
    are formatted as columns.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss |   16 ++++++++++++++++
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css      |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt       |    8 ++++----
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js           |   12 ++++++------
 4 files changed, 27 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list