Bugzilla – Attachment 146303 Details for
Bug 31768
Tags is a 'Tool' but doesn't include the tools nav sidebar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31860: Standardize capitalization used for item subfield descriptions
Bug-31860-Standardize-capitalization-used-for-item.patch (text/plain), 6.65 KB, created by
Katrin Fischer
on 2023-02-06 22:29:40 UTC
(
hide
)
Description:
Bug 31860: Standardize capitalization used for item subfield descriptions
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-02-06 22:29:40 UTC
Size:
6.65 KB
patch
obsolete
>From 035bbb9a550274b6dbe1871566b81300c3a85a33 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 6 Feb 2023 22:18:41 +0000 >Subject: [PATCH] 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 >--- > .../mandatory/marc21_framework_DEFAULT.yml | 20 +++++------ > .../mandatory/unimarc_framework_DEFAULT.yml | 36 +++++++++---------- > 2 files changed, 28 insertions(+), 28 deletions(-) > >diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >index 7ba44e0e03..c2c50cad2d 100644 >--- a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >+++ b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >@@ -672,8 +672,8 @@ tables: > > - tagfield: "952" > tagsubfield: "h" >- liblibrarian: "Serial Enumeration / chronology" >- libopac: "Serial Enumeration / chronology" >+ liblibrarian: "Serial enumeration / chronology" >+ libopac: "Serial enumeration / chronology" > repeatable: 0 > mandatory: 0 > kohafield: items.enumchron >@@ -726,8 +726,8 @@ tables: > > - tagfield: "952" > tagsubfield: "l" >- liblibrarian: "Total Checkouts" >- libopac: "Total Checkouts" >+ liblibrarian: "Total checkouts" >+ libopac: "Total checkouts" > repeatable: 0 > mandatory: 0 > kohafield: items.issues >@@ -744,8 +744,8 @@ tables: > > - tagfield: "952" > tagsubfield: "m" >- liblibrarian: "Total Renewals" >- libopac: "Total Renewals" >+ liblibrarian: "Total renewals" >+ libopac: "Total renewals" > repeatable: 0 > mandatory: 0 > kohafield: items.renewals >@@ -762,8 +762,8 @@ tables: > > - tagfield: "952" > tagsubfield: "n" >- liblibrarian: "Total Holds" >- libopac: "Total Holds" >+ liblibrarian: "Total holds" >+ libopac: "Total holds" > repeatable: 0 > mandatory: 0 > kohafield: items.reserves >@@ -888,8 +888,8 @@ tables: > > - tagfield: "952" > tagsubfield: "u" >- liblibrarian: "Uniform Resource Identifier" >- libopac: "Uniform Resource Identifier" >+ liblibrarian: "Uniform resource identifier" >+ libopac: "Uniform resource identifier" > repeatable: 0 > mandatory: 0 > kohafield: items.uri >diff --git a/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.yml b/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.yml >index 1fafca10aa..462c2eecfc 100644 >--- a/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.yml >+++ b/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.yml >@@ -635,8 +635,8 @@ tables: > multiline: [] > rows: > - tagfield: "995" >- liblibrarian: "Location and Item Information (Koha)" >- libopac: "Location and Item Information (Koha)" >+ liblibrarian: "Location and item information (Koha)" >+ libopac: "Location and item information (Koha)" > repeatable: 0 > mandatory: 0 > authorised_value: >@@ -774,8 +774,8 @@ tables: > > - tagfield: "995" > tagsubfield: "7" >- liblibrarian: "Uniform Resource Identifier" >- libopac: "Uniform Resource Identifier" >+ liblibrarian: "Uniform resource identifier" >+ libopac: "Uniform resource identifier" > repeatable: 0 > mandatory: 0 > kohafield: items.uri >@@ -846,8 +846,8 @@ tables: > > - tagfield: "995" > tagsubfield: "b" >- liblibrarian: "Permanent Location" >- libopac: "Permanent Location" >+ liblibrarian: "Home library" >+ libopac: "Home library" > repeatable: 0 > mandatory: 0 > kohafield: items.homebranch >@@ -864,8 +864,8 @@ tables: > > - tagfield: "995" > tagsubfield: "c" >- liblibrarian: "Current Location" >- libopac: "Current Location" >+ liblibrarian: "Current library" >+ libopac: "Current library" > repeatable: 0 > mandatory: 1 > kohafield: items.holdingbranch >@@ -936,8 +936,8 @@ tables: > > - tagfield: "995" > tagsubfield: "h" >- liblibrarian: "Collection code" >- libopac: "Collection code" >+ liblibrarian: "Collection" >+ libopac: "Collection" > repeatable: 0 > mandatory: 0 > kohafield: items.ccode >@@ -1152,8 +1152,8 @@ tables: > > - tagfield: "995" > tagsubfield: "t" >- liblibrarian: "Total Holds" >- libopac: "Total Holds" >+ liblibrarian: "Total holds" >+ libopac: "Total holds" > repeatable: 0 > mandatory: 0 > kohafield: items.reserves >@@ -1188,8 +1188,8 @@ tables: > > - tagfield: "995" > tagsubfield: "v" >- liblibrarian: "Serial Enumeration / chronology" >- libopac: "Serial Enumeration / chronology" >+ liblibrarian: "Serial enumeration / chronology" >+ libopac: "Serial enumeration / chronology" > repeatable: 0 > mandatory: 0 > kohafield: items.enumchron >@@ -1206,8 +1206,8 @@ tables: > > - tagfield: "995" > tagsubfield: "w" >- liblibrarian: "Total Checkouts" >- libopac: "Total Checkouts" >+ liblibrarian: "Total checkouts" >+ libopac: "Total checkouts" > repeatable: 0 > mandatory: 0 > kohafield: items.issues >@@ -1224,8 +1224,8 @@ tables: > > - tagfield: "995" > tagsubfield: "x" >- liblibrarian: "Total Renewals" >- libopac: "Total Renewals" >+ liblibrarian: "Total renewals" >+ libopac: "Total renewals" > repeatable: 0 > mandatory: 0 > kohafield: items.renewals >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31768
:
146301
|
146303
|
146309
|
146313