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

Evergreen Git git at git.evergreen-ils.org
Wed Sep 20 00:04:24 EDT 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  b38b3e52f833325ab8c1de2cc825578b6c3fe1c1 (commit)
       via  203dd19b5fff41a6e06d69323c61d23d1ca61781 (commit)
      from  f92437b231b91adf2dd1e6802f36923a9124f60a (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 b38b3e52f833325ab8c1de2cc825578b6c3fe1c1
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Wed Sep 20 00:01:58 2017 -0400

    Docs: 2.12.6 Release Notes
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/RELEASE_NOTES_2_12.adoc b/docs/RELEASE_NOTES_2_12.adoc
index 41288ac..61aa556 100644
--- a/docs/RELEASE_NOTES_2_12.adoc
+++ b/docs/RELEASE_NOTES_2_12.adoc
@@ -3,6 +3,68 @@ Evergreen 2.12 Release Notes
 :toc:
 :numbered:
 
+Evergreen 2.12.6
+----------------
+This release contains several bug fixes improving on Evergreen 2.12.5.
+
+* Removes the option to add a title to My List from Group Formats and
+Editions searches where the option never worked correctly due to a bad id.
+* Removes deleted shelving locations from the web client's volume/copy editor. Since there is no database constraint that prevents a copy from a deleted shelving location, if there are already copies attached to those shelving locations, the copy location selector will be blank. Evergreen admins can identify those items by running the following query:
+
+----
+select acp.id, acp.barcode, acpl.name
+from asset.copy acp
+join asset.copy_location acpl on (acpl.id = acp.location)
+where not acp.deleted
+and acpl.deleted
+order by acp.id;
+----
+* Adds the patron opt-in check in the web client whenever a patron is retrieved
+by barcode scan, patron search, or item circ history.
+* Fixes a bug where the price and acquisitions cost fields did not display
+their values. 
+* Fixes a bug where a patron's circulation history no longer moved to the lead
+account when merging patron accounts.
+* Now hides the ebook tabs in My Account for sites that have not yet enabled the
+Ebook API service.
+* Trims spaces from patron barcodes in the web client check out interface.
+* Makes a string in the holds validation alert translatable. 
+* Fixes a bug that prevented the web client patron registration screen from
+loading when there is an opt-in action triggers, such as the email checkout
+receipt, t set to be a registration default. 
+* Fixes a bug where barcode validation in the web client patron editor was 
+using the incorrect regular expression.
+* Replaces an empty string in the mobile carrier dropdown menu with a 'Please
+select your mobile carrier' label to improve usability and resolve a problem
+with translations.
+* Restores the ability to display a photo in the web client patron editor for
+accounts that have an actor.usr.photo_url.
+* Fixes a Firefox display issue in the web client that occurred when retrieving
+a bib record by TCN when the MARC Edit tab was set as the default view.
+* Fixes an bug where setting a patron's default pickup location in the web 
+client patron editor inadvertently changed the home library. It also disables
+any locations that are not viable pickup locations.
+* Fixes a bug where a misscan in a copy bucket failed silently.
+
+Acknowledgements
+~~~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed code,
+tests and documentation patches to the 2.12.6 point release of
+Evergreen:
+
+* Jason Boyer
+* Galen Charlton
+* Jeff Davis
+* Bill Erickson
+* Jason Etheridge
+* Blake Henderson
+* Skye Howard
+* Kathy Lussier
+* Terran McCanna
+* Jane Sandberg
+* Ben Shum
+* Cesar Velez
+
 Evergreen 2.12.5
 ----------------
 This release contains several bug fixes improving on Evergreen 2.12.4.

commit 203dd19b5fff41a6e06d69323c61d23d1ca61781
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Tue Sep 19 23:09:17 2017 -0400

    Docs: 2.11.9 release notes
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/RELEASE_NOTES_2_11.adoc b/docs/RELEASE_NOTES_2_11.adoc
index d70f1ed..25adda1 100644
--- a/docs/RELEASE_NOTES_2_11.adoc
+++ b/docs/RELEASE_NOTES_2_11.adoc
@@ -3,6 +3,23 @@ Evergreen 2.11 Release Notes
 :toc:
 :numbered:
 
+Evergreen 2.11.9
+----------------
+This release contains a bug fix improving on Evergreen 2.11.8.
+
+* The option to add a title to My List is removed from Group Formats and
+Editions searches where the option never worked correctly due to a bad id.
+
+Acknowledgements
+~~~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed code,
+tests and documentation patches to the 2.11.9 point release of
+Evergreen:
+
+* Jane Sandberg
+* Cesar Velez
+
+
 Evergreen 2.11.8
 ----------------
 This release contains several bug fixes improving on Evergreen 2.11.7.

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

Summary of changes:
 docs/RELEASE_NOTES_2_11.adoc |   17 +++++++++++
 docs/RELEASE_NOTES_2_12.adoc |   62 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 79 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list