[open-ils-commits] [GIT] Evergreen ILS branch master updated. 837e3d9330afe569a74e1baf60f3aa24886b885a
Evergreen Git
git at git.evergreen-ils.org
Thu Nov 5 13:25:38 EST 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 837e3d9330afe569a74e1baf60f3aa24886b885a (commit)
via cf736f702c92922c19d227bf0f04e6aae9e817a2 (commit)
from 7ca6e9952fef14ca50b0f57d8efe45b312fdaad8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 837e3d9330afe569a74e1baf60f3aa24886b885a
Author: Galen Charlton <gmc at esilibrary.com>
Date: Thu Nov 5 18:25:25 2015 +0000
LP#1164174: add release notes
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/docs/RELEASE_NOTES_NEXT/Cataloging/link_personal_name_title_series_entries.adoc b/docs/RELEASE_NOTES_NEXT/Cataloging/link_personal_name_title_series_entries.adoc
new file mode 100644
index 0000000..bda6661
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/Cataloging/link_personal_name_title_series_entries.adoc
@@ -0,0 +1,5 @@
+Link personal name/title series added entries
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The authority linker script now supports linking the MARC21
+field 800 (series added entry - personal name) to authority
+records.
commit cf736f702c92922c19d227bf0f04e6aae9e817a2
Author: Mark Cooper <markchristophercooper at gmail.com>
Date: Wed Apr 3 14:23:56 2013 -0700
LP#1164174: have authority linker handle author/title series added entries
Support for 800 field author/title series added entry is
missing from authority_control_fields.pl. This adds it.
Subfields match:
http://www.loc.gov/marc/bibliographic/bd800.html
Example bib link:
=800 1\$aTolkien, J. R. R.$q(John Ronald Reuel),$d1892-1973.
$tLord of the rings (1986) ;$vpt. 1.$0(DLC)7
Signed-off-by: Mark Cooper <markchristophercooper at gmail.com>
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/Open-ILS/src/support-scripts/authority_control_fields.pl.in b/Open-ILS/src/support-scripts/authority_control_fields.pl.in
index d8698db..64d32f9 100755
--- a/Open-ILS/src/support-scripts/authority_control_fields.pl.in
+++ b/Open-ILS/src/support-scripts/authority_control_fields.pl.in
@@ -351,6 +351,23 @@ my %controllees = (
y => { 151 => 'y' },
z => { 151 => 'z' },
},
+ 800 => { a => { 100 => 'a' },
+ b => { 100 => 'b' },
+ c => { 100 => 'c' },
+ d => { 100 => 'd' },
+ e => { 100 => 'e' },
+ f => { 100 => 'f' },
+ g => { 100 => 'g' },
+ j => { 100 => 'j' },
+ k => { 100 => 'k' },
+ l => { 100 => 'l' },
+ n => { 100 => 'n' },
+ p => { 100 => 'p' },
+ q => { 100 => 'q' },
+ t => { 100 => 't' },
+ u => { 100 => 'u' },
+ 4 => { 100 => '4' },
+ },
830 => { a => { 130 => 'a' },
d => { 130 => 'd' },
f => { 130 => 'f' },
-----------------------------------------------------------------------
Summary of changes:
.../support-scripts/authority_control_fields.pl.in | 17 +++++++++++++++++
.../link_personal_name_title_series_entries.adoc | 5 +++++
2 files changed, 22 insertions(+), 0 deletions(-)
create mode 100644 docs/RELEASE_NOTES_NEXT/Cataloging/link_personal_name_title_series_entries.adoc
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list