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

Evergreen Git git at git.evergreen-ils.org
Fri Oct 9 16:24:12 EDT 2015


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  08f8938c4e32855ee0e25f34e11fc140a40d5c38 (commit)
       via  e19a01d29e4b9b81047a5483fb28b0d7fde6b52e (commit)
      from  885758d109d54169c5fa0d9a8c738f634b2a406b (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 08f8938c4e32855ee0e25f34e11fc140a40d5c38
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Fri Oct 9 14:58:01 2015 -0400

    Docs: Rename bullet images to fix epub build error
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>

diff --git a/docs/media/1.png b/docs/media/media1.png
similarity index 100%
rename from docs/media/1.png
rename to docs/media/media1.png
diff --git a/docs/media/10.png b/docs/media/media10.png
similarity index 100%
rename from docs/media/10.png
rename to docs/media/media10.png
diff --git a/docs/media/11.png b/docs/media/media11.png
similarity index 100%
rename from docs/media/11.png
rename to docs/media/media11.png
diff --git a/docs/media/12.png b/docs/media/media12.png
similarity index 100%
rename from docs/media/12.png
rename to docs/media/media12.png
diff --git a/docs/media/13.png b/docs/media/media13.png
similarity index 100%
rename from docs/media/13.png
rename to docs/media/media13.png
diff --git a/docs/media/14.png b/docs/media/media14.png
similarity index 100%
rename from docs/media/14.png
rename to docs/media/media14.png
diff --git a/docs/media/15.png b/docs/media/media15.png
similarity index 100%
rename from docs/media/15.png
rename to docs/media/media15.png
diff --git a/docs/media/2.png b/docs/media/media2.png
similarity index 100%
rename from docs/media/2.png
rename to docs/media/media2.png
diff --git a/docs/media/3.png b/docs/media/media3.png
similarity index 100%
rename from docs/media/3.png
rename to docs/media/media3.png
diff --git a/docs/media/4.png b/docs/media/media4.png
similarity index 100%
rename from docs/media/4.png
rename to docs/media/media4.png
diff --git a/docs/media/5.png b/docs/media/media5.png
similarity index 100%
rename from docs/media/5.png
rename to docs/media/media5.png
diff --git a/docs/media/6.png b/docs/media/media6.png
similarity index 100%
rename from docs/media/6.png
rename to docs/media/media6.png
diff --git a/docs/media/7.png b/docs/media/media7.png
similarity index 100%
rename from docs/media/7.png
rename to docs/media/media7.png
diff --git a/docs/media/8.png b/docs/media/media8.png
similarity index 100%
rename from docs/media/8.png
rename to docs/media/media8.png
diff --git a/docs/media/9.png b/docs/media/media9.png
similarity index 100%
rename from docs/media/9.png
rename to docs/media/media9.png

commit e19a01d29e4b9b81047a5483fb28b0d7fde6b52e
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Thu Sep 24 11:09:33 2015 -0400

    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 <rjs7 at calvin.edu>

diff --git a/docs/RELEASE_NOTES_2_9.txt b/docs/RELEASE_NOTES_2_9.txt
index e80e2f6..c90c4d9 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]
+----------------------------------------------------------------------------
+
+<!-- first element -->
+
+<open-ils.penalty>
+    <keepalive>3</keepalive>
+    <stateless>1</stateless>
+    <language>perl</language>
+    <implementation>OpenILS::Application::Penalty</implementation>
+    <max_requests>99</max_requests>
+    <unix_config>
+        <max_requests>1000</max_requests>
+        <unix_log>open-ils.penalty_unix.log</unix_log>
+        <unix_sock>open-ils.penalty_unix.sock</unix_sock>
+        <unix_pid>open-ils.penalty_unix.pid</unix_pid>
+        <min_children>1</min_children>
+        <max_children>15</max_children>
+        <min_spare_children>1</min_spare_children>
+        <max_spare_children>5</max_spare_children>
+    </unix_config>
+    <app_settings>
+        <patron_penalty>penalty/patron_penalty.js</patron_penalty>
+        <script_path>LIBDIR/javascript</script_path>
+        <script_path>LOCALSTATEDIR</script_path>
+        <script_path>LOCALSTATEDIR/catalog</script_path>
+   </app_settings>
+</open-ils.penalty>
+
+<!-- second element -->
+
+<appname>open-ils.penalty</appname>
+----------------------------------------------------------------------------
+
+
+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]
+<LocationMatch .*/selfcheck.xml>
+
+
+
 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]
