[koha-commits] main Koha release repository branch master updated. v18.05.00-376-ga5492ce

Git repo owner gitmaster at git.koha-community.org
Tue Jul 31 15:57:28 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  a5492ce96bf4cbf93b91014b8b1b0fbb839a5084 (commit)
       via  4d45bd575569880676a212655d3d747f368697e4 (commit)
      from  dec983ec1b12de0e95aa0d64fc6e32a9d5b3fece (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 a5492ce96bf4cbf93b91014b8b1b0fbb839a5084
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 31 08:30:53 2018 -0300

    Bug 19166: Remove 'IF NOT EXISTS' in kohastructure
    
    The table is removed just before, this clause is useless.
    
    It also fixes a test:
    t/db_dependent/Creators/Lib.t .. 1/645
      #   Failed test 'get_table_names return all tables matching'
      #   at t/db_dependent/Creators/Lib.t line 1258.
      #     Structures begin differing at:
      #          $got->[10] = 'aqinvoice_adjustments'
      #     $expected->[10] = 'aqinvoices'
      # Looks like you failed 1 test of 645.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 4d45bd575569880676a212655d3d747f368697e4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 31 08:21:00 2018 -0300

    Bug 19604: Fix perlcritic "Loop iterator is not lexical"
    
    Loop iterator is not lexical at line 318, column 13.  See page 108 of
    PBP.  (Severity: 5)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm |    4 ++--
 installer/data/mysql/kohastructure.sql          |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list