From e19a01d29e4b9b81047a5483fb28b0d7fde6b52e Mon Sep 17 00:00:00 2001 From: Remington Steed Date: Thu, 24 Sep 2015 11:09:33 -0400 Subject: [PATCH] Release Notes: Move/copy relevant sections to Upgrade Notes This commit moves two sections from "New Features -> Administration -> Upgrade Notes" to the main level "Upgrade Notes" section, which had been accidentally left empty and was causing AsciiDoc-to-ePub conversion errors. This commit also copies two other sections to the main "Upgrade Notes" section, since they contain information relevant to the upgrade process. Signed-off-by: Remington Steed --- docs/RELEASE_NOTES_2_9.txt | 165 +++++++++++++++++++++++++------------ 1 file changed, 111 insertions(+), 54 deletions(-) diff --git a/docs/RELEASE_NOTES_2_9.txt b/docs/RELEASE_NOTES_2_9.txt index e80e2f6b87..c90c4d9805 100644 --- a/docs/RELEASE_NOTES_2_9.txt +++ b/docs/RELEASE_NOTES_2_9.txt @@ -6,6 +6,117 @@ Evergreen 2_9 Release Notes Upgrade notes ------------- +Remove Script-Based Circulation Configuration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Evergreen no longer supports script-based circulation policies. All +policies must now be managed within the Local Administration -> +Circulation Policies, Hold Policies, and related interfaces. + + +Remove open-ils.penalty service +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Evergreen no longer uses the 'open-ils.penalty' service. It is safe +(though not required) to remove the following XML chunks from +/openils/conf/opensrf.xml after stopping services. + +[source,xml] +---------------------------------------------------------------------------- + + + + + 3 + 1 + perl + OpenILS::Application::Penalty + 99 + + 1000 + open-ils.penalty_unix.log + open-ils.penalty_unix.sock + open-ils.penalty_unix.pid + 1 + 15 + 1 + 5 + + + penalty/patron_penalty.js + LIBDIR/javascript + LOCALSTATEDIR + LOCALSTATEDIR/catalog + + + + + +open-ils.penalty +---------------------------------------------------------------------------- + + +Removal of deprecated "JSPAC" interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The deprecated Javascript OPAC interface known as "JSPAC" is no +longer included in Evergreen as of this release. + +With the understanding that local sites may have made use of +existing parts of the old JSPAC interface -- especially images and +CSS -- no attempt is made at upgrade time to automatically remove +the existing files from disk. + +When upgrading, you may wish to remove "index.xml" from your Apache +DirectoryIndex directives. + +The following directories, xml, js, and css files were formerly part +of JSPAC, and you may be able to safely remove them from your system +after verifying that they and their contents are no longer required: + +- web/opac/common/css/ +- web/opac/common/js/dtree.js +- web/opac/common/xml/ +- web/opac/extras/bbags.js +- web/opac/extras/bbags.xml +- web/opac/skin/default/js/ +- web/opac/skin/default/xml/ +- web/opac/theme/ + +The list of images removed in this change is lengthy, and not +included here. + + +Removal of legacy selfcheck interface +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The legacy selfcheck interface is no longer included in Evergreen as +of this release. + +This interface was formerly located at a URL ending in +extras/selfcheck/selfcheck.xml + +No attempt is made at upgrade time to automatically remove this +interface. + +It is recommended that you remove this interface and its associated +configuration after performing an upgrade: + +(paths relative to Evergreen web root) + +- opac/extras/selfcheck/selfcheck.css +- opac/extras/selfcheck/selfcheck.js +- opac/extras/selfcheck/selfcheck.xml +- opac/extras/selfcheck/selfcheck_print.css + +You can also remove the related Apache configuration block starting +with: + +[source, conf] + + + + New Features ------------ @@ -109,60 +220,6 @@ they lose access to library services. -Upgrade Notes -^^^^^^^^^^^^^ - -Remove Script-Based Circulation Configuration -+++++++++++++++++++++++++++++++++++++++++++++ - -Evergreen no longer supports script-based circulation policies. All -policies must now be managed within the Local Administration -> -Circulation Policies, Hold Policies, and related interfaces. - -Remove open-ils.penalty service -+++++++++++++++++++++++++++++++ - -Evergreen no longer uses the 'open-ils.penalty' service. It is safe -(though not required) to remove the following XML chunks from -/openils/conf/opensrf.xml after stopping services. - -[source,xml] ----------------------------------------------------------------------------- - - - - - 3 - 1 - perl - OpenILS::Application::Penalty - 99 - - 1000 - open-ils.penalty_unix.log - open-ils.penalty_unix.sock - open-ils.penalty_unix.pid - 1 - 15 - 1 - 5 - - - penalty/patron_penalty.js - LIBDIR/javascript - LOCALSTATEDIR - LOCALSTATEDIR/catalog - - - - - -open-ils.penalty ----------------------------------------------------------------------------- - - - - Improved caching of web server templates ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Template Toolkit processors used by Apache are now cached for -- 2.43.2