[open-ils-commits] [GIT] Evergreen ILS branch master updated. 233f560c27a3fae70901ff6674ccd5e676676bb6

Evergreen Git git at git.evergreen-ils.org
Tue Sep 13 13:33:59 EDT 2011


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  233f560c27a3fae70901ff6674ccd5e676676bb6 (commit)
      from  b77e56f5ee450eacaec9b9ff51ec6ce6098faea8 (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 233f560c27a3fae70901ff6674ccd5e676676bb6
Author: Bill Erickson <berick at esilibrary.com>
Date:   Tue Sep 13 13:32:22 2011 -0400

    Further updates to eg_vhost for tpac
    
    * Comment out locale handlers that do not have translations by default.
    Otherwise, Apache will log the error in the error log.
    
    * Added some additional configuration comments
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf
index a932df3..d2249eb 100644
--- a/Open-ILS/examples/apache/eg_vhost.conf
+++ b/Open-ILS/examples/apache/eg_vhost.conf
@@ -540,6 +540,8 @@ RewriteRule ^/openurl$ ${openurl:%1} [NE,PT]
     PerlSetVar OILSWebBasePath "/eg"
     PerlSetVar OILSWebWebDir "/openils/var/web"
     PerlSetVar OILSWebDefaultTemplateExtension "tt2"
+
+    # Enable Template-Toolkit error debugging messages (apache error log)
     PerlSetVar OILSWebDebugTemplate "true"
 
     # -------------------------------------------------------
@@ -549,16 +551,16 @@ RewriteRule ^/openurl$ ${openurl:%1} [NE,PT]
     #PerlSetVar OILSWebMediaPrefix "http://static.example.com/media"
 
     # Locale messages files
-    PerlAddVar OILSWebLocale "en"
-    PerlAddVar OILSWebLocale "/openils/var/data/locale/messages.en.po"
-    PerlAddVar OILSWebLocale "en_ca"
-    PerlAddVar OILSWebLocale "/openils/var/data/locale/messages.en_ca.po"
-    PerlAddVar OILSWebLocale "fr_ca"
-    PerlAddVar OILSWebLocale "/openils/var/data/locale/messages.fr_ca.po"
+    #PerlAddVar OILSWebLocale "en"
+    #PerlAddVar OILSWebLocale "/openils/var/data/locale/messages.en.po"
+    #PerlAddVar OILSWebLocale "en_ca"
+    #PerlAddVar OILSWebLocale "/openils/var/data/locale/messages.en_ca.po"
+    #PerlAddVar OILSWebLocale "fr_ca"
+    #PerlAddVar OILSWebLocale "/openils/var/data/locale/messages.fr_ca.po"
 
     # Templates will be loaded from the following paths in reverse order.
     PerlAddVar OILSWebTemplatePath "/openils/var/templates"
-    PerlAddVar OILSWebTemplatePath "/openils/var/templates_localskin"
+    #PerlAddVar OILSWebTemplatePath "/openils/var/templates_localskin"
 
     <IfModule mod_deflate.c>
         SetOutputFilter DEFLATE

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

Summary of changes:
 Open-ILS/examples/apache/eg_vhost.conf |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list