-----------------------------------------------------------------------------
-
-<!-- first element -->
-
-<open-ils.penalty>
-    <keepalive>3</keepalive>
-    <stateless>1</stateless>
-    <language>perl</language>
-    <implementation>OpenILS::Application::Penalty</implementation>
-    <max_requests>99</max_requests>
-    <unix_config>
-        <max_requests>1000</max_requests>
-        <unix_log>open-ils.penalty_unix.log</unix_log>
-        <unix_sock>open-ils.penalty_unix.sock</unix_sock>
-        <unix_pid>open-ils.penalty_unix.pid</unix_pid>
-        <min_children>1</min_children>
-        <max_children>15</max_children>
-        <min_spare_children>1</min_spare_children>
-        <max_spare_children>5</max_spare_children>
-    </unix_config>
-    <app_settings>
-        <patron_penalty>penalty/patron_penalty.js</patron_penalty>
-        <script_path>LIBDIR/javascript</script_path>
-        <script_path>LOCALSTATEDIR</script_path>
-        <script_path>LOCALSTATEDIR/catalog</script_path>
-   </app_settings>
-</open-ils.penalty>
-
-<!-- second element -->
-
-<appname>open-ils.penalty</appname>
-----------------------------------------------------------------------------
-
-
-
-
 Improved caching of web server templates
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 Template Toolkit processors used by Apache are now cached for

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

Summary of changes:
 docs/RELEASE_NOTES_2_9.txt         |  165 ++++++++++++++++++++++++------------
 docs/media/{1.png => media1.png}   |  Bin 329 -> 329 bytes
 docs/media/{10.png => media10.png} |  Bin 361 -> 361 bytes
 docs/media/{11.png => media11.png} |  Bin 565 -> 565 bytes
 docs/media/{12.png => media12.png} |  Bin 617 -> 617 bytes
 docs/media/{13.png => media13.png} |  Bin 623 -> 623 bytes
 docs/media/{14.png => media14.png} |  Bin 411 -> 411 bytes
 docs/media/{15.png => media15.png} |  Bin 640 -> 640 bytes
 docs/media/{2.png => media2.png}   |  Bin 353 -> 353 bytes
 docs/media/{3.png => media3.png}   |  Bin 350 -> 350 bytes
 docs/media/{4.png => media4.png}   |  Bin 345 -> 345 bytes
 docs/media/{5.png => media5.png}   |  Bin 348 -> 348 bytes
 docs/media/{6.png => media6.png}   |  Bin 355 -> 355 bytes
 docs/media/{7.png => media7.png}   |  Bin 344 -> 344 bytes
 docs/media/{8.png => media8.png}   |  Bin 357 -> 357 bytes
 docs/media/{9.png => media9.png}   |  Bin 357 -> 357 bytes
 16 files changed, 111 insertions(+), 54 deletions(-)
 rename docs/media/{1.png => media1.png} (100%)
 rename docs/media/{10.png => media10.png} (100%)
 rename docs/media/{11.png => media11.png} (100%)
 rename docs/media/{12.png => media12.png} (100%)
 rename docs/media/{13.png => media13.png} (100%)
 rename docs/media/{14.png => media14.png} (100%)
 rename docs/media/{15.png => media15.png} (100%)
 rename docs/media/{2.png => media2.png} (100%)
 rename docs/media/{3.png => media3.png} (100%)
 rename docs/media/{4.png => media4.png} (100%)
 rename docs/media/{5.png => media5.png} (100%)
 rename docs/media/{6.png => media6.png} (100%)
 rename docs/media/{7.png => media7.png} (100%)
 rename docs/media/{8.png => media8.png} (100%)
 rename docs/media/{9.png => media9.png} (100%)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list