From: Bill Erickson Date: Fri, 22 May 2015 20:25:18 +0000 (-0400) Subject: LP#1312308 circ scripts, penalty removal release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fberick%2Flp1312308-kill-script-circ;p=working%2FEvergreen.git LP#1312308 circ scripts, penalty removal release notes Signed-off-by: Bill Erickson --- diff --git a/docs/RELEASE_NOTES_NEXT/Administration/remove-script-circ-and-penalty.txt b/docs/RELEASE_NOTES_NEXT/Administration/remove-script-circ-and-penalty.txt new file mode 100644 index 0000000000..e2fe4d8245 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Administration/remove-script-circ-and-penalty.txt @@ -0,0 +1,50 @@ +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 +----------------------------------------------------------------------------