Bug 10962

Summary: Update MARC21 frameworks to Update Nr. 17 (September 2013)
Product: Koha Reporter: Bernardo Gonzalez Kriegel <bgkriegel>
Component: CatalogingAssignee: Bernardo Gonzalez Kriegel <bgkriegel>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gitbot, gmcharlt, m.de.rooy
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 10962 - Update MARC21 frameworks to Update Nr. 17 (September 2013)
Bug 10962 - Update MARC21 frameworks to Update Nr. 17 (September 2013)
[PASSED QA] Bug 10962 - Update MARC21 frameworks to Update Nr. 17 (September 2013)

Description Bernardo Gonzalez Kriegel 2013-09-27 22:15:58 UTC
There is a new update for MARC21 bibliographic and authorities
Update Nr. 17 (September 2013)
Comment 1 Bernardo Gonzalez Kriegel 2013-09-27 22:19:07 UTC Comment hidden (obsolete)
Comment 2 I'm just a bot 2013-09-29 04:55:02 UTC
Patch applied cleanly, go forth and signoff
Comment 3 Chris Cormack 2013-09-29 05:17:04 UTC Comment hidden (obsolete)
Comment 4 Katrin Fischer 2013-09-29 15:49:12 UTC
Created attachment 21594 [details] [review]
[PASSED QA] Bug 10962 - Update MARC21 frameworks to Update Nr. 17 (September 2013)

This patch updates MARC21 default bibliografic
framework and authorities frameworks to
Update Nr. 17 (September 2013)

Source

Bibliographic: http://www.loc.gov/marc/bibliographic/bdapndxg.html
Authorities: http://www.loc.gov/marc/authority/adapndxf.html

Only to new installs.

To test
1) Remove default MARC21 framework
2) Load marc21_framework_DEFAULT.sql
3) Verify new subtags

    015_q 020_q 024_q 027_q 800_7 810_7 811_7 830_7

4) Remove authorities frameworks
5) Load authorities_normal_marc21.sql
6) Verify new subtags

    020_q 024_q

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Comment 5 Katrin Fischer 2013-09-29 15:50:12 UTC
Hi Bernardo, 
will you also provide a database update to add those new fields for existing installations? How does this go together with your other pending patches?
Comment 6 Bernardo Gonzalez Kriegel 2013-09-29 16:13:09 UTC
(In reply to Katrin Fischer from comment #5)
> Hi Bernardo, 
> will you also provide a database update to add those new fields for existing
> installations? How does this go together with your other pending patches?

Yes, it can be done easily. As a folloup or another bug?

As for pending patches, there is only Bug 10963 and that just copy from default.
Comment 7 Katrin Fischer 2013-09-29 16:18:59 UTC
Mm, maybe on another, as this is already passed QA? This way there will be no confusion with status.
Comment 8 Bernardo Gonzalez Kriegel 2013-09-29 17:26:46 UTC
Done! Bug 10970
Comment 9 Galen Charlton 2013-10-30 03:25:50 UTC
Pushed to master.  Thanks, Bernardo!