[koha-commits] main Koha release repository branch master updated. v3.22.00-1588-ge07a68a

Git repo owner gitmaster at git.koha-community.org
Mon May 16 19:28:57 CEST 2016


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  e07a68a6e7ad693386b1a526f585fb45616ee3d1 (commit)
       via  d6ac9270b00ad5a8de6ee755a4ddc40ea4e4d2e3 (commit)
      from  8aec387198ac589d4179064123a0f6e213efa5f1 (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 e07a68a6e7ad693386b1a526f585fb45616ee3d1
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon May 16 17:34:57 2016 +0000

    Bug 15086 - DBRev 3.23.00.064
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit d6ac9270b00ad5a8de6ee755a4ddc40ea4e4d2e3
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Oct 29 18:23:20 2015 -0400

    Bug 15086: Creators layout and template sql has warnings
    
    When doing a hacked install off the master branch:
    use ... {koha database name}
    truncate creator_layouts;
    truncate creator_templates;
    truncate printers_profiles;
    source installer/data/mysql/... {name of a sample_labels type file}
    Warnings are generated, which may not be visible in the UI.
    
    Most of the warnings were triggered by:
    -/*!40000 ALTER TABLE `creator_layouts` DISABLE KEYS */;
    -/*!40000 ALTER TABLE `creator_layouts` ENABLE KEYS */;
    http://dev.mysql.com/doc/refman/5.7/en/error-messages-server.html#error_er_illegal_ha
    
    In the Russian, the layout_name was truncated, because the layout_name was only 20. An atomic update sql and kohastructure.sql update were provided to widen it to 25.
    http://dev.mysql.com/doc/refman/5.7/en/error-messages-server.html#error_warn_data_truncated
    
    Also fr-FR, ru-RU, and uk-UA were slightly different in structure, so the structure was made the same as the other files.
    
    See comment #1 for the test plan.
    
    NOTE: pl-PL is likely very out of date, but is not affected in this regard.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works, no more warnings
    mysql> show warnings;
    Empty set (0.01 sec)
    
    No errors
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                                    |    2 +-
 Koha/Schema/Result/CreatorLayout.pm                        |    8 ++++----
 .../data/mysql/de-DE/optional/sample_creator_data.sql      |    7 +------
 installer/data/mysql/en/optional/sample_creator_data.sql   |    7 +------
 .../data/mysql/es-ES/optional/sample_creator_data.sql      |    8 +-------
 installer/data/mysql/fr-FR/2-Optionel/sample_labels.sql    |   11 +++++++----
 .../data/mysql/it-IT/necessari/sample_creator_data.sql     |    9 +--------
 installer/data/mysql/kohastructure.sql                     |    2 +-
 .../data/mysql/nb-NO/2-Valgfritt/sample_creator_data.sql   |    8 +-------
 installer/data/mysql/ru-RU/optional/print_labels.sql       |   11 ++++++-----
 installer/data/mysql/uk-UA/optional/print_labels.sql       |   12 +++++-------
 installer/data/mysql/updatedatabase.pl                     |    9 +++++++++
 12 files changed, 38 insertions(+), 56 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list