[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0c2ec9663097fcb42a55931799619b99adbe1233

Evergreen Git git at git.evergreen-ils.org
Thu Sep 22 10:59:56 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  0c2ec9663097fcb42a55931799619b99adbe1233 (commit)
      from  cf186fc528c46c38c175d3cf20a1996a397ff6e8 (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 0c2ec9663097fcb42a55931799619b99adbe1233
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Thu Sep 22 10:57:47 2011 -0400

    The tpac should be SSL inside the staff client
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/chrome/content/main/constants.js b/Open-ILS/xul/staff_client/chrome/content/main/constants.js
index 6e2391c..e5ee569 100644
--- a/Open-ILS/xul/staff_client/chrome/content/main/constants.js
+++ b/Open-ILS/xul/staff_client/chrome/content/main/constants.js
@@ -516,4 +516,5 @@ if(use_tpac) {
     urls['opac_rresult'] = '/eg/opac/results';
     urls['opac_rresult_metarecord'] = '/eg/opac/results?metarecord=';
     urls['browser'] = urls.opac;
+    pref.setBoolPref('oils.secure_opac',true);
 }

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

Summary of changes:
 .../staff_client/chrome/content/main/constants.js  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list