[Bug 32296] New: Capitalization: Specification of Dimensionality, ...
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32296 Bug ID: 32296 Summary: Capitalization: Specification of Dimensionality,... Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Keywords: Academy Severity: trivial Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org Specification of Dimensionality␠ koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_181b.tt:79 Specification of Motion␠ koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_181b.tt:49 Specification of Type koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_181b.tt:13 Stereographic Carriers koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_183a.tt:271 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32296 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32296 --- Comment #1 from Toni Gardiner <tonig@catalyst.net.nz> --- Created attachment 184259 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184259&action=edit Bug 32296: Capitalization: Specification of Dimensionality Test plan: check capitalisation in patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32296 Toni Gardiner <tonig@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard@myacpl.org |tonig@catalyst.net.nz CC| |tonig@catalyst.net.nz 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=32296 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=32296 --- Comment #2 from David Nind <david@davidnind.com> --- Created attachment 184271 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184271&action=edit Bug 32296: Capitalization - UNIMARC labels for 181$b value builder This patch changes the capitalisation for the labels displayed in the MARC editor for UNIMARC 181$b, when the value builder unimarc_field_181b.pl is used. The labels are changed from capital case to sentence case, to be consistent with other labels: - Specification of type (position 0) - Specification of motion (position 1) - Specification of dimensionality (position 2) - Sensory specification 1, 2 and 3 (positions 3 to 5) Test plan: 1. Check the capitalisation in the patch. 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=32296 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Attachment #184259|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=32296 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes the release notes| |capitalisation for the | |labels displayed in the | |MARC tag editor for UNIMARC | |181$b, when the value | |builder | |unimarc_field_181b.pl is | |used. The labels are | |changed from capital case | |to sentence case, for | |consistency with other | |labels: | |- Specification of type | |(position 0) | |- Specification of motion | |(position 1) | |- Specification of | |dimensionality (position 2) | |- Sensory specification 1, | |2 and 3 (positions 3 to 5) --- Comment #3 from David Nind <david@davidnind.com> --- Thanks for the patch Toni! I've updated the commit message to add a description (see the commit message guidelines https://wiki.koha-community.org/wiki/Commit_messages), I've also changed the title a little bit. I've also added a draft release note. David Nind Testing notes (using koha-testing-docker): 1. To set up a UNIMARC environment, edit the KTD .env file and set MARC_FLAVOR=unimarc 2. Edit the default framework (Koha administration > Catalog > MARC bibliographic frameworks > Dedfault framework) for 181$b to add unimarc_field_181b.pl as the plugin. 3. Edit a record and add values for 181$b using the tag editor. 4. Check how the labels are displayed in the tag editor before and after the patch: - Before: Capital case - After: Sentence case 5. To check the wording (in capital case), check the UNIMARC definitions at https://www.ifla.org/unimarc-updates/unimarc-bibliographic-format-manual-onl... (pages 262-263 of the PDF). -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32296 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This fixes the |This fixes the release notes|capitalisation for the |capitalization for the |labels displayed in the |labels displayed in the |MARC tag editor for UNIMARC |MARC tag editor for UNIMARC |181$b, when the value |181$b, when the value |builder |builder |unimarc_field_181b.pl is |unimarc_field_181b.pl is |used. The labels are |used. The labels are |changed from capital case |changed from capital case |to sentence case, for |to sentence case, for |consistency with other |consistency with other |labels: |labels: |- Specification of type |- Specification of type |(position 0) |(position 0) |- Specification of motion |- Specification of motion |(position 1) |(position 1) |- Specification of |- Specification of |dimensionality (position 2) |dimensionality (position 2) |- Sensory specification 1, |- Sensory specification 1, |2 and 3 (positions 3 to 5) |2 and 3 (positions 3 to 5) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32296 Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #184271|0 |1 is obsolete| | --- Comment #4 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- Created attachment 184391 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184391&action=edit Bug 32296: Capitalization - UNIMARC labels for 181$b value builder This patch changes the capitalisation for the labels displayed in the MARC editor for UNIMARC 181$b, when the value builder unimarc_field_181b.pl is used. The labels are changed from capital case to sentence case, to be consistent with other labels: - Specification of type (position 0) - Specification of motion (position 1) - Specification of dimensionality (position 2) - Sensory specification 1, 2 and 3 (positions 3 to 5) Test plan: 1. Check the capitalisation in the patch. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32296 Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |emily.lamancusa@montgomeryc |y.org |ountymd.gov CC| |emily.lamancusa@montgomeryc | |ountymd.gov Patch complexity|--- |String patch Status|Signed Off |Passed QA --- Comment #5 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- Looks great! Thanks, Toni! Passing QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32296 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |25.11.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=32296 --- Comment #6 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 25.11 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32296 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|25.11.00 |25.11.00,25.05.02 released in| | Status|Pushed to main |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=32296 --- Comment #7 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Nice work everyone! Pushed to 25.05.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32296 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Needs documenting CC| |fridolin.somers@biblibre.co | |m --- Comment #8 from Fridolin Somers <fridolin.somers@biblibre.com> --- I prefer not backport to 24.11 to avoid translation work -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32296 Catrina Berka <catrina@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Needs documenting |CLOSED CC| |catrina@bywatersolutions.co | |m --- Comment #9 from Catrina Berka <catrina@bywatersolutions.com> --- No documentation needed -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org