From: Jeff Godin Date: Wed, 19 Aug 2015 17:02:24 +0000 (-0400) Subject: LP#1312309 JSPAC removal release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=402307e9147b5c52d279c951a7ae032fb4ff4da7;p=evergreen%2Fpines.git LP#1312309 JSPAC removal release notes Add release notes for removal of the deprecated JSPAC interface. Signed-off-by: Jeff Godin --- diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/removal-of-deprecated-jspac.txt b/docs/RELEASE_NOTES_NEXT/OPAC/removal-of-deprecated-jspac.txt new file mode 100644 index 0000000000..017e681341 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/OPAC/removal-of-deprecated-jspac.txt @@ -0,0 +1,29 @@ +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.