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

Evergreen Git git at git.evergreen-ils.org
Tue Sep 24 16:19:35 EDT 2019


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  fa1872c2f5e890bb5762b9c8d01ab710b1cb30cf (commit)
      from  80468f6b63b741ab49b315adcd4dcde06a37cead (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 fa1872c2f5e890bb5762b9c8d01ab710b1cb30cf
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Tue Sep 24 13:17:52 2019 -0700

    Docs: rearranging 3.4 release notes
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/docs/RELEASE_NOTES_3_4.adoc b/docs/RELEASE_NOTES_3_4.adoc
index 28acc5d2de..5f77ef660a 100644
--- a/docs/RELEASE_NOTES_3_4.adoc
+++ b/docs/RELEASE_NOTES_3_4.adoc
@@ -37,7 +37,28 @@ external links) applied to the customized version.
 Upgrade notes
 -------------
 
-TODO
+Updating OPAC colors.tt2 file
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Sites that have customized `colors.tt2` should add a line for
+the new `link` color.  For example:
+
+[source,perl]
+----
+link = "#3ef624", # lime green
+----
+
+The template can be found at opac/parts/css/colors.tt2.
+
+marc_stream_importer.pl configuration file
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Because `marc_stream_importer.pl` now expects its configuration file to
+be in the configuration directory, not the binary directory, existing
+users will likely need to manually move the configuration file into
+place.
+
+
 
 New Features
 ------------
@@ -88,12 +109,6 @@ is now installed in the Evergreen `bin` directory (typically
 file will be in the usual config directory (typically `/openils/conf`)
 and the example configuration file is installed their by default.
 
-Upgrade Note
-++++++++++++
-Because `marc_stream_importer.pl` now expects its configuration file to
-be in the configuration directory, not the binary directory, existing
-users will likely need to manually move the configuration file into
-place.
 
 AuthProxy Support for Arbitrary LDAP Usernames
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -159,10 +174,6 @@ in the `colors.tt2` template to make it easier to style the public
 catalog header/footer to use the same background color as the center
 panel.
 
-Upgrade Notes
-+++++++++++++
-Sites that have customized `colors.tt2` should add a line for
-the new `link` color.
 
 Server-Managed Print Templates for Angular
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -376,18 +387,6 @@ an unfamiliar location.  This field is visible on all screens within the booking
 The Create Reservations UI is completely re-designed, and now includes a calendar-like view
 on which staff can view existing reservations and availability.
 
-Upgrade considerations
-++++++++++++++++++++++
-
-The Booking Module Refresh requires some new dependencies for the Angular
-client.  To install these, you will have to run the following commands:
-
-[source,bash]
-----
-cd $EVERGREEN_ROOT/Open-ILS/src/eg2/
-npm install
-----
-
 New Permission: CREATE_PRECAT
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 

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

Summary of changes:
 docs/RELEASE_NOTES_3_4.adoc | 45 ++++++++++++++++++++++-----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list