[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.11-19-g11db96d435

Git repo owner gitmaster at git.koha-community.org
Fri Jun 12 02:26:41 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.05.x has been updated
       via  11db96d435593eccb5e4f9cc5e932f453a964255 (commit)
       via  fdc0cfa7130ad60ea452a29a125c809ad95c6e0a (commit)
      from  1079e736329d797470cc4758640f45cdfb68a227 (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 11db96d435593eccb5e4f9cc5e932f453a964255
Author: Slava Shishkin <slavashishkin at gmail.com>
Date:   Thu May 14 17:53:47 2020 +0300

    Bug 25506: Fix for "Use of uninitialized value" in about.pl
    
    Perl warning on the "About Koha" page:
    
    Use of uninitialized value in string eq
    at /home/vagrant/kohaclone/about.pl line 220.
    
    Fixed by adding additional precheck for
    C4::Context->config('zebra_auth_index_mode') being Perl's "true".
    
    To test:
        1) Ensure you don't have "<zebra_auth_index_mode>...
           </zebra_auth_index_mode>" in your koha-conf.xml so you will have
           "C4::Context->config" returning "undef"
        2) Go to the "About Koha" page.
        3) Observe the warning in the log file.
        4) Apply patch.
        5) Repeat step 2.
        6) Check that previous warning was suppressed.
    
    Signed-off-by: Andreas Roussos <a.roussos at dataly.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 67ff0f72854d4dabdda8cb59696f15e7b5d88c2a)
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 95c56339b9d0de7a8b5d10a77b52917ec79ff1fe)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit fdc0cfa7130ad60ea452a29a125c809ad95c6e0a
Author: Victor Grousset/tuxayo <victor at tuxayo.net>
Date:   Fri Jun 12 00:42:47 2020 +0200

    Bug 25184: RMaint follow-up: DBRev 19.05.11.002: Replay of 19.05.10.003 upgrade to fix typo
    
    It's to ensure the changes are done because it initially had a typo.
    Because fixing the typo wasn't enough since the typo was released.
    So people who upgraded to 19.05.11 didn't have the DB changes.
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 Koha.pm                                |  2 +-
 about.pl                               |  5 ++++-
 installer/data/mysql/updatedatabase.pl | 10 ++++++++++
 3 files changed, 15 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list