Koha/installer/data/mysql/it-IT/necessari
Mark Tompsett d6ac9270b0 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@gmail.com>
Works, no more warnings
mysql> show warnings;
Empty set (0.01 sec)

No errors

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-05-16 17:33:04 +00:00
..
auth_val.sql Bug 15411: More changes 2016-02-12 16:53:17 -07:00
auth_val.txt
class_sources.sql Fixing FSF address in license statements 2011-04-01 15:55:06 +13:00
class_sources.txt
csv_profiles.sql Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
csv_profiles.txt Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
message_transport_types.sql Bug 12298: The "feed" MTT does not seem to be used and can be removed 2014-11-25 17:14:50 -03:00
message_transport_types.txt
notices.sql Bug 8753 [QA Followup] - Add notice to translations 2016-01-27 23:44:29 +00:00
notices.txt
parameters.sql Bug 11954 - Clean up currency default files 2015-02-09 15:47:24 -03:00
parameters.txt
patron_categories.sql Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
patron_categories.txt
sample_creator_data.sql Bug 15086: Creators layout and template sql has warnings 2016-05-16 17:33:04 +00:00
sample_creator_data.txt Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
sample_frequencies.sql Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
sample_frequencies.txt Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
sample_holidays.sql
sample_holidays.txt
sample_itemtypes.sql Bug 15178: Update of Italian web installer .sql files for 3.22 2015-11-13 12:00:20 -03:00
sample_itemtypes.txt
sample_news.sql Bug 7567 - Clean up sample news files 2014-04-07 18:05:38 +00:00
sample_news.txt
sample_notices_message_attributes.sql Bug 5462: Update of the italian sql files The bug is about strings that are used as variables by Template::Toolkit The strings need to be like valid perl variable names. To fix the bug we need to fix also .sql files. Others .sql files are OK. Italian .sql file needs this fix 2011-07-15 10:59:19 +12:00
sample_notices_message_attributes.txt
sample_notices_message_transports.sql
sample_notices_message_transports.txt
sample_numberpatterns.sql Bug 15178: Update of Italian web installer .sql files for 3.22 2015-11-13 12:00:20 -03:00
sample_numberpatterns.txt Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
sample_quotes.sql Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
sample_quotes.txt Bug 12240 - update of Italian SQL files (non-MARC setup) 2014-05-19 15:26:16 +00:00
system_preferences.sql Bug 15178: Update of Italian web installer .sql files for 3.22 2015-11-13 12:00:20 -03:00