From: Jeff Godin Date: Wed, 19 Aug 2015 17:02:24 +0000 (-0400) Subject: LP#1312309 JSPAC removal release notes X-Git-Tag: sprint4-merge-nov22~1203 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fjeff%2Fkill-jspac-and-friends-with-release-notes;p=working%2FEvergreen.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.