[open-ils-commits] [GIT] Evergreen ILS branch master updated. 8cd6c48d15c1f8473ca60f012a33d9c0554f7bf1

Evergreen Git git at git.evergreen-ils.org
Tue Jul 28 17:04:26 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  8cd6c48d15c1f8473ca60f012a33d9c0554f7bf1 (commit)
       via  5ff1828d70e94d8edfa3eb609522b69e50618ccd (commit)
      from  c05aeb2b430d16f256d49ed950e803742f4bd274 (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 8cd6c48d15c1f8473ca60f012a33d9c0554f7bf1
Author: Ben Shum <bshum at biblio.org>
Date:   Tue Jul 28 17:04:03 2015 -0400

    LP#1347807: Release note for "No Image" configuration examples
    
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/docs/RELEASE_NOTES_NEXT/Administration/example-no-image-config-for-apache.txt b/docs/RELEASE_NOTES_NEXT/Administration/example-no-image-config-for-apache.txt
new file mode 100644
index 0000000..9b0eab7
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/Administration/example-no-image-config-for-apache.txt
@@ -0,0 +1,6 @@
+Examples in Apache configuration for "No Image"
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+There are now commented out examples for custom images to be used when
+"no image" is present in the catalog for cover art. The included examples
+are for small/medium/large jacket image art in the event they are not
+found by the configured Added Content module.

commit 5ff1828d70e94d8edfa3eb609522b69e50618ccd
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Wed Jul 23 09:46:32 2014 -0400

    LP#1347807: Add example "No Image" configuration
    
    To make it easy to see how to do that kind of thing.
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/examples/apache/eg_vhost.conf.in b/Open-ILS/examples/apache/eg_vhost.conf.in
index d26151e..771ed62 100644
--- a/Open-ILS/examples/apache/eg_vhost.conf.in
+++ b/Open-ILS/examples/apache/eg_vhost.conf.in
@@ -79,6 +79,24 @@ RewriteRule ^/opac/extras/ac/jacket/(small|medium|large)/$ \
         ErrorDocument 404 /opac/images/blank.png
 </Location>
 
+# Uncomment one or more of these to have a "no image" image other than the blank
+# image above.
+
+# Note: There are no default images provided for these, you will need to provide
+# your own "no image" image(s).
+
+#<Location /opac/extras/ac/jacket/small>
+#        ErrorDocument 404 /opac/images/noimage_small.png
+#</Location>
+
+#<Location /opac/extras/ac/jacket/medium>
+#        ErrorDocument 404 /opac/images/noimage_medium.png
+#</Location>
+
+#<Location /opac/extras/ac/jacket/large>
+#        ErrorDocument 404 /opac/images/noimage_large.png
+#</Location>
+
 # ----------------------------------------------------------------------------------
 # Add the row ID (RID) and date so we can make unAPI happy
 # ----------------------------------------------------------------------------------
diff --git a/Open-ILS/examples/apache_24/eg_vhost.conf.in b/Open-ILS/examples/apache_24/eg_vhost.conf.in
index f733616..c6ce1c7 100644
--- a/Open-ILS/examples/apache_24/eg_vhost.conf.in
+++ b/Open-ILS/examples/apache_24/eg_vhost.conf.in
@@ -79,6 +79,24 @@ RewriteRule ^/opac/extras/ac/jacket/(small|medium|large)/$ \
         ErrorDocument 404 /opac/images/blank.png
 </Location>
 
+# Uncomment one or more of these to have a "no image" image other than the blank
+# image above.
+
+# Note: There are no default images provided for these, you will need to provide
+# your own "no image" image(s).
+
+#<Location /opac/extras/ac/jacket/small>
+#        ErrorDocument 404 /opac/images/noimage_small.png
+#</Location>
+
+#<Location /opac/extras/ac/jacket/medium>
+#        ErrorDocument 404 /opac/images/noimage_medium.png
+#</Location>
+
+#<Location /opac/extras/ac/jacket/large>
+#        ErrorDocument 404 /opac/images/noimage_large.png
+#</Location>
+
 # ----------------------------------------------------------------------------------
 # Add the row ID (RID) and date so we can make unAPI happy
 # ----------------------------------------------------------------------------------

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

Summary of changes:
 Open-ILS/examples/apache/eg_vhost.conf.in          |   18 ++++++++++++++++++
 Open-ILS/examples/apache_24/eg_vhost.conf.in       |   18 ++++++++++++++++++
 .../example-no-image-config-for-apache.txt         |    6 ++++++
 3 files changed, 42 insertions(+), 0 deletions(-)
 create mode 100644 docs/RELEASE_NOTES_NEXT/Administration/example-no-image-config-for-apache.txt


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list