[Bug 31860] New: 952$h - Serial enumeration / chronology: use sentence case for label
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31860 Bug ID: 31860 Summary: 952$h - Serial enumeration / chronology: use sentence case for label Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: MARC Bibliographic data support Assignee: koha-bugs@lists.koha-community.org Reporter: david@davidnind.com QA Contact: testopia@bugs.koha-community.org The label for Serial enumeration / chronology (952$h) is displayed as "Serial Enumeration / chronology" - note the capital "E". For consistency, this should be displayed in sentence case wherever it is required in the staff interface and OPAC, including: - details view in the staff interface: MARC view, edit items table, add and edit item form - MARC view in the OPAC: holdings table Note: Libraries can update this themselves by updating $952$h for all the frameworks it is used in. -- 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=31860 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |katrin.fischer@bsz-bw.de |ity.org | Summary|952$h - Serial enumeration |Standardize capitalization |/ chronology: use sentence |for item subfield |case for label |descrpitions (UNIMARC | |995/MARC21 952) -- 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=31860 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Standardize capitalization |Standardize capitalization |for item subfield |for item subfield |descrpitions (UNIMARC |descriptions (UNIMARC |995/MARC21 952) |995/MARC21 952) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31860 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch 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=31860 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 146304 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=146304&action=edit Bug 31860: Standardize capitalization used for item subfield descriptions This standardizes "Total Holds" to "Total holds" etc. Also changed is UNIMARC * "Collection code" to "Collection" like MARC21 * "Current Location" to "Current library" like MARC21 (holdingbranch) * "Permanent Location" to "Home library" like MARC21 (homebranch) To test: * You'll need to apply the patch and then run the web installer to create your frameworks * Once you got a fresh installation, got to Administration > Bibliographic frameworks > Choose any * Go to 995 (for UNIMARC) or 952 (for MARC21) * Check the descriptions of the subfields for capitalization and spelling errors https://bugs.koha-community.org/show_bug.cgi?id=31768 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31860 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=31860 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146304|0 |1 is obsolete| | --- Comment #2 from David Nind <david@davidnind.com> --- Created attachment 146308 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=146308&action=edit Bug 31860: Standardize capitalization used for item subfield descriptions This standardizes "Total Holds" to "Total holds" etc. Also changed is UNIMARC * "Collection code" to "Collection" like MARC21 * "Current Location" to "Current library" like MARC21 (holdingbranch) * "Permanent Location" to "Home library" like MARC21 (homebranch) To test: * You'll need to apply the patch and then run the web installer to create your frameworks * Once you got a fresh installation, got to Administration > Bibliographic frameworks > Choose any * Go to 995 (for UNIMARC) or 952 (for MARC21) * Check the descriptions of the subfields for capitalization and spelling errors 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=31860 --- Comment #3 from David Nind <david@davidnind.com> --- Thanks Katrin for spotting the other occurrences that needed updating! The only one I wasn't sure about was URI, and whether it should be capitalised when spelt in full. The dictionaries and other resources I looked up were inconclusive... Also, I amended the commit message to remove the Bugzilla link after the test plan to bug 31768. Testing notes (using KTD): 1. After applying the patch, I did a reset_all - this loaded the updated text for the descriptions. 2. To test the UNIMARC changes (955) I amended the KTD .env file to change KOHA_MARC_FLAVOUR=unimarc and then started up KTD to get a UNIMARC instance. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31860 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> ---
The only one I wasn't sure about was URI, and whether it should be capitalised when spelt in full. The dictionaries and other resources I looked up were inconclusive...
I was not completely sure either. Can't we just update the label to URI or URL? :)
Also, I amended the commit message to remove the Bugzilla link after the test plan to bug 31768.
Thanks, that was due to me having a bug typo first.
Testing notes (using KTD):
1. After applying the patch, I did a reset_all - this loaded the updated text for the descriptions.
2. To test the UNIMARC changes (955) I amended the KTD .env file to change KOHA_MARC_FLAVOUR=unimarc and then started up KTD to get a UNIMARC instance.
-- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31860 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #146308|0 |1 is obsolete| | --- Comment #5 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 146317 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=146317&action=edit Bug 31860: Standardize capitalization used for item subfield descriptions This standardizes "Total Holds" to "Total holds" etc. Also changed is UNIMARC * "Collection code" to "Collection" like MARC21 * "Current Location" to "Current library" like MARC21 (holdingbranch) * "Permanent Location" to "Home library" like MARC21 (homebranch) To test: * You'll need to apply the patch and then run the web installer to create your frameworks * Once you got a fresh installation, got to Administration > Bibliographic frameworks > Choose any * Go to 995 (for UNIMARC) or 952 (for MARC21) * Check the descriptions of the subfields for capitalization and spelling errors Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31860 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |martin.renvoize@ptfs-europe | |.com --- Comment #6 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Looks good to me.. Passing QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31860 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |martin.renvoize@ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31860 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.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=31860 --- Comment #7 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Pushed to master for 23.05. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31860 Jacob O'Mara <jacob.omara@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|23.05.00 |23.05.00,22.11.03 released in| | Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31860 --- Comment #8 from Jacob O'Mara <jacob.omara@ptfs-europe.com> --- Nice work, thanks everyone! Pushed to 22.11.x for the next release. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org