Bugzilla – Attachment 70581 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: Kill the "biblios"
Bug-19833-Kill-the-biblios.patch (text/plain), 12.57 KB, created by
Charlotte Cordwell
on 2018-01-16 23:14:02 UTC
(
hide
)
Description:
Bug 19833: Kill the "biblios"
Filename:
MIME Type:
Creator:
Charlotte Cordwell
Created:
2018-01-16 23:14:02 UTC
Size:
12.57 KB
patch
obsolete
>From 89049efe60b20694e965068b29203a345e84c958 Mon Sep 17 00:00:00 2001 >From: Charlotte Cordwell <charlotte.cordwell123@gmail.com> >Date: Tue, 16 Jan 2018 23:09:42 +0000 >Subject: [PATCH] Bug 19833: Kill the "biblios" > >Check the following files to see that all "biblio" or "biblio record" are changed to "bibliograhic records" >modules/admin/admin-home.tt >modules/admin/authtypes.tt >modules/admin/checkmarc.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/z3950servers.tt >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt | 2 +- > .../prog/en/modules/admin/preferences/authorities.pref | 4 ++-- > .../prog/en/modules/admin/preferences/cataloguing.pref | 8 ++++---- > .../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 | 4 ++-- > .../intranet-tmpl/prog/en/modules/admin/preferences/serials.pref | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt | 2 +- > 10 files changed, 16 insertions(+), 16 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >index dd29587..e80a98f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >@@ -69,13 +69,13 @@ > <h3>Catalog</h3> > <dl> > <dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></dt> >- <dd>Create and manage Bibliographic frameworks that define the characteristics of your MARC Records (field and subfield definitions) as well as templates for the MARC editor.</dd> >+ <dd>Create and manage Bibliographic record frameworks that define the characteristics of your MARC Records (field and subfield definitions) as well as templates for the MARC editor.</dd> > <dt><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha to MARC mapping</a></dt> > <dd>Define the mapping between the Koha transactional database (SQL) and the MARC Bibliographic records.</dd> > <dt><a href="/cgi-bin/koha/admin/fieldmapping.pl">Keywords to MARC mapping</a></dt> > <dd>Define the mapping between keywords and MARC fields. The keywords are used to find some data independently of the framework.</dd> > <dt><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></dt> >- <dd>Checks the MARC structure. If you change your MARC Bibliographic framework it's recommended that you run this tool to test for errors in your definition.</dd> >+ <dd>Checks the MARC structure. If you change your MARC Bibliographic record framework it's recommended that you run this tool to test for errors in your definition.</dd> > <dt><a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a></dt> > <dd>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).</dd> > <dt><a href="/cgi-bin/koha/admin/classsources.pl">Classification sources</a></dt> >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 77cca18..bcab2e6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt >@@ -130,7 +130,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 record 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/checkmarc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt >index 24ce22e..a81f424 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt >@@ -17,7 +17,7 @@ > <div id="yui-main"> > <div class="yui-b"> > >-<h1>MARC bibliographic framework test</h1> >+<h1>MARC bibliographic record framework test</h1> > <table> > <tr> > <th>Test</th> >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 cc63205..131db8f 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 >@@ -24,7 +24,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.) >@@ -48,7 +48,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 0d61fe7..43a167d 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 >@@ -158,7 +158,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. >@@ -175,7 +175,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 >@@ -185,7 +185,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 bibliograpic records > - pref: OpacSuppressionMessage > type: textarea > class: code >@@ -210,7 +210,7 @@ Cataloging: > choices: > yes: Display > no: "Don't display" >- - acquisition details on the biblio detail page. >+ - acquisition details on the bibliograpic 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 6589e3e..9d05864 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 >@@ -611,7 +611,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 bibliograpic 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 c44b109..693cb1b 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 bibliograpic record detail page (if the bibliograpic 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: NoLoginInstructions >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 0178468..4d79de3 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 >@@ -70,7 +70,7 @@ Searching: > choices: > yes: Include > no: "Don't include" >- - "<i>see from</i> (non-preferred form) headings in bibliographic searches. Please note: you will need to reindex your bibliographic database when changing this preference." >+ - "<i>see from</i> (non-preferred form) headings in bibliographic record searches. Please note: you will need to reindex your bibliographic record database when changing this preference." > - > - pref: EnableSearchHistory > default: 0 >@@ -187,7 +187,7 @@ Searching: > - Show up to > - pref: maxItemsInSearchResults > class: integer >- - items per biblio in the search results >+ - items per bibliograpic 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 76c89a8..c64abdd 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/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >index f610cd4..938993c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt >@@ -118,7 +118,7 @@ > </li> > <li><label for="recordtype">Record type: </label> > <select name="recordtype" id="recordtype"> >- <option value="biblio">Bibliographic</option> >+ <option value="biblio">Bibliographic Record</option> > <option value="authority">Authority</option> > </select> > </li> >-- >2.1.4
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