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

Evergreen Git git at git.evergreen-ils.org
Thu Aug 25 20:49:31 EDT 2016


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  936fbc26d45f6685225988008241aac11de524e3 (commit)
       via  dc0d2864f344d1dd561a1283f23529df1c984387 (commit)
       via  66dfd05ae820d87823d3b9ffe41dbffd40b3d065 (commit)
       via  0f717f55b8a98c3842070b6be7a362a8c1fe590b (commit)
       via  7f609d0c594c2b3febb3b41727490c6c81152de2 (commit)
       via  8e8b9e250243d40ec656afddfeb874ab424bce82 (commit)
       via  ed246bfd386b165b44f3ac1aeec0f96f8f8cd867 (commit)
      from  ec802af48798087d8fda770fff67d9e2ebcffc40 (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 936fbc26d45f6685225988008241aac11de524e3
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Aug 25 20:47:47 2016 -0400

    forward-port 2.10.5-2.10.6 schema update script
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.10.5-2.10.6-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.10.5-2.10.6-upgrade-db.sql
new file mode 100644
index 0000000..e92c972
--- /dev/null
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.10.5-2.10.6-upgrade-db.sql
@@ -0,0 +1,5 @@
+--Upgrade Script for 2.10.5 to 2.10.6
+\set eg_version '''2.10.6'''
+BEGIN;
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('2.10.6', :eg_version);
+COMMIT;

commit dc0d2864f344d1dd561a1283f23529df1c984387
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Aug 25 20:06:25 2016 -0400

    forward-port 2.9.6-2.9.7 schema upgrade script
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.9.6-2.9.7-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.9.6-2.9.7-upgrade-db.sql
new file mode 100644
index 0000000..ce52d99
--- /dev/null
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.9.6-2.9.7-upgrade-db.sql
@@ -0,0 +1,5 @@
+--Upgrade Script for 2.9.6 to 2.9.7
+\set eg_version '''2.9.7'''
+BEGIN;
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('2.9.7', :eg_version);
+COMMIT;

commit 66dfd05ae820d87823d3b9ffe41dbffd40b3d065
Author: Jason Stephenson <jason at sigio.com>
Date:   Thu Aug 25 17:29:12 2016 -0400

    Docs: Add Additional 2.9.7 Acknowledgments for Testing/Signoff
    
    Signed-off-by: Jason Stephenson <jason at sigio.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/docs/RELEASE_NOTES_2_9.txt b/docs/RELEASE_NOTES_2_9.txt
index 03512a5..b9b9656 100644
--- a/docs/RELEASE_NOTES_2_9.txt
+++ b/docs/RELEASE_NOTES_2_9.txt
@@ -47,9 +47,12 @@ Evergreen:
 * Blake Graham-Henderson
 * Jim Keenan
 * Kathy Lussier
+* Mike Rylander
 * Dan Scott
+* Ben Shum
 * Remington Steed
 * Jason Stephenson
+* Josh Stompro
 * Yamil Suarez
 
 Evergreen 2.9.6

commit 0f717f55b8a98c3842070b6be7a362a8c1fe590b
Author: Jason Stephenson <jason at sigio.com>
Date:   Thu Aug 25 17:26:19 2016 -0400

    Docs: Adding 2.9.7 Release Notes
    
    Signed-off-by: Jason Stephenson <jason at sigio.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/docs/RELEASE_NOTES_2_9.txt b/docs/RELEASE_NOTES_2_9.txt
index d41fdd4..03512a5 100644
--- a/docs/RELEASE_NOTES_2_9.txt
+++ b/docs/RELEASE_NOTES_2_9.txt
@@ -3,6 +3,55 @@ Evergreen 2.9 Release Notes
 :toc:
 :numbered:
 
+Evergreen 2.9.7
+---------------
+This release contains several bugfixes improving on Evergreen 2.9.6
+
+* The claims never checked out counter on the patron record is now
+  incremented correctly when marking a lost loan as
+  claims-never-checked-out.
+* When a transit is canceled, the copy's status is changed only
+  if its status was previously "In Transit".
+* Retrieving records with embedded holdings via SRU and Z39.50 is now
+  faster.
+* The hold status message in the public catalog now uses
+  better grammar.
+* The error message displayed when a patron attempts to place
+  a hold but is prevented from doing so due to policy reasons
+  is now more likely to be useful
+* The public catalog now draws the edition statement only
+  from the 250 field; it no longer tries to check the 534
+  and 775 fields.
+* Embedded schema.org microdata now uses "offeredBy" rather
+  than "seller".
+* The ContentCafe added content plugin now handles the "fake"
+  ISBNs that Baker and Taylor assigns to media items.
+* Attempting to renew a rental or deposit item in the public
+  catalog no longer causes an internal server errorr.
+* Various format icons now have transparent backgrounds (as opposed
+  to white).
+* The staff client will no longer wait indefinitely for Novelist
+  to supply added content, improving its responsiveness.
+* A few additional strings are now marked as translatable.
+
+Acknowledgements
+~~~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed code,
+testing and documentation patches to the 2.9.6 point release of
+Evergreen:
+
+* Thomas Berezansky
+* Jason Boyer
+* Galen Charlton
+* Jeff Davis
+* Blake Graham-Henderson
+* Jim Keenan
+* Kathy Lussier
+* Dan Scott
+* Remington Steed
+* Jason Stephenson
+* Yamil Suarez
+
 Evergreen 2.9.6
 ---------------
 This release contains several bugfixes improving on Evergreen 2.9.5

commit 7f609d0c594c2b3febb3b41727490c6c81152de2
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Wed Jun 15 13:04:23 2016 -0400

    Docs: Adding 2.9.6 Release Notes
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/docs/RELEASE_NOTES_2_9.txt b/docs/RELEASE_NOTES_2_9.txt
index d3bd3b7..d41fdd4 100644
--- a/docs/RELEASE_NOTES_2_9.txt
+++ b/docs/RELEASE_NOTES_2_9.txt
@@ -3,6 +3,40 @@ Evergreen 2.9 Release Notes
 :toc:
 :numbered:
 
+Evergreen 2.9.6
+---------------
+This release contains several bugfixes improving on Evergreen 2.9.5
+
+* Fixes a bug where Action Triggers could select an inactive event definition 
+when running.
+* Fixes an issue where previously-checked-out items did not display in
+metarecord searches when the Tag Circulated Items Library Setting is enabled.
+* Fixes an error that occurred when the system attempted to display a translated
+string for the "Has Local Copy" hold placement error message.
+* Fixes an issue where the Show More/Show Fewer Details button didn't work in
+catalogs that default to showing more details.
+* Removes Social Security Number as a stock patron identification type for
+new installations. This fix does not change patron identification types for 
+existing Evergreen systems.
+* Adds two missing link fields (patron profile and patron home library) to
+the fm_idl.xml for the Combined Active and Aged Circulations (combcirc)
+reporter source.
+* Adds a performance improvement for the "Clear Holds Shelf" checkin modifier.
+
+Acknowledgements
+~~~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed
+code, testing and documentation patches to the 2.9.6 point release of Evergreen:
+
+* Galen Charlton
+* Codey Kolasinski
+* Jeanette Lundgren
+* Kathy Lussier
+* Terran McCanna
+* Michele Morgan
+* Jason Stephenson
+* Josh Stompro
+
 Evergreen 2.9.5
 ---------------
 This release contains several bugixes improving on Evergreen 2.9.4

commit 8e8b9e250243d40ec656afddfeb874ab424bce82
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Aug 25 19:56:42 2016 -0400

    let the 2.10.6 release notes be free of errorr
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/docs/RELEASE_NOTES_2_10.adoc b/docs/RELEASE_NOTES_2_10.adoc
index 6c6c9b9..270cb0e 100644
--- a/docs/RELEASE_NOTES_2_10.adoc
+++ b/docs/RELEASE_NOTES_2_10.adoc
@@ -52,7 +52,7 @@ Other Bugfixes
 * The ContentCafe added content plugin now handles the "fake"
   ISBNs that Baker and Taylor assigns to media items.
 * Attempting to renew a rental or deposit item in the public
-  catalog no longer causes an internal server errorr.
+  catalog no longer causes an internal server error.
 * Various format icons now have transparent backgrounds (as opposed
   to white).
 * The file extension when exporting non-imported records is
@@ -65,12 +65,12 @@ Translation Updates
 ~~~~~~~~~~~~~~~~~~~
 Translations in this release have been significantly increased.  In
 particular, Spanish has received a huge update with over 9,000 new
-translations, Czech has received a sizeable update of over 800
+translations, Czech has received a sizable update of over 800
 translations, and additional smaller updates have been added for
 Arabic, French (Canada), and Armenian.
 
-Acknowledgements
-~~~~~~~~~~~~~~~~
+Acknowledgments
+~~~~~~~~~~~~~~~
 We would like to thank the following individuals who contributed
 code, testing and documentation patches to the 2.10.6 point release of Evergreen:
 

commit ed246bfd386b165b44f3ac1aeec0f96f8f8cd867
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Aug 25 17:04:41 2016 -0400

    first pass at 2.10.6 release notes
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/docs/RELEASE_NOTES_2_10.adoc b/docs/RELEASE_NOTES_2_10.adoc
index a7b742e..6c6c9b9 100644
--- a/docs/RELEASE_NOTES_2_10.adoc
+++ b/docs/RELEASE_NOTES_2_10.adoc
@@ -3,6 +3,95 @@ Evergreen 2.10 Release Notes
 :toc:
 :numbered:
 
+Evergreen 2.10.6
+----------------
+This release contains bugfixes improving on Evergreen 2.10.5.
+
+Add Date Header to Action Trigger Email/SMS Templates
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+The Date: header specified in RFC 2822 has been added to the seed data
+for the example Action Trigger email and SMS templates, but no attempt
+has been made to automatically modify existing templates. To add this
+header (and end any "Why are my library emails from 1969/70?" questions
+you may have heard) make sure the following lines are in all templates
+that use the SendEmail or SendSMS reactors:
+
+The first is already in most sample templates, but you may need to add
+it to the top of any custom templates:
+`[%- USE date -%]`
+
+And this line should be inserted into the header block of each template:
+`Date: [%- date.format(date.now, '%a, %d %b %Y %T -0000', gmt => 1) %]`
+
+Other Bugfixes
+~~~~~~~~~~~~~~
+* Prorating invoice charges now works again.
+* The claims never checked out counter on the patron record is now
+  incremented correctly when marking a lost loan as
+  claims-never-checked-out.
+* When a transit is canceled, the copy's status is changed only
+  if its status was previously "In Transit".
+* Retrieving records with embedded holdings via SRU and Z39.50 is now
+  faster.
+* A performance issue with sorting entries on the public catalog
+  circulation history page is fixed.
+* Various style and responsive design improvements are made to the
+  circulation and holds history pages in the public catalog.
+* The public catalog holds history page now indicates if a hold
+  had been fulfilled.
+* The hold status message in the public catalog now uses
+  better grammar.
+* The error message displayed when a patron attempts to place
+  a hold but is prevented from doing so due to policy reasons
+  is now more likely to be useful
+* The public catalog now draws the edition statement only
+  from the 250 field; it no longer tries to check the 534
+  and 775 fields.
+* Embedded schema.org microdata now uses "offeredBy" rather
+  than "seller".
+* The ContentCafe added content plugin now handles the "fake"
+  ISBNs that Baker and Taylor assigns to media items.
+* Attempting to renew a rental or deposit item in the public
+  catalog no longer causes an internal server errorr.
+* Various format icons now have transparent backgrounds (as opposed
+  to white).
+* The file extension when exporting non-imported records is
+  now ".mrc" rather than ".xml".
+* The staff client will no longer wait indefinitely for Novelist
+  to supply added content, improving its responsiveness.
+* A few additional strings are now marked as translatable.
+
+Translation Updates
+~~~~~~~~~~~~~~~~~~~
+Translations in this release have been significantly increased.  In
+particular, Spanish has received a huge update with over 9,000 new
+translations, Czech has received a sizeable update of over 800
+translations, and additional smaller updates have been added for
+Arabic, French (Canada), and Armenian.
+
+Acknowledgements
+~~~~~~~~~~~~~~~~
+We would like to thank the following individuals who contributed
+code, testing and documentation patches to the 2.10.6 point release of Evergreen:
+
+* Thomas Berezansky
+* Jason Boyer
+* Galen Charlton
+* Jeff Davis
+* Bill Erickson
+* Blake Graham-Henderson
+* Jim Keenan
+* Kathy Lussier
+* Mike Rylander
+* Jane Sandberg
+* Dan Scott
+* Ben Shum
+* Remington Steed
+* Jason Stephenson
+* Josh Stompro
+* Yamil Suarez
+* Dan Wells
+
 Evergreen 2.10.5
 ----------------
 This release contains bugfixes improving on Evergreen 2.10.4

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

Summary of changes:
 .../version-upgrade/2.10.5-2.10.6-upgrade-db.sql   |    5 +
 .../Pg/version-upgrade/2.9.6-2.9.7-upgrade-db.sql  |    5 +
 docs/RELEASE_NOTES_2_10.adoc                       |   89 ++++++++++++++++++++
 docs/RELEASE_NOTES_2_9.txt                         |   86 +++++++++++++++++++
 4 files changed, 185 insertions(+), 0 deletions(-)
 create mode 100644 Open-ILS/src/sql/Pg/version-upgrade/2.10.5-2.10.6-upgrade-db.sql
 create mode 100644 Open-ILS/src/sql/Pg/version-upgrade/2.9.6-2.9.7-upgrade-db.sql


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list