Bugzilla – Attachment 179537 Details for
Bug 38494
Koha should consider authority heading use in cataloging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38494: (follow-up) Text amendments clarifying that it is about MARC21 records
-Bug-38494-follow-up-Text-amendments-clarifying-th.patch (text/plain), 4.84 KB, created by
Janusz Kaczmarek
on 2025-03-20 15:21:21 UTC
(
hide
)
Description:
Bug 38494: (follow-up) Text amendments clarifying that it is about MARC21 records
Filename:
MIME Type:
Creator:
Janusz Kaczmarek
Created:
2025-03-20 15:21:21 UTC
Size:
4.84 KB
patch
obsolete
>From d33d8122038c6d3b9cebdb8a6153ff9dbdca7bdd Mon Sep 17 00:00:00 2001 >From: Janusz Kaczmarek <januszop@gmail.com> >Date: Thu, 20 Mar 2025 15:16:49 +0000 >Subject: [PATCH] Bug 38494: (follow-up) Text amendments clarifying that it is > about MARC21 records > > Refers to ConsiderHeadingUse and ShowHeadingUse systempreferences. >--- > installer/data/mysql/mandatory/sysprefs.sql | 4 ++-- > .../prog/en/modules/admin/preferences/authorities.pref | 2 +- > .../prog/en/modules/admin/preferences/searching.pref | 2 +- > 3 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index cc617a5c21..2bf9d0b648 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -173,7 +173,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('ComponentSortField','title','call_number|pubdate|acqdate|title|author','Specify the default field used for sorting','Choice'), > ('ComponentSortOrder','asc','asc|dsc|az|za','Specify the default sort order','Choice'), > ('ConfirmFutureHolds','0','','Number of days for confirming future holds','Integer'), >-('ConsiderHeadingUse', '0', NULL, 'Consider authority heading use (main/added entry, or subject, or series title) in cataloging and linking', 'YesNo'), >+('ConsiderHeadingUse', '0', NULL, 'Consider MARC21 authority heading use (main/added entry, or subject, or series title) in cataloging and linking', 'YesNo'), > ('ConsiderLibraryHoursInCirculation', 'close', 'close|open|ignore', "Take library opening hours into consideration to calculate due date when circulating.", 'Choice'), > ('ConsiderOnSiteCheckoutsAsNormalCheckouts','1',NULL,'Consider on-site checkouts as normal checkouts','YesNo'), > ('ContentWarningField', '', NULL, 'MARC field to use for content warnings', 'Free'), >@@ -732,7 +732,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('ShelfBrowserUsesLocation','1','1','Use the item location when finding items for the shelf browser.','YesNo'), > ('ShowAllCheckins', '0', '', 'Show all checkins', 'YesNo'), > ('ShowComponentRecords', 'nowhere', 'nowhere|staff|opac|both','In which record detail pages to show list of the component records, as linked via 773','Choice'), >-('ShowHeadingUse', '0', NULL, 'Show whether authority record contains an established heading that conforms to descriptive cataloguing rules, and can therefore be used as a main/added entry, or subject, or series title', 'YesNo'), >+('ShowHeadingUse', '0', NULL, 'Show whether MARC21 authority record contains an established heading that conforms to descriptive cataloguing rules, and can therefore be used as a main/added entry, or subject, or series title', 'YesNo'), > ('showLastPatron','0','','If ON, enables the last patron feature in the intranet','YesNo'), > ('showLastPatronCount', '10', '', 'How many patrons should showLastPatron remember', 'Integer'), > ('ShowPatronImageInWebBasedSelfCheck','0','','If ON, displays patron image when a patron uses web-based self-checkout','YesNo'), >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref >index 5300f46ecb..1ab804518c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref >@@ -101,7 +101,7 @@ Authorities: > choices: > 1: Do > 0: "Don't" >- - consider the intended use of authority records (008/14-16) during cataloging and linking. >+ - consider the intended use of MARC21 authority records (008/14-16) during cataloging and linking. > - "<br/>NOTE: If you enable this preference, 'No attempt to code' in 008/14-16 is excluded from search results too." > > Linker: >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref >index 211d469dfd..b9bbf80083 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref >@@ -364,7 +364,7 @@ Searching: > choices: > 1: Show > 0: "Don't show" >- - "whether an authority record contains an established heading that conforms to descriptive cataloguing rules, and can therefore be used as a main/added entry, or subject, or series title." >+ - "whether a MARC21 authority record contains an established heading that conforms to descriptive cataloguing rules, and can therefore be used as a main/added entry, or subject, or series title." > - > - pref: RedirectToSoleResult > choices: >-- >2.39.5
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 38494
:
174863
|
174864
|
174865
|
174866
|
174897
|
174898
|
174899
|
174914
|
174915
|
177744
|
177745
|
179315
|
179316
|
179317
|
179537
|
179543