[Bug 39418] New: RDA Carrier, Content, & Media Vocabularies
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Bug ID: 39418 Summary: RDA Carrier, Content, & Media Vocabularies Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: ephetteplace@cca.edu QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl On our Koha, we've loaded the RDA vocabularies for MARC 336 Content, 337 Media, and 338 Carrier into our authorized values in order to connect them with the $a and $b subfields of those fields in our MARC frameworks. This bug would preload these vocabularies for new instances of Koha. There are two AV categories per field, one for the human-readable term ($a) and one for a short code ($b). I made the lib/lib_opac text for the codes the term they represent, so one does not have to memorize the meanings of the codes. I do not see any instance of an authorized value being connected with a MARC field during installation (looking in installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml where all the authorised_value properties are empty) so I have not done so with these either. That seems reasonable; some libraries may want to use different terms. But the RDA vocabs are widely used and stable, so including them as an option for catalogers is worthwhile. To load these into an existing Koha instance, this is the SQL we used: https://github.com/phette23/scrape_rda_vocabs/blob/main/koha.sql -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 --- Comment #1 from Eric Phetteplace <ephetteplace@cca.edu> --- Created attachment 179630 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179630&action=edit Bug 39418: RDA Carrier, Content, & Media Vocabularies Test plan: ---------- 1. Create a fresh Koha instance 2. Navigate to admin > authorized values 3. Note there are no RDA value categories 4. Apply the patch and recreate a new Koha 5. Repeat step 2 6. There are six RDA value categories: RDACARRIER, RDACARRIER_CODE, RDACONTENT, RDACONTENT_CODE, RDAMEDIA, and RDAMEDIA_CODE Sponsosred-by: California College of the Arts -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 --- Comment #2 from Eric Phetteplace <ephetteplace@cca.edu> --- Oh I meant to add links to the vocabularies from the Library of Congress (but these are also in the AV category descriptions I added): https://www.loc.gov/standards/valuelist/rdacarrier.html https://www.loc.gov/standards/valuelist/rdacontent.html https://www.loc.gov/standards/valuelist/rdamedia.html -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Eric Phetteplace <ephetteplace@cca.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |ephetteplace@cca.edu |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Eric Phetteplace <ephetteplace@cca.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Eric Phetteplace <ephetteplace@cca.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Mathieu Saby <mathsabypro@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro@gmail.com --- Comment #3 from Mathieu Saby <mathsabypro@gmail.com> --- Hello Duplicate of https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32488 ? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 --- Comment #4 from Mathieu Saby <mathsabypro@gmail.com> --- Not a duplicate of https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32488 , but dealing with the same fields. I wanted to add Elasticsearch and Zebra indexes for them. Maybe I was wrong. Do these fields already have indexes? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Heather <flyingendpaper@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |flyingendpaper@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 --- Comment #5 from Eric Phetteplace <ephetteplace@cca.edu> --- If you are using Elasticsearch, you can see exactly which fields are indexed and how by going to Admin > "Search engine configuration (Elasticsearch)" (your.domain/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl). Look at the Bibliographic Records tab in the Mapping column for the MARC references. You are correct, it looks as if these fields are not indexed (or at least, they're not for us). There is a title-medium index for 245$h which might be repurposable for the RDA fields. There's also material-type for 007. (In reply to Mathieu Saby from comment #4)
Not a duplicate of https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32488 , but dealing with the same fields. I wanted to add Elasticsearch and Zebra indexes for them. Maybe I was wrong. Do these fields already have indexes?
-- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179630|0 |1 is obsolete| | --- Comment #6 from David Nind <david@davidnind.com> --- Created attachment 179832 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179832&action=edit Bug 39418: RDA Carrier, Content, & Media Vocabularies Test plan: ---------- 1. Create a fresh Koha instance 2. Navigate to admin > authorized values 3. Note there are no RDA value categories 4. Apply the patch and recreate a new Koha 5. Repeat step 2 6. There are six RDA value categories: RDACARRIER, RDACARRIER_CODE, RDACONTENT, RDACONTENT_CODE, RDAMEDIA, and RDAMEDIA_CODE Sponsosred-by: California College of the Arts Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Text to go in the| |This enhancement adds release notes| |authorized value categories | |and values for RDA carrier, | |content, and media | |vocabularies (for use with | |MARC21 fields 336, 337, and | |338): | |- RDACARRIER | |- | |RDACARRIER_CODE | |- | |RDACONTENT | |- | |RDACONTENT_CODE | |- RDAMEDIA | |- RDAMEDIA_CODE | | | |Note: | |These are only added for | |new instances - they need | |to be manually added for | |existing installations. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Miranda Nero <mnero@oslri.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mnero@oslri.net -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA Text to go in the|This enhancement adds | release notes|authorized value categories | |and values for RDA carrier, | |content, and media | |vocabularies (for use with | |MARC21 fields 336, 337, and | |338): | |- RDACARRIER | |- | |RDACARRIER_CODE | |- | |RDACONTENT | |- | |RDACONTENT_CODE | |- RDAMEDIA | |- RDAMEDIA_CODE | | | |Note: | |These are only added for | |new instances - they need | |to be manually added for | |existing installations. | CC| |nick@bywatersolutions.com --- Comment #7 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Hi Eric, This looks good but we should also handle the case for existing installs and add an atomic update to add the values. https://wiki.koha-community.org/wiki/Database_updates Let me know if you need any help. -Nick -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 --- Comment #8 from Eric Phetteplace <ephetteplace@cca.edu> --- Created attachment 183079 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183079&action=edit Bug 39418: RDA Carrier, Content, & Media Vocabularies db This contains a database update script so that existing Koha instances also receive authorised values for the RDA vocabularies from bug 39418 Sponsored-by: California College of the Arts -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 --- Comment #9 from David Nind <david@davidnind.com> --- Just checking if this is ready to go back into either the needs signoff or needs QA queues? The status is still "Failed QA". -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 --- Comment #10 from Eric Phetteplace <ephetteplace@cca.edu> --- I'd missed that the status was Failed QA and I'm not sure myself. If we want to do QA again, I can elaborate the testing steps needed for existing Koha instances (basically the same, check that the vocabs are created after updating the db). -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Eric Phetteplace <ephetteplace@cca.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Michelle Spinney <mspinney@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mspinney@clamsnet.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 ahennig@hotchkiss.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ahennig@hotchkiss.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 --- Comment #11 from Eric Phetteplace <ephetteplace@cca.edu> --- This is back to Needs Signoff. Here are testing steps for both new and existing Koha instances. Test plan: ---------- For a new instance: 1. Create a fresh Koha instance 2. Navigate to admin > authorized values 3. Note there are no RDA value categories 4. Apply the patch and recreate a new Koha 5. Repeat step 2 6. There are six RDA value categories: RDACARRIER, RDACARRIER_CODE, RDACONTENT, RDACONTENT_CODE, RDAMEDIA, and RDAMEDIA_CODE Existing instance: 1. Create a Koha instance without the patches 2. Apply the patches but do not recreate Koha 3. Run updatedatabase (on ktd) or perl installer/data/mysql/updatedatabase.pl 4. Messages print to the effect that the vocabs were added 5. Navigate to admin > authorized values 6. There are six RDA value categories: RDACARRIER, RDACARRIER_CODE, RDACONTENT, RDACONTENT_CODE, RDAMEDIA, and RDAMEDIA_CODE -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183079|0 |1 is obsolete| | --- Comment #12 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 186100 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186100&action=edit Bug 39418: RDA Carrier, Content, & Media Vocabularies db This contains a database update script so that existing Koha instances also receive authorised values for the RDA vocabularies from bug 39418 Sponsored-by: California College of the Arts Signed-off-by: Miranda Nero <mnero@oslri.net> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew@bywatersolutions.com Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179832|0 |1 is obsolete| | --- Comment #13 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 186101 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186101&action=edit Bug 39418: RDA Carrier, Content, & Media Vocabularies Test plan: ---------- 1. Create a fresh Koha instance 2. Navigate to admin > authorized values 3. Note there are no RDA value categories 4. Apply the patch and recreate a new Koha 5. Repeat step 2 6. There are six RDA value categories: RDACARRIER, RDACARRIER_CODE, RDACONTENT, RDACONTENT_CODE, RDAMEDIA, and RDAMEDIA_CODE Sponsosred-by: California College of the Arts Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Miranda Nero <mnero@oslri.net> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #186100|0 |1 is obsolete| | --- Comment #14 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 186102 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186102&action=edit Bug 39418: RDA Carrier, Content, & Media Vocabularies db This contains a database update script so that existing Koha instances also receive authorised values for the RDA vocabularies from bug 39418 Sponsored-by: California College of the Arts Signed-off-by: Miranda Nero <mnero@oslri.net> Signed-off-by: Miranda Nero <mnero@oslri.net> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |andrew@bywatersolutions.com |y.org | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #186101|0 |1 is obsolete| | --- Comment #15 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 186103 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186103&action=edit Bug 39418: RDA Carrier, Content, & Media Vocabularies Test plan: ---------- 1. Create a fresh Koha instance 2. Navigate to admin > authorized values 3. Note there are no RDA value categories 4. Apply the patch and recreate a new Koha 5. Repeat step 2 6. There are six RDA value categories: RDACARRIER, RDACARRIER_CODE, RDACONTENT, RDACONTENT_CODE, RDAMEDIA, and RDAMEDIA_CODE Sponsosred-by: California College of the Arts Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Miranda Nero <mnero@oslri.net> Signed-off-by: -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #186102|0 |1 is obsolete| | --- Comment #16 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 186104 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186104&action=edit Bug 39418: RDA Carrier, Content, & Media Vocabularies db This contains a database update script so that existing Koha instances also receive authorised values for the RDA vocabularies from bug 39418 Sponsored-by: California College of the Arts Signed-off-by: Miranda Nero <mnero@oslri.net> Signed-off-by: Miranda Nero <mnero@oslri.net> Signed-off-by: -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA --- Comment #17 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- oops, clicked poorly. I meant to Pass QA :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #186103|0 |1 is obsolete| | --- Comment #18 from David Nind <david@davidnind.com> --- Created attachment 186107 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186107&action=edit Bug 39418: RDA Carrier, Content, & Media Vocabularies Test plan: ---------- 1. Create a fresh Koha instance 2. Navigate to admin > authorized values 3. Note there are no RDA value categories 4. Apply the patch and recreate a new Koha 5. Repeat step 2 6. There are six RDA value categories: RDACARRIER, RDACARRIER_CODE, RDACONTENT, RDACONTENT_CODE, RDAMEDIA, and RDAMEDIA_CODE Sponsosred-by: California College of the Arts Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Miranda Nero <mnero@oslri.net> Signed-off-by: Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #186104|0 |1 is obsolete| | --- Comment #19 from David Nind <david@davidnind.com> --- Created attachment 186108 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186108&action=edit Bug 39418: RDA Carrier, Content, & Media Vocabularies db This contains a database update script so that existing Koha instances also receive authorised values for the RDA vocabularies from bug 39418 Sponsored-by: California College of the Arts Signed-off-by: Miranda Nero <mnero@oslri.net> Signed-off-by: Miranda Nero <mnero@oslri.net> Signed-off-by: Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement adds release notes| |authorized value lists for | |use in MARC21 tags 336 - | |Content Type, 337 - Media | |Type, and 338 - Carrier | |Type, subfields $a and $b. | |Note: Manual updates are | |required to your frameworks | |to link the subfields to | |the authrozied value lists. | | | |The six new authorized | |value lists: | |- RDACARRIER | |- RDACARRIER_CODE | |- RDACONTENT | |- RDACONTENT_CODE | |- RDAMEDIA | |- RDAMEDIA_CODE -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 --- Comment #20 from David Nind <david@davidnind.com> --- Created attachment 186109 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186109&action=edit Bug 39418: RDA Carrier, Content, and Media Vocabularies This adds authorized value lists for use in MARC21 tags 336 - Content Type, 337 - Media Type, and 338 - Carrier Type, subfields $a and $b. Test plan: 1. Create a fresh Koha instance 2. Navigate to admin > authorized values 3. Note there are no RDA value categories 4. Apply the patch and recreate a new Koha 5. Repeat step 2 6. There are six RDA value categories: RDACARRIER, RDACARRIER_CODE, RDACONTENT, RDACONTENT_CODE, RDAMEDIA, and RDAMEDIA_CODE Sponsored-by: California College of the Arts Signed-off-by: Miranda Nero <mnero@oslri.net> Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 --- Comment #21 from David Nind <david@davidnind.com> --- Created attachment 186110 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186110&action=edit Bug 39418: RDA Carrier, Content, and Media Vocabularies database update This contains a database update script so that existing Koha instances also receive authorised values for the RDA vocabularies. Sponsored-by: California College of the Arts Signed-off-by: Miranda Nero <mnero@oslri.net> Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #186107|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #186108|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This enhancement adds |This enhancement adds release notes|authorized value lists for |authorized value lists for |use in MARC21 tags 336 - |use in MARC21 tags 336 - |Content Type, 337 - Media |Content Type, 337 - Media |Type, and 338 - Carrier |Type, and 338 - Carrier |Type, subfields $a and $b. |Type, subfields $a and $b. |Note: Manual updates are |Note: Manual updates are |required to your frameworks |required to your frameworks |to link the subfields to |to link the subfields to |the authrozied value lists. |the authorized value lists. | | |The six new authorized |The six new authorized |value lists: |value lists: |- RDACARRIER |- RDACARRIER |- RDACARRIER_CODE |- RDACARRIER_CODE |- RDACONTENT |- RDACONTENT |- RDACONTENT_CODE |- RDACONTENT_CODE |- RDAMEDIA |- RDAMEDIA |- RDAMEDIA_CODE |- RDAMEDIA_CODE --- Comment #22 from David Nind <david@davidnind.com> --- Tidied up the commit messages, including removing duplicated sign off lines. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|RDA Carrier, Content, & |Add authorized value lists |Media Vocabularies |for MARC21 RDA Carrier, | |Content, and Media | |Vocabularies -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=32488 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 --- Comment #23 from David Nind <david@davidnind.com> --- I think Andrew needs to add his sign-off and passed QA status again - I must have been signing off at the same time. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Alla Santosh Pavan Kumar <santoshpavan.666@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |santoshpavan.666@gmail.com --- Comment #24 from Alla Santosh Pavan Kumar <santoshpavan.666@gmail.com> --- Comment on attachment 186109 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186109 Bug 39418: RDA Carrier, Content, and Media Vocabularies David Nind Explained about Vocabulary Category about cartridge & Video-Audio in RDA_CARRIER recorded authorised lib-Chart in format of html coding -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 --- Comment #25 from David Nind <david@davidnind.com> --- (In reply to Alla Santosh Pavan Kumar from comment #24)
Comment on attachment 186109 [details] [review] Bug 39418: RDA Carrier, Content, and Media Vocabularies
David Nind Explained about Vocabulary Category about cartridge & Video-Audio in RDA_CARRIER recorded authorised lib-Chart in format of html coding
I'm not sure what your comment means. Could you please clarify. Thanks. David Nind -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 --- Comment #26 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- (In reply to David Nind from comment #23)
I think Andrew needs to add his sign-off and passed QA status again - I must have been signing off at the same time.
Apologies for the confusion here, I should have explained it! I helped Miranda sign off on this bug via my ktd and after putting a signoff there for her I passed QA on it for myself. But the process of doing so got a little messy. Thank you for tidying it up. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #186109|0 |1 is obsolete| | --- Comment #27 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 191486 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191486&action=edit Bug 39418: RDA Carrier, Content, and Media Vocabularies This adds authorized value lists for use in MARC21 tags 336 - Content Type, 337 - Media Type, and 338 - Carrier Type, subfields $a and $b. Test plan: 1. Create a fresh Koha instance 2. Navigate to admin > authorized values 3. Note there are no RDA value categories 4. Apply the patch and recreate a new Koha 5. Repeat step 2 6. There are six RDA value categories: RDACARRIER, RDACARRIER_CODE, RDACONTENT, RDACONTENT_CODE, RDAMEDIA, and RDAMEDIA_CODE Sponsored-by: California College of the Arts Signed-off-by: Miranda Nero <mnero@oslri.net> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #186110|0 |1 is obsolete| | --- Comment #28 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 191487 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191487&action=edit Bug 39418: RDA Carrier, Content, and Media Vocabularies database update This contains a database update script so that existing Koha instances also receive authorised values for the RDA vocabularies. Sponsored-by: California College of the Arts Signed-off-by: Miranda Nero <mnero@oslri.net> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |26.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 --- Comment #29 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 26.05 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39418 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Needs documenting --- Comment #30 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- This bug won't be backported to the 25.11.x branch as it has been deemed an enhancement or new feature. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org