[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. eee45c3dc20e54a5c760929181bb8d1516249971

Evergreen Git git at git.evergreen-ils.org
Wed Apr 8 12:21:51 EDT 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, rel_2_8 has been updated
       via  eee45c3dc20e54a5c760929181bb8d1516249971 (commit)
       via  10c4dd8284980cf0f5de7b033c4e74f1f1f946f8 (commit)
      from  eb90213cd0cae57a475ab6afe958d8501117cf1e (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 eee45c3dc20e54a5c760929181bb8d1516249971
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Apr 8 16:30:19 2015 +0000

    LP#1441634: add release notes for removal of biblios.net Z39.50 target
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/docs/RELEASE_NOTES_NEXT/Cataloging/remove_biblios_net_z3950_target.txt b/docs/RELEASE_NOTES_NEXT/Cataloging/remove_biblios_net_z3950_target.txt
new file mode 100644
index 0000000..e3de857
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/Cataloging/remove_biblios_net_z3950_target.txt
@@ -0,0 +1,10 @@
+Remove the ‡biblios.net Z39.50 target from seed data
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The Z39.50 target at z3950.biblios.net/bibliographic has not worked
+for years, so its service definition is no longer provided in the
+seed data for new installations of Evergreen.
+
+Users of existing Evergreen systems should consider removing
+the Z39.50 definition for ‡biblios.net. This can be done from
+Admin | Server Administration | Z39.50 Servers in the staff
+client.

commit 10c4dd8284980cf0f5de7b033c4e74f1f1f946f8
Author: Dan Scott <dscott at laurentian.ca>
Date:   Wed Apr 8 09:53:14 2015 -0400

    LP#1441634 Remove biblios.net from Z39.50 sources
    
    The biblios.net Z39.50 server has not been functional for years.
    Remove it from the list of Z39.50 servers that we populate in a
    default install of Evergreen.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
index d73ba35..bac8cfc 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -374,8 +374,6 @@ INSERT INTO config.z3950_source (name, label, host, port, db, auth)
 	VALUES ('loc', oils_i18n_gettext('loc', 'Library of Congress', 'czs', 'label'), 'lx2.loc.gov', 210, 'LCDB', FALSE);
 INSERT INTO config.z3950_source (name, label, host, port, db, auth)
 	VALUES ('oclc', oils_i18n_gettext('oclc', 'OCLC', 'czs', 'label'), 'zcat.oclc.org', 210, 'OLUCWorldCat', TRUE);
-INSERT INTO config.z3950_source (name, label, host, port, db, auth)
-	VALUES ('biblios', oils_i18n_gettext('biblios','‡biblios.net', 'czs', 'label'), 'z3950.biblios.net', 210, 'bibliographic', FALSE);
 
 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
 	VALUES (1, 'loc','tcn', oils_i18n_gettext(1, 'Title Control Number', 'cza', 'label'), 12, 1);
@@ -417,27 +415,6 @@ INSERT INTO config.z3950_attr (id, source, name, label, code, format)
 INSERT INTO config.z3950_attr (id, source, name, label, code, format)
 	VALUES (18, 'oclc', 'item_type', oils_i18n_gettext(18, 'Item Type', 'cza', 'label'), 1001, 1);
 
-INSERT INTO config.z3950_attr (id, source, name, label, code, format)
-	VALUES (19, 'biblios','tcn', oils_i18n_gettext(19, 'Title Control Number', 'cza', 'label'), 12, 1);
-INSERT INTO config.z3950_attr (id, source, name, label, code, format)
-	VALUES (20, 'biblios', 'isbn', oils_i18n_gettext(20, 'ISBN', 'cza', 'label'), 7, 6);
-INSERT INTO config.z3950_attr (id, source, name, label, code, format)
-	VALUES (21, 'biblios', 'lccn', oils_i18n_gettext(21, 'LCCN', 'cza', 'label'), 9, 1);
-INSERT INTO config.z3950_attr (id, source, name, label, code, format)
-	VALUES (22, 'biblios', 'author', oils_i18n_gettext(22, 'Author', 'cza', 'label'), 1003, 6);
-INSERT INTO config.z3950_attr (id, source, name, label, code, format)
-	VALUES (23, 'biblios', 'title', oils_i18n_gettext(23, 'Title', 'cza', 'label'), 4, 6);
-INSERT INTO config.z3950_attr (id, source, name, label, code, format)
-	VALUES (24, 'biblios', 'issn', oils_i18n_gettext(24, 'ISSN', 'cza', 'label'), 8, 1);
-INSERT INTO config.z3950_attr (id, source, name, label, code, format)
-	VALUES (25, 'biblios', 'publisher', oils_i18n_gettext(25, 'Publisher', 'cza', 'label'), 1018, 6);
-INSERT INTO config.z3950_attr (id, source, name, label, code, format)
-	VALUES (26, 'biblios', 'pubdate', oils_i18n_gettext(26, 'Publication Date', 'cza', 'label'), 31, 1);
-INSERT INTO config.z3950_attr (id, source, name, label, code, format)
-	VALUES (27, 'biblios', 'item_type', oils_i18n_gettext(27, 'Item Type', 'cza', 'label'), 1001, 1);
-
-UPDATE config.z3950_attr SET truncation = 1 WHERE source = 'biblios';
-
 SELECT SETVAL('config.z3950_attr_id_seq'::TEXT, 100);
 
 --005.schema.actors.sql:

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/sql/Pg/950.data.seed-values.sql       |   23 --------------------
 .../Cataloging/remove_biblios_net_z3950_target.txt |   10 ++++++++
 2 files changed, 10 insertions(+), 23 deletions(-)
 create mode 100644 docs/RELEASE_NOTES_NEXT/Cataloging/remove_biblios_net_z3950_target.txt


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list