Koha/installer/data/mysql
Serhij Dubyk {Сергій Дубик} b915f4ff32 Bug 6434 - Ukrainian and Russian MARC sql-tables
Changes: Marc21 support, 995 for items (Unimarc), authorities types for both
MARC's, many small field/subfield changes

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>

It works, doesn't break anything, seems to be in Ukrainian/Russian (I can't
judge).

It's a huge patch (21M). That's why it's attached as a bz2 archive: so the
archive must be downloaded, decompressed, and then applied.

General remark: Adding this patch to Koha will increase substantially Koha git
repository size. It shows that non-code files (.po files, SQL files)
could/should be managed outside Koha core repository. See this discussion:

http://wiki.koha-community.org/wiki/Git_Splitting_and_Shrinking

Here is my test plan:

[1]  Apply the patch on master
[2]  Install ru-RU and uk-UA languages:
     cd misc/translator
     ./translate ru-RU uk-UA
[3]  re-create Koha DB:
     DROP DATABASE koha;
     CREATE DATABASE koha;
[4]  Load Koha pro interface: get web installer
[5]  Choose ru-RU language
[6]  Everything is in Russian. Click blindly on button until reaching the
     page where to choose Unimarc/Marc21.
[7]  Choose Unimarc.
[8]  Tick on everything to load all UNIMARC SQL files.
[9]  All SQL are loaded without any error.
[10] Check Koha cataloguing.
[11] Go to [3] and choose Marc21 at step [7].
[12] Go to [3] and choose uk-UA at step [5].
[13] Go to [3] and choose uk-UA at step [5] and Marc21 at step [7].
2012-04-02 12:16:49 +02:00
..
atomicupdate Merge remote-tracking branch 'kc/master' into merged_5549 2012-03-22 09:36:55 +13:00
de-DE Bug 7436 - Set itemtypes.rentalcharge = 0 in sample data for nb-NO and de-DE 2012-03-29 10:43:07 +02:00
en bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
es-ES bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
fr-FR Bug 7714 translating letters in fr-FR to french 2012-03-22 11:21:51 +01:00
it-IT bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
nb-NO Bug 7436 - Set itemtypes.rentalcharge = 0 in sample data for nb-NO and de-DE 2012-03-29 10:43:07 +02:00
pl-PL bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
ru-RU Bug 6434 - Ukrainian and Russian MARC sql-tables 2012-04-02 12:16:49 +02:00
uk-UA Bug 6434 - Ukrainian and Russian MARC sql-tables 2012-04-02 12:16:49 +02:00
backfill_statistics.pl Bug 5370: Fix all the references to koha.org 2010-11-08 09:41:49 +13:00
kohastructure.sql Bug 7641: Suspend Reserves 2012-03-29 14:37:49 +02:00
labels_upgrade.pl Bug 2505 - Add commented use warnings where missing in the installer/ directory 2010-04-21 20:26:28 +12:00
patroncards_upgrade.pl Bug 2505 - Add commented use warnings where missing in the installer/ directory 2010-04-21 20:26:28 +12:00
sample_only_param_tables.sql
sysprefs.sql Bug 4032 follow-up: removing ` in syspref 2012-03-29 16:59:34 +02:00
update22to30.pl Bug 5385: POD Cleanups (part 1) 2010-11-12 10:06:55 +13:00
updatedatabase.pl Bug 4032 XSLT systempreference takes a path to file rather than YesNo 2012-03-29 16:58:55 +02:00