Koha/installer/data/mysql
Bernardo Gonzalez Kriegel 83da3af9da
Bug 24594: Rewrite marc21_framework_DEFAULT to YAML
YAML version of marc21 mandatory marc21_framework_DEFAULT.

To test:
1) Do a clean install with mandatory data,
   dump table marc_tag_structure and
   marc_subfield_structure, reserve.

2) Apply this patch and it's dependencies

3) Do a clean install, dump again and compare
   No major differences expected

4) Try translation
  a) Go to misc/translator
  b) create files for a new language
     ./translate create xx-YY
  c) Check new file po/xx-YY-instaler-MARC21.po
     Verify strings from this file.
  d) Install new language
     ./translate install xx-YY
  e) Try clean install with new files

NOTE: This patch fails with qa tools!
Reason is that qa tools use YAML.pm module to
check files, but Installer.pm or LangInstaller.pm
are using YAML::Syck, using that module gives
no error, check for example:

perl -e 'use YAML::Syck qw( LoadFile ); $y = LoadFile("marc21_framework_DEFAULT.yml");'
No error!

perl -e 'use YAML qw( LoadFile ); $y = LoadFile("marc21_framework_DEFAULT.yml");'
Error!

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-03-09 13:54:45 +00:00
..
atomicupdate Bug 23051: DBRev 19.12.00.037 2020-03-06 10:09:27 +00:00
de-DE Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
en Bug 24594: Rewrite marc21_framework_DEFAULT to YAML 2020-03-09 13:54:45 +00:00
es-ES Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
fr-CA Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
fr-FR Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
it-IT Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
mandatory Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
nb-NO Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
pl-PL Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
ru-RU Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
uk-UA Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
account_credit_types.sql Bug 24081: Add credit_types, offset_types and permissions 2020-03-04 14:46:13 +00:00
account_debit_types.sql Bug 23354: (follow-up) Make display of debit types configurable 2020-01-13 14:05:14 +00:00
account_offset_types.sql Bug 24081: (QA follow-up) Fix small typo 2020-03-04 14:46:25 +00:00
audio_alerts.sql
backfill_statistics.pl Bug 13795: Remove occurences of unused columns in code 2019-04-18 10:05:51 +00:00
fix_unclosed_nonaccruing_fines_bug17135.pl Bug 17135: [QA Follow-up] Changes as to reporting 2016-09-16 10:47:03 +00:00
kohastructure.sql Bug 23355: (RM follow-up) Add DROP statement for cash_register_actions 2020-03-03 16:09:55 +00:00
labels_upgrade.pl Bug 20000: Use Modern::Perl in installer scripts 2019-02-04 16:57:14 +00:00
patroncards_upgrade.pl Bug 20000: Use Modern::Perl in installer scripts 2019-02-04 16:57:14 +00:00
sysprefs.sql Bug 23051: (follow-up) Add renewal feedback and move code to subroutines and test 2020-03-06 10:03:34 +00:00
update22to30.pl Bug 20000: Use Modern::Perl in installer scripts 2019-02-04 16:57:14 +00:00
updatedatabase.pl Bug 23051: DBRev 19.12.00.037 2020-03-06 10:09:27 +00:00
userflags.sql Bug 22868: Move suggestions_manage subperm out of acquisition perm 2020-01-30 08:27:00 +00:00
userpermissions.sql Bug 24082: Add anonymous_refund permission to cash_management 2020-03-04 16:14:37 +00:00