[koha-commits] main Koha release repository branch master updated. v19.05.00-907-gb908673

Git repo owner gitmaster at git.koha-community.org
Fri Oct 11 15:59:30 CEST 2019


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  b9086738e9ffc8fb5a2328caf7e6719e84ba63a0 (commit)
       via  171573d2984733a0677d353d8f361f2bfe87e05d (commit)
       via  f3b3498256e8af81232ff8be84f373509485f1f9 (commit)
       via  c9c6dd10167bc4c60cb384651f4dc802944c4228 (commit)
      from  9d9bb45865c9d6c88952f47f52f0e92ddcce0054 (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 b9086738e9ffc8fb5a2328caf7e6719e84ba63a0
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Oct 11 14:36:22 2019 +0100

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

commit 171573d2984733a0677d353d8f361f2bfe87e05d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 11 12:40:32 2019 +0000

    Bug 23803: (follow-up) Remove additional references and file
    
    This patch removes the cart-small.gif file and a couple other references
    to the file.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f3b3498256e8af81232ff8be84f373509485f1f9
Author: Claire Gravely <claire.gravely at bsz-bw.de>
Date:   Fri Oct 11 12:23:09 2019 +0000

    Bug 23803: Add Font Awesome icon to cart in staff interface
    
    This patch adds the font awesome icon to the cart in the staff
    interface.
    
    To test:
    
    1. Apply patch and run yarn build (see:
     https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client)
    
    2. Check that the old cart icon no longer displays and the new font
       awesome icon is positioned correctly
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c9c6dd10167bc4c60cb384651f4dc802944c4228
Author: Nick <nick at bywatersolutions.com>
Date:   Mon Oct 7 20:09:04 2019 +0000

    Bug 23771: Don't look for patrons if we don't have a userid
    
    While the code requires external auth to test, the change is simple enough I
    think a good read would suffice
    
    To test:
    1 - You either need Shib or CAS enabled and setup
    2 - Add two users with blank.null cardnumbers
    3 - Lock those user accounts
        Set failedloginattempts to 1
        Try a bad login with the userid
        Or set via the DB
    4 - Try a good login via the external auth
    5 - Note it fails
    6 - Apply patch
    7 - Login now succeeds
    
    Signed-off-by: Mike Somers - Bridgewater State University <msomers at bridgew.edu>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Auth.pm                                                 |    7 +++++--
 koha-tmpl/intranet-tmpl/prog/css/right-to-left.css         |    1 -
 koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss     |    5 ++++-
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css          |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/includes/header.inc        |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt |    1 -
 koha-tmpl/intranet-tmpl/prog/img/cart-small.gif            |  Bin 456 -> 0 bytes
 7 files changed, 11 insertions(+), 7 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/cart-small.gif


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list