Bug 11330: fix inconsistent field/subfield descriptions on MARC21 bibliographic frame...
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Tue, 3 Dec 2013 17:58:37 +0000 (14:58 -0300)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 17 Jan 2014 15:40:39 +0000 (15:40 +0000)
commita2c67d3b0fcd7089beb1edc7644cacbbbd1dd075
tree0584431887af28e47e6461a612d8ad1386793a24
parentd92dc91f778f5db3360f3070d0bb5d44a0d75024
Bug 11330: fix inconsistent field/subfield descriptions on MARC21 bibliographic frameworks

This patch tries to make MARC21 bibliographic frameworks
internally consistent. It modifies field/subfield descriptions
of simple_bib and fastadd frameworks to match corresponding
ones of default framework.

To test:
1) Download and edit the attached script, check-diff.sh
Put on it user, pass and database name of your dev install
Copy the script on your git home

2) Run the script (bash check-diff.sh).
WARNING: the script removes bibliographic frameworks, and load
default, simple_bib and fastadd ones.
It will show on screen, and write on file differences.txt,
any difference on field/subfield description (liblibrarian)
between any framework and default

On master it will show a lot of lines

3) Apply the patch

4) Run the script again. Frameworks files must load without problem.
There will be no differences

NOTE: There are many "space" changes. The reason
to that is to format files to ease the translation process.
Not related with this bug, but necessary.
Also a few changes on default framework.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
I ran some tests and found one more case where the
liblibrarian and libopac columns had slightly different
descriptions, adding a follow-up for that.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql
installer/data/mysql/en/marcflavour/marc21/optional/marc21_fastadd_framework.sql
installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql