[open-ils-commits] [GIT] Evergreen ILS branch master updated. 64299c61a460e961bddabfaa56704fa92ad2aee0

Evergreen Git git at git.evergreen-ils.org
Wed Feb 22 09:33:43 EST 2017


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  64299c61a460e961bddabfaa56704fa92ad2aee0 (commit)
      from  a67e294a06829dc28bcdc484b5a75e9a5d8a867d (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 64299c61a460e961bddabfaa56704fa92ad2aee0
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Wed Feb 22 09:32:29 2017 -0500

    Docs: Additions to the 2.12 release notes
    
    We missed the release notes for some new features. I also updated a couple and
    removed some release note entries from 2.11 that were still hanging around in
    the release note directories.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/RELEASE_NOTES_NEXT/Administration/add-parts-to-biblio-fingerprint.adoc b/docs/RELEASE_NOTES_NEXT/Administration/add-parts-to-biblio-fingerprint.adoc
index 3d872ea..4cc9207 100644
--- a/docs/RELEASE_NOTES_NEXT/Administration/add-parts-to-biblio-fingerprint.adoc
+++ b/docs/RELEASE_NOTES_NEXT/Administration/add-parts-to-biblio-fingerprint.adoc
@@ -1,9 +1,14 @@
-Bibliographic Fingerprint Improvement
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Bibliographic Fingerprint Improvements
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 The bibliographic fingerprint will now incorporate subfield n and p from MARC
 title fields to better distinguish between records of the same series that
 may share the same title but have a different part. With this change, these
 MARC records will no longer be grouped together in a 'Group Formats & Editions'
 search.
 
+The bibliographic fingerprint was also changed to better distinguish between a
+the fields contributing to the fingerprint. This change will help the system
+distinguish between a record for the movie _Blue Steel_ and another record for
+the book _Blue_ written by Danielle Steel.
+
 
diff --git a/docs/RELEASE_NOTES_NEXT/Administration/ubuntu-xenial-support.adoc b/docs/RELEASE_NOTES_NEXT/Administration/ubuntu-xenial-support.adoc
deleted file mode 100644
index 6bc6707..0000000
--- a/docs/RELEASE_NOTES_NEXT/Administration/ubuntu-xenial-support.adoc
+++ /dev/null
@@ -1,4 +0,0 @@
-Support for Ubuntu 16.04
-^^^^^^^^^^^^^^^^^^^^^^^^
-Adds support for Ubuntu Xenial Xerus (16.04).
-
diff --git a/docs/RELEASE_NOTES_NEXT/Client/accent_insensitive_patron_search b/docs/RELEASE_NOTES_NEXT/Client/accent_insensitive_patron_search
deleted file mode 100644
index fed2892..0000000
--- a/docs/RELEASE_NOTES_NEXT/Client/accent_insensitive_patron_search
+++ /dev/null
@@ -1,20 +0,0 @@
-Accent Insensitive Patron Search
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-When performing a patron search, in addition to the (existing)
-case-insensitivity, these additional characteristics will govern the
-search:
-
-Accent (diacritic) insensitivity::
-Diacritics will be transformed into a plain character equivalent for
-comparison purposes. So if the patron name is Eugène Delacroix, for
-example, you could enter euge for the First Name, and it would
-match. Ligatures such as Πare expanded into the constituent
-characters "OE".
-
-Space insensitivity::
-Spaces will be squashed out for comparison purposes. If the patron is,
-again, Eugène Delacroix, you could enter "de la croix" in the Last
-Name field and it would match.
-
-This behavior affects the Last Name, First Name, and Middle Name fields
-of the search.
diff --git a/docs/RELEASE_NOTES_NEXT/Client/patron_punctuation b/docs/RELEASE_NOTES_NEXT/Client/patron_punctuation.adoc
similarity index 100%
rename from docs/RELEASE_NOTES_NEXT/Client/patron_punctuation
rename to docs/RELEASE_NOTES_NEXT/Client/patron_punctuation.adoc
diff --git a/docs/RELEASE_NOTES_NEXT/Client/web_client.adoc b/docs/RELEASE_NOTES_NEXT/Client/web_client.adoc
new file mode 100644
index 0000000..651d9d4
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/Client/web_client.adoc
@@ -0,0 +1,51 @@
+Trial Production Use of the Web Staff Client
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The new web staff client is ready for trial production use in all functional
+areas with the exception of serials and offline transactions. In addition to
+many bug fixes in the areas of circulation, cataloging, administration and
+reporting, Release 2.12 sees the following additions to web client
+functionality.
+
+ * Acquisitions interfaces and functionality have been integrated into the web
+ staff client.
+ * Booking interfaces and functionality have been integrated into the web staff
+ client.
+ * Hatch, the program that will allow for unmediated printing to multiple
+ printers, sharing of workstation settings, and, eventually, offline 
+ transactions is now available. A windows installer for Hatch will be available
+ on the Evergreen-ILS Downloads page.
+
+The Evergreen developers will keep pilot libraries updated about known web
+client issues by posting known bugs to https://wiki.evergreen-ils.org/doku.php?id=dev:browser_staff:known_issues .
+
+About Hatch
++++++++++++
+Hatch is not required to use the web client, but should be used for workstations
+that need to perform the following tasks.
+
+ * Unmediated printing to multiple printers. Workstations can print to multiple
+ printers without Hatch, but will need to click through a dialog to select a
+ printer. Hatch allows workstations to automatically print, without dialog, to
+ different printers. 
+ * Sharing of workstation settings. When hatch is available for more browsers,
+ this functionality will allow sharing across browsers. Libraries may also
+ install hatch on a separate computer where the settings can be shared by all
+ workstations in the library. Storing local preferences in hatch will also
+ prevent tampering with preferences via the browser developer tools.
+ * When offline functionality is available, hatch will be required to perform
+ offline transactions.
+ 
+Hatch is currently run as a Chrome extension and is not available in Firefox. To
+use hatch on Windows, Evergreen sites should:
+
+ . download and execute the installer from the Evergreen downloads page, 
+ . open Chrome and navigate to chrome://extensions,
+ . enable _Developer Mode_ along the top right of the page,
+ . click the _Load Unpacked Extension_ button,
+ . load the directory at Hatch -> extension -> app,
+ .. In Windows, the default location for the app directory will be
+ C:\Program Files (x86)\Hatch\extension\app
+ . enable hatch features in the web client by going to Administration ->
+ Workstation Administration -> Print/Storage Service ("Hatch") and choosing
+ which services to use with Hatch.
+ .. this page will also inform you that hatch is connected. 
diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/ebook_api.adoc b/docs/RELEASE_NOTES_NEXT/OPAC/ebook_api.adoc
new file mode 100644
index 0000000..50cbd8f
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/OPAC/ebook_api.adoc
@@ -0,0 +1,47 @@
+E-book integration
+^^^^^^^^^^^^^^^^^^
+OverDrive and OneClickdigital integration has been added to Evergreen. The
+system will now support:
+ * Display of e-book availability in the search results and record summary
+ pages.
+ * Display of e-book checkouts and holds in a patron's My Account pages.
+
+To enable this feature, Evergreen sites need to:
+  * Ensure the new <http_client> block and open-ils.ebook_api service have been
+  added to opensrf.xml and (in the case of the open-ils.ebook_api_service)
+  opensrf_core.xml. Both blocks are now included in the example files.
+  * Contact their vendor to obtain credentials for their API account.
+  * Edit the config.tt2 file to set ebook_api.enabled to true. Administrators
+  will also need to enable specific vendor apis and add base URIs that are used
+  in 856 fields.
+  * Add the credentials for their API account in the new Ebook API Integration
+  settings provided in the Library Settings Editor.
+
+New settings available in the Library Settings Editor
++++++++++++++++++++++++++++++++++++++++++++++++++++++
+The following settings have been added to the Library Settings Editor:
+  * OneClickdigital Basic Token (ebook_api.overdrive.discovery_base_uri)
+  * OneClickdigital Libary ID (ebook_api.oneclickdigital.library_id)
+  * Overdrive Account ID (ebook_api.overdrive.account_id)
+  * Overdrive Authorization Name (ebook_api.overdrive.authorizationname)
+  * Overdrive Basic Token (ebook_api.overdrive.basic_token)
+  * Overdrive Circulation API Base URI (ebook_api.overdrive.circulation_base_uri)
+  * Overdrive Discovery API Base URI (ebook_api.overdrive.discovery_base_uri)
+  * Overdrive Granted Authorization Redirect URI (ebook_api.overdrive.granted_auth_redirect_uri)
+  * Overdrive Password Required (ebook_api.overdrive.password_required)
+  * Overdrive Website ID (ebook_api.overdrive.websiteid)
+
+New config.tt2 settings
++++++++++++++++++++++++
+  * ebook_api.enabled
+  * ebook_api.ebook_test_.enabled
+  * ebook_api.ebook_test.base_uris
+  * ebook_api.oneclickdigital.enabled
+  * ebook_api.oneclickdigital.base_uris
+  * ebook_api.overdrive.enabled
+  * ebook_api.overdrive.base_uris
+
+  * thing 1
+  * thing 2
+  * thing 3
+
diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/metarecord_bib_record_links.adoc b/docs/RELEASE_NOTES_NEXT/OPAC/metarecord_bib_record_links.adoc
new file mode 100644
index 0000000..2718608
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/OPAC/metarecord_bib_record_links.adoc
@@ -0,0 +1,6 @@
+Links to Other Formats and Editions
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The record summary pages in the catalog will now link to other formats and
+editions of a title. The links will allow users to quickly jump to another
+format of the title or an edition written in another language. 
+

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

Summary of changes:
 .../add-parts-to-biblio-fingerprint.adoc           |    9 +++-
 .../Administration/ubuntu-xenial-support.adoc      |    4 --
 .../Client/accent_insensitive_patron_search        |   20 --------
 ...{patron_punctuation => patron_punctuation.adoc} |    0
 docs/RELEASE_NOTES_NEXT/Client/web_client.adoc     |   51 ++++++++++++++++++++
 docs/RELEASE_NOTES_NEXT/OPAC/ebook_api.adoc        |   47 ++++++++++++++++++
 .../OPAC/metarecord_bib_record_links.adoc          |    6 ++
 7 files changed, 111 insertions(+), 26 deletions(-)
 delete mode 100644 docs/RELEASE_NOTES_NEXT/Administration/ubuntu-xenial-support.adoc
 delete mode 100644 docs/RELEASE_NOTES_NEXT/Client/accent_insensitive_patron_search
 rename docs/RELEASE_NOTES_NEXT/Client/{patron_punctuation => patron_punctuation.adoc} (100%)
 create mode 100644 docs/RELEASE_NOTES_NEXT/Client/web_client.adoc
 create mode 100644 docs/RELEASE_NOTES_NEXT/OPAC/ebook_api.adoc
 create mode 100644 docs/RELEASE_NOTES_NEXT/OPAC/metarecord_bib_record_links.adoc


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list