[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.04-61-g1d2f266

Git repo owner gitmaster at git.koha-community.org
Thu Nov 14 17:11:29 CET 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, 19.05.x has been updated
       via  1d2f266ca0d5cc723115937299968319d03f8e9e (commit)
       via  9c07acd0cca79b703a7d979814ef627872d72a35 (commit)
      from  1ad984a90ab1bd4d5b7b12714af1539326c667de (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 1d2f266ca0d5cc723115937299968319d03f8e9e
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Wed Oct 2 11:32:17 2019 +0200

    Bug 23589: Discharge notice does not show non-latin characters
    
    It seems that discarge notices never got support for truetype
    fonts, so notices are missing non-latin characters.
    
    Signed-off-by: Theodoros Theodoropoulos <theod at lib.auth.gr>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit e909494ac90b2c473815795e9256ecd2f967b223)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 9c07acd0cca79b703a7d979814ef627872d72a35
Author: David Gustafsson <david.gustafsson at ub.gu.se>
Date:   Thu Sep 26 11:50:14 2019 +0200

    Bug 23680: Incorrect conversion of Perl boolean to js
    
    A Perl boolean value is on the server side converted
    to a JS string (resulting in the values '0' or '1).
    Since the string '0' is a truthy value in JS this
    incorrectly triggers window.close() on the client
    in many instances, for example when adding a new item.
    
    To test:
    
    1. Go to a bibliographic record in the staff client.
    2. Expand the "New" menu and open "New item" in new tab.
    3. The new tab will immediately close.
    4. Apply the patch.
    5. Perform steps 1-2 again.
    6. The tab should now remain open.
    
    Sponsored-by: Gothenburg University Library
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit b488527ebeb3b335854f2290aa1c6cf80f464eb0)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 Koha/Patron/Discharge.pm                           |   20 +++++++++++++++++++-
 .../prog/en/includes/str/cataloging_additem.inc    |    6 +++++-
 2 files changed, 24 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list