Bugzilla – Attachment 78946 Details for
Bug 19833
Disambiguation of "biblio", "biblio record" and "bibliographic record"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19833: Changing the "biblios" - most of admin
Bug-19833-Changing-the-biblios---most-of-admin.patch (text/plain), 11.98 KB, created by
Jonathan Druart
on 2018-09-16 17:16:56 UTC
(
hide
)
Description:
Bug 19833: Changing the "biblios" - most of admin
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-09-16 17:16:56 UTC
Size:
11.98 KB
patch
obsolete
>From a941e8640800fb12aa9d9021f32e0140306272dd Mon Sep 17 00:00:00 2001 >From: Zoe Bennett <zoebennett1308@gmail.com> >Date: Wed, 17 Jan 2018 01:55:34 +0000 >Subject: [PATCH] Bug 19833: Changing the "biblios" - most of admin > >To Test: >Check the following files that all all "biblio" or "biblo record" are >now writen in full as "bibliographic record". > >modules/admin/authtypes.tt >modules/admin/biblio_framework.tt >modules/admin/preferences/authorities.pref >modules/admin/preferences/cataloguing.pref >modules/admin/preferences/circulation.pref >modules/admin/preferences/opac.pref >modules/admin/preferences/searching.pref >modules/admin/preferences/serials.pref >modules/admin/preferences/web_services.pref >modules/admin/searchengine/elasticsearch/mappings.tt > >Corrected a single capitalization error during signoff > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt | 2 +- > .../intranet-tmpl/prog/en/modules/admin/biblio_framework.tt | 4 ++-- > .../prog/en/modules/admin/preferences/authorities.pref | 4 ++-- > .../prog/en/modules/admin/preferences/cataloguing.pref | 10 +++++----- > .../prog/en/modules/admin/preferences/circulation.pref | 2 +- > .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- > .../prog/en/modules/admin/preferences/searching.pref | 2 +- > .../prog/en/modules/admin/preferences/serials.pref | 2 +- > .../prog/en/modules/admin/preferences/web_services.pref | 2 +- > .../en/modules/admin/searchengine/elasticsearch/mappings.tt | 2 +- > 10 files changed, 16 insertions(+), 16 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >index 25c3dabb46..ca72766779 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >@@ -132,7 +132,7 @@ > </div> > > <h1>Authority types</h1> >- <p>Define authority types, then authority MARC structure in the same way you define itemtypes and biblio MARC tag structure. Authority values are managed through plugins</p> >+ <p>Define authority types, then authority MARC structure in the same way you define itemtypes and bibliographic MARC tag structure. Authority values are managed through plugins</p> > <table id="authtypes"> > <thead> > <tr> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >index d0626438ae..5f72aa6ec9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >@@ -13,7 +13,7 @@ > [% Asset.css("css/datatables.css") | $raw %] > </head> > >-<body id="admin_biblio_framework" class="admin"> >+ <body id="admin_biblio_framework" class="admin"> > [% INCLUDE 'header.inc' %] > [% INCLUDE 'prefs-admin-search.inc' %] > >@@ -121,7 +121,7 @@ > > [% IF op == 'list' %] > <h1>MARC frameworks</h1> >-<p>Framework name, then go to MARC biblio to set MARC editor parameters</p> >+<p>Framework name, then go to MARC bibliographical to set MARC editor parameters</p> > <table id="table_biblio_frameworks"> > <thead> > <tr> >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 be480cbe95..d9091f2d7a 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 >@@ -31,7 +31,7 @@ Authorities: > no: "do not generate" > - authority records that are missing (BiblioAddsAuthorities must be set to "allow" for this to have any effect). > - >- - When modifying an authority record, do not update attached biblio records if the number exceeds >+ - When modifying an authority record, do not update attached bibliographic records if the number exceeds > - pref: AuthorityMergeLimit > default: 50 > - records. (Above this limit, the merge_authority cron job will merge them.) >@@ -55,7 +55,7 @@ Authorities: > type: textarea > class: code > - >- - When updating biblio records from an attached authority record ("merging"), handle subfields of relevant biblio record fields in >+ - When updating bibliographic records from an attached authority record ("merging"), handle subfields of relevant bibliographic record fields in > - pref: AuthorityMergeMode > default: "loose" > choices: >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref >index cc75b6dfb4..e0322df838 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref >@@ -69,7 +69,7 @@ Cataloging: > - pref: item-level_itypes > choices: > yes: specific item >- no: biblio record >+ no: bibliographic record > - as the authoritative item type (for determining circulation and fines rules, for displaying an item type icon on either opac detail or results page, etc). > - > - Map the MARC subfield >@@ -175,7 +175,7 @@ Cataloging: > economical: Do > - collapse repeated tags of the same type into one tag entry on the display. > - >- - By default, display biblio records in >+ - By default, display bibliographic records in > - pref: IntranetBiblioDefaultView > choices: > normal: normal form. >@@ -192,7 +192,7 @@ Cataloging: > choices: > yes: Hide > no: "Don't hide" >- - biblios marked as suppressed from OPAC search results. >+ - bibliographic records marked as suppressed from OPAC search results. > - <br />Restrict the suppression to IP addresses outside of the IP range > - pref: OpacSuppressionByIPRange > class: short >@@ -202,7 +202,7 @@ Cataloging: > choices: > yes: "an explanatory page ('This record is blocked')." > no: "the 404 error page ('Not found')." >- - <br />Display the following message on the redirect page for suppressed biblios >+ - <br />Display the following message on the redirect page for suppressed bibliographic records > - pref: OpacSuppressionMessage > type: textarea > class: code >@@ -227,7 +227,7 @@ Cataloging: > choices: > yes: Display > no: "Don't display" >- - acquisition details on the biblio detail page. >+ - acquisition details on the bibliographic record detail page. > - > - pref: MergeReportFields > - "fields to display for deleted records after merge" >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >index b609344364..952eb81405 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >@@ -654,7 +654,7 @@ Circulation: > choices: > yes: Enable > no: "Don't enable" >- - "the ability to place holds on multiple biblio from the search results" >+ - "the ability to place holds on multiple bibliographic records from the search results" > - > - pref: TransferWhenCancelAllWaitingHolds > choices: >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >index f46dda3948..a974f0c51a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref >@@ -326,7 +326,7 @@ OPAC: > - Display up to > - pref: OpacMaxItemsToDisplay > class: integer >- - items on the biblio detail page (if the biblio has more items than this, a link is displayed instead that allows the user to choose to display all items). >+ - items on the bibliographic record detail page (if the bibliographic record has more items than this, a link is displayed instead that allows the user to choose to display all items). > - > - "Show the following HTML on the OPAC login form when a patron is not logged in:" > - pref: OpacLoginInstructions >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 ad28e82ce9..d6fd82e63f 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 >@@ -194,7 +194,7 @@ Searching: > - Show up to > - pref: maxItemsInSearchResults > class: integer >- - items per biblio in the search results >+ - items per bibliographic record in the search results > - > - Build facets based on > - pref: maxRecordsForFacets >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref >index 76c89a8c54..c64abdd499 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref >@@ -12,7 +12,7 @@ Serials: > choices: > yes: Add > no: "Don't add" >- - a suggestion for a biblio when its attached serial is renewed. >+ - a suggestion for a bibliographic record when its attached serial is renewed. > - > - pref: RoutingSerials > choices: >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref >index 6b415f212c..3d3c023535 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref >@@ -40,7 +40,7 @@ Web services: > no: Disable > - automatic update of OAI-PMH sets when a bibliographic record is created or updated > - >- - Koha's deletedbiblio table >+ - Koha's deleted bibliographic record table > - pref: "OAI-PMH:DeletedRecord" > choices: > persistent: will never be emptied or truncated (persistent) >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >index 8f406f5a03..cc7b28cb85 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >@@ -129,7 +129,7 @@ a.add, a.delete { > <li><a href="#search_fields">Search fields</a></li> > [% FOREACH index IN indexes %] > [% SWITCH index.index_name %] >- [% CASE 'biblios' %]<li><a href="#mapping_biblios">Biblios</a></li> >+ [% CASE 'biblios' %]<li><a href="#mapping_biblios">Bibliographic records</a></li> > [% CASE 'authorities' %]<li><a href="#mapping_authorities">Authorities</a></li> > [% END %] > [% END %] >-- >2.11.0
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 19833
:
70576
|
70581
|
70585
|
70586
|
70587
|
70588
|
70589
|
70590
|
70591
|
70593
|
70594
|
70645
|
73041
|
73042
|
73044
|
73045
|
73046
|
73048
|
73049
|
73050
|
73051
|
73052
|
73053
|
78842
|
78843
|
78844
|
78845
|
78846
|
78847
|
78848
|
78929
|
78930
|
78931
|
78932
|
78933
|
78934
|
78935
|
78944
|
78945
| 78946 |
78947
|
78948
|
78949
|
78950
|
78